Releases: mpasson/REMSOL
Releases · mpasson/REMSOL
v0.1.3
v0.1.3 (2025-05-12)
Build System
v0.1.2 (2025-05-12)
Bug Fixes
- Improved zero finding strategy
(bd80d8c)
Build System
-
Added semantic release to dev dependencies
(eb94ee1) -
Added semantic-release setting to update version in Cargo.toml
(cee740e) -
Updated uv.lock
(998a9da)
Refactoring
-
Removed clippy warnings from scattering_matrix.rs and transfer_matrix.rs
(245145f) -
Removed non used bin files
(bc00450) -
Solved clippy warning for remsol.rs and multilayer.rs
(ac004af)
Testing
- Added benchmark for performance
(2727e18)
v0.1.1
- Published Rust crate at crates.io.
- Documentation available at docs.rs.
- Added docstring in Rust code.
- Passing of complex numbers from Python to Rust is now handles by the
num-complexcrate viapyo3and not implemented in the code. - Minor code improvements.
- Added test CI with Github Actions for both Python and Rust code.
