Releases: tmtenbrink/rustfrc
Releases · tmtenbrink/rustfrc
1.1.5
1.1.4
1.1.3
- Release for citation
1.1.2
- Fixes use of new Python feature that made it incompatible with Python 3.7 and 3.8, added automatic test CI to prevent problem in the future.
1.1.1
- Added pois_gen and sqr_abs functions, which are ~3x faster than NumPy equivalents and the largest slowdown for frc
- pois_gen generates an array using the Poisson distribution using the same lambda for all values, sqr_abs takes the element-wise norm and square of a complex array
- Added additional documentation
1.0.3
- Separated Rust function from PyO3 binding
- Fixed pyproject.toml so building from source package actually works
- Added tests for Rust and Python
- Changed directory structure to recommended structure for pytest
1.0.2
Explicit Python 3.10 support.
1.0.1
Fix Readme and other minor problems.
1.0.0
Package structure is now stable. However, it is still feature-poor.
0.1.2
Update macwheel.yml