Skip to content

NumPy v2

Compare
Choose a tag to compare
@prisae prisae released this 09 Oct 09:28
· 7 commits to main since this release
c34b4c9

The code is now compatible with NumPy v2.

  • Gallery Update Part I:

    • Update for Jupyterlab (ipympl/widget)
    • Replaced implicit by explicit pyplots
    • Use by default a positiv z-upwards coordinate system
    • Part I: frequency domain; reproducing; published
  • Bumped the minimum requirements to:

    • Python 3.10
    • SciPy 1.10
    • Numba, libdlf, scooby (without minimum version)
  • Maintenance:

    • Testing: dropped Python 3.9 (Python 3.13 not added yet).
    • Update for NumPy v2: mainly np.infty -> np.inf, np.float_ -> np.float64.
    • Some fixes to address warnings regarding the deprecated conversion of an array with ndim > 0 to a scalar.