Skip to content

Releases: DanielKotik/Optical-beams-MEEP

v2.1.2

17 Aug 08:57
Compare
Choose a tag to compare

Changelog:

  • Fixes NameError: name 'cython' is not defined

v2.1.1

16 Aug 20:12
Compare
Choose a tag to compare

Changelog:

  • Fixes listing of files to be cythonized in setup.py

v2.1.0

16 Aug 13:24
Compare
Choose a tag to compare

Changelog:

  • Add Cython definition files (*.pxd)
  • First release with full Cython support

v2.0.3

16 Aug 07:21
Compare
Choose a tag to compare

Changelog:

  • Remove unreachable code (multiple return statements)

v2.0.2

15 Aug 13:21
Compare
Choose a tag to compare

Changelog:

  • Fix release date in CITATION.cff

v2.0.1

15 Aug 12:59
Compare
Choose a tag to compare

Changelog:

  • Remove binary files from Gauss_2d/planar folder that were committed by mistake

v2.0.0

15 Aug 12:41
Compare
Choose a tag to compare

Changelog:

  • Add Python package optbeam

v1.4.2

28 Feb 14:31
Compare
Choose a tag to compare

Changelog:

  • performance improvements due to replacing numpy calls with math and cmathcalls
    and fixing an redundant function call in complex_quad and complex_dblquad functions
  • use a params dictionary for global parameters

v1.4.0

13 Feb 09:17
795d58b
Compare
Choose a tag to compare

Changelog:

  • add support for Meep's Python interface, i.e. port all Scheme scripts to Python3

v1.3.0

14 Jan 18:21
e5623fb
Compare
Choose a tag to compare

Changelog:

  • fix Airy2d.ctl to work with Meep >=v1.6.0