Skip to content

Releases: tmtenbrink/rustfrc

1.1.5

03 Apr 11:40
b65f477
Compare
Choose a tag to compare

1.1.4

03 Apr 10:18
276c813
Compare
Choose a tag to compare

See the CHANGELOG

1.1.3

14 Apr 14:14
e5bdebb
Compare
Choose a tag to compare
  • Release for citation

1.1.2

18 Nov 10:56
d65bd53
Compare
Choose a tag to compare
  • 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

25 Oct 23:17
76606e0
Compare
Choose a tag to compare
  • 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

14 Oct 23:15
91d41d3
Compare
Choose a tag to compare
  • 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

07 Oct 23:05
1b35b33
Compare
Choose a tag to compare

Explicit Python 3.10 support.

1.0.1

21 Sep 15:22
e7738be
Compare
Choose a tag to compare

Fix Readme and other minor problems.

1.0.0

19 Sep 21:48
7fca4ad
Compare
Choose a tag to compare

Package structure is now stable. However, it is still feature-poor.

0.1.2

19 Sep 21:47
85e70e2
Compare
Choose a tag to compare
Update macwheel.yml