v1.13.0
-
Optional parameter
omega
foroutput-epsilon
and similar functions,
allowing the complex ε and μ at a given frequency to be outputted (#1112, following #919). -
near2far
computation now supports cylindrical coordinates (#1090). -
Experimental support for slanted prisms (requires libctl 4.5)
viasidewall_angle
parameter to prism objects (#1129). -
New
yee_grid=False
optional argument toadd_dft_fields
; by passingTrue
one can compute the fields on the original Yee grid (#1095). -
New function
meep::make_output_directory()
to make a temporary
directory (inTMPDIR
or similar) andmeep::delete_directory(path)
to perform recursive deletion (likerm -rf
). These are now
used in tests to avoid writing to the source directory (#1121, #1122 and #1126). -
Jupyter notebooks now show a graphical progress bar during simulations (#1078).
-
kz-2d
option in Scheme, mirroring Pythonkz_2d
(#1062). -
Various bugfixes, documentation supplements, and other minor improvements.