Releases: DanielKotik/Optical-beams-MEEP
Releases · DanielKotik/Optical-beams-MEEP
v2.1.2
v2.1.1
Changelog:
- Fixes listing of files to be cythonized in
setup.py
v2.1.0
Changelog:
- Add Cython definition files (
*.pxd
) - First release with full Cython support
v2.0.3
Changelog:
- Remove unreachable code (multiple return statements)
v2.0.2
Changelog:
- Fix release date in
CITATION.cff
v2.0.1
Changelog:
- Remove binary files from
Gauss_2d/planar
folder that were committed by mistake
v2.0.0
Changelog:
- Add Python package
optbeam
v1.4.2
Changelog:
- performance improvements due to replacing
numpy
calls withmath
andcmath
calls
and fixing an redundant function call incomplex_quad
andcomplex_dblquad
functions - use a
params
dictionary for global parameters
v1.4.0
Changelog:
- add support for Meep's Python interface, i.e. port all Scheme scripts to Python3
v1.3.0
Changelog:
- fix
Airy2d.ctl
to work with Meep >=v1.6.0