File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11# Meep Release Notes
22
3+ ## Meep 1.31.0
4+
5+ 8/15/2025
6+
7+ * Improved performance for near-to-far transformations in cylindrical coordinates ([ #3047 ] ).
8+
9+ * Experimental (undocumented) new parameter ` greencyl_tol ` for ` get_farfields ` and ` Near2FarFields `
10+ in cylindrical coordinates ([ #3064 ] ).
11+
12+ * Experimental (undocumented) new method ` complexflux() ` for ` dft_flux ` objects, similar to ` flux() `
13+ but returning the complex Poynting flux (whose imaginary part is reactive power) ([ #3069 ] ).
14+
15+ * Fix compatibility with python 3.12 ([ #3028 ] ).
16+
317## Meep 1.30.1
418
5195/15/2025
@@ -1251,3 +1265,7 @@ Meep 1.0.1
12511265[ #2970 ] : https://github.com/NanoComp/meep/issues/2970
12521266[ #2978 ] : https://github.com/NanoComp/meep/issues/2978
12531267[ #3010 ] : https://github.com/NanoComp/meep/issues/3010
1268+ [ #3028 ] : https://github.com/NanoComp/meep/issues/3028
1269+ [ #3047 ] : https://github.com/NanoComp/meep/issues/3047
1270+ [ #3064 ] : https://github.com/NanoComp/meep/issues/3064
1271+ [ #3069 ] : https://github.com/NanoComp/meep/issues/3069
Original file line number Diff line number Diff line change 11# Process this file with autoconf to produce a configure script.
22
3- AC_INIT ( [ meep] ,[ m4_esyscmd ( ./version.sh 1.31.0-beta ) ] )
3+ AC_INIT ( [ meep] ,[ m4_esyscmd ( ./version.sh 1.31.0 ) ] )
44AC_CONFIG_SRCDIR ( src/step.cpp )
55
66# Shared-library version number; indicates api compatibility, and is
77# not the same as the "public" version number. (Don't worry about this
88# except for public releases.) Note that any change to a C++ class
99# definition (in the .hpp file) generally breaks binary compatibility.
10- SHARED_VERSION_INFO="34:1 :0" # CURRENT:REVISION:AGE
10+ SHARED_VERSION_INFO="35:0 :0" # CURRENT:REVISION:AGE
1111
1212AM_INIT_AUTOMAKE ( [ foreign color-tests parallel-tests silent-rules 1.11] )
1313AM_SILENT_RULES (yes)
You can’t perform that action at this time.
0 commit comments