Skip to content

Commit be3dbb1

Browse files
authored
Merge pull request #81 from mfschubert/recon3
Version updated from v1.4.2 to v1.5.0
2 parents 1c230af + 89d1446 commit be3dbb1

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "v1.4.2"
2+
current_version = "v1.5.0"
33
commit = true
44
commit_args = "--no-verify"
55
tag = true

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change log
22

33
## Unreleased
4+
5+
## 1.5.0 (July 15, 2025)
46
- Restructure codebase to integrate code originally in the `_orig` submodule within the main `src/fmmax` modules, separating the code available under the two licenses to the top (AGPL) and bottom (MIT) of each file.
57
- Include `transverse_permittivity_matrix` in the `LayerSolveResult`.
68
- Update the manner in which the `ez` and `hz` field components are computed. Instead of relying on the Toeplitz matrix obtained from the inverse of permittivity (permeability), they now make use of the inverse of the Toeplitz matrix obtained from the permittiivity (permeability).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22

33
name = "fmmax"
4-
version = "v1.4.2"
4+
version = "v1.5.0"
55
description = "Fourier modal method with Jax"
66
readme = "README.md"
77
requires-python = ">=3.10"

src/fmmax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Copyright (c) Martin F. Schubert
1919
"""
2020

21-
__version__ = "v1.4.2"
21+
__version__ = "v1.5.0"
2222

2323
# ruff: noqa: F401
2424
from fmmax.basis import (

0 commit comments

Comments
 (0)