Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.1.0a5 - 2026-05-23

- Made the SciPy reference solver the default backend and removed the Rust
backend from the package.
- Added sparse SciPy operator coverage, fixture parity checks, and solver
benchmark comparisons against matched Tidy3D profiles.
- Improved numerical handling for anisotropic, PML, interpolation, and sweep
diagnostic paths.
- Expanded examples and documentation for hybridization sweeps, material-grid
demos, backend trust, release workflow, and solver method details.
- Tightened release artifact checks for pure-Python wheels and refreshed package
dependency constraints.

## 0.1.0a4 - 2026-05-20

- Fixed y-normal field mapping so returned global fields use a right-handed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "micromode"
version = "0.1.0a4"
version = "0.1.0a5"
description = "SciPy-based photonics mode solver with a small Python API."
readme = "README.md"
requires-python = ">=3.10,<3.14"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading