-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
Milestone
Description
numpy>=2
was released on 16 June 2024numpy>=2.1.0
was released on 18 Aug 2024 and supports py3.13numpy<2
ended support on 16 Sep 2025
From migration guide:
np._set_promotion_state("weak_and_warn")
[Optionally,] use
warnings.simplefilter
to raise it as an error for a traceback [...]
Unfortunately, running this may flag many changes that are irrelevant in practice.
related
- numpy.core deprecated #1839
- TIFF compression unit tests fail with numpy v2 as numpy float32 can't be dumped to json #2030
- Loosen the version constraint on CIL's dependencies #2034
- Create environment files for installation #2090
- numpy version constraint #2092
- https://numpy.org/devdocs/numpy_2_0_migration_guide.html#changes-to-numpy-data-type-promotion
- https://numpy.org/neps/nep-0050-scalar-promotion.html#nep50
Metadata
Metadata
Labels
Type
Projects
Status
Todo