Skip to content

1.1.1

Compare
Choose a tag to compare
@tmtenbrink tmtenbrink released this 25 Oct 23:17
· 17 commits to main since this release
76606e0
  • 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