Releases: mpasson/REMSOL
Releases · mpasson/REMSOL
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-complex
crate viapyo3
and not implemented in the code. - Minor code improvements.
- Added test CI with Github Actions for both Python and Rust code.