Skip to content

Releases: nkarast/PyNAFF

ComplexWarning fix

04 Feb 12:58
b3c6217
Compare
Choose a tag to compare
Fix: ComplexWarning Moved (#10)

* Fix: `ComplexWarning` Moved

Since NumPy 1.25+ and breaking in 2.0+, `ComplexWarning`
moved into its own sub-namespace for `exceptions`.

Ref.:
- https://numpy.org/doc/1.25/reference/generated/numpy.exceptions.ComplexWarning.html
- https://numpy.org/doc/stable/reference/generated/numpy.exceptions.ComplexWarning.html

* Support NumPy 2.0+

v.1.1.6

08 Jul 23:13
9e86c51
Compare
Choose a tag to compare

Full Changelog: v.1.1.8...v.1.1.6

v1.1.5

30 Jun 08:23
f23883f
Compare
Choose a tag to compare

What's Changed

  • Changed TOL variable to 1 by @PZiso in #2
  • exposed tol variable as naff() input, non-zero mean as warning by @b-riemann in #3
  • Changed deprecated numpy functions to builtin ones by @PZiso in #5

Full Changelog: https://github.com/nkarast/PyNAFF/commits/1.1.5