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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.1.0a6 - 2026-06-20

- Added the BEAMZ discrete mode contract with mode-plane metadata, component
profiles, backward fields, and diagnostics.
- Added BEAMZ-oriented field staggering, cropping, phase referencing, and
power-normalization paths.
- Added regression coverage for BEAMZ mode-plane validation and component
profile behavior.
- Tightened type annotations around BEAMZ mode candidates, axes, and component
indices so Pyright passes cleanly.

## 0.1.0a5 - 2026-05-23

- Made the SciPy reference solver the default backend and removed the Rust
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.0a5"
version = "0.1.0a6"
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