Skip to content

Commit

Permalink
meep 1.15 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jul 9, 2020
1 parent 13b5986 commit ad8986b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Meep Release Notes

## Meep 1.15.0-alpha
## Meep 1.15.0

* Minimum-lengthscale filters for adjoint optimization (#1205).

* Python API documentation in docstrings (#1240).

* `MaterialGrid` material type in Python to interpolate an array of material
values as the "material" of an object, especially for topology optimization (#1242).

* `merge_subgroup_data` Python function for coordinating parallel
computations (#1192).

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(meep, 1.15.0-alpha)
AC_INIT(meep, 1.15.0)
AC_CONFIG_SRCDIR(src/step.cpp)

# Shared-library version number; indicates api compatibility, and is
Expand Down

0 comments on commit ad8986b

Please sign in to comment.