Skip to content

v1.6.0 release: Require Python 3.12, Numpy >= 2.1, scipy>=1.18 #74

Description

@tifuchs

NumPy v2.0 has reached end of life and scipy >= 1.18 requires Python 3.12 and Numpy >=2.0

Will need to set target version for ruff checks to

[project]
requires-python = ">=3.12"

Then implement the required changes.

There was a numpy 2.0 compatibility workaround for np.trapz in peak1Dintegr.py. This can be removed and replaced by the new API for orGUI 1.6.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions