Skip to content

ComplexWarning fix

Latest
Compare
Choose a tag to compare
@PZiso PZiso released this 04 Feb 12:58
· 1 commit to master since this release
b3c6217
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+