Skip to content

Commit 86cbe99

Browse files
oskooistevengj
andauthored
Prepare for 1.32 release (#3150)
* prepare for 1.32 release * update release date * Apply suggestion from @stevengj --------- Co-authored-by: Steven G. Johnson <stevenj@mit.edu>
1 parent c1359f1 commit 86cbe99

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

NEWS.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Meep Release Notes
22

3+
## Meep 1.32.0
4+
5+
2/20/2026
6+
7+
* Bug fix in `plot3D` involving orientation of sources and monitors ([#3088]).
8+
9+
* Bug fix in `save_farfields` of C++ class `dft_near2far` for cylindrical coordinates ([#3081]).
10+
11+
* Bug fix in `visualization.py` involving compatibility with Python 3.12 ([#3093]).
12+
13+
* Bug fix in `set_boundary` of `fields` class ([#3110]).
14+
15+
* Bug fix in Python API for MPB involving permeability ([#3144]).
16+
17+
* Bug fix in SWIG interface ([#3145]).
18+
19+
* Various improvements and additional documentation ([#3084], [#3085], [#3094], [#3108], [#3123]).
20+
321
## Meep 1.31.0
422

523
8/15/2025

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Process this file with autoconf to produce a configure script.
22

3-
AC_INIT([meep],[m4_esyscmd(./version.sh 1.32.0-beta)])
3+
AC_INIT([meep],[m4_esyscmd(./version.sh 1.32.0)])
44
AC_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="35:0:0" # CURRENT:REVISION:AGE
10+
SHARED_VERSION_INFO="36:0:1" # CURRENT:REVISION:AGE
1111

1212
AM_INIT_AUTOMAKE([foreign color-tests parallel-tests silent-rules 1.11])
1313
AM_SILENT_RULES(yes)

0 commit comments

Comments
 (0)