Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: deprecate this package #84

Merged
merged 1 commit into from
Jan 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
:target: https://pypi.org/project/oldest-supported-numpy/
:alt: PyPI

Deprecation notice for NumPy 2.0
--------------------------------

**This package is deprecated.**

Until NumPy 1.25.0 this package was needed to be able to target the
oldest supported NumPy version for packages using the NumPy C API.
That targeting was necessary in order to obtain wheel for distribution
on PyPI. However, a new "C API exporting" feature in NumPy 1.25.0 made
that unnecessary. And with NumPy 2.0, it is now actually necessary
to use >=2.0 at build time for packages that want to support both
NumPy 1.xx and 2.0.

All users should migrate to expressing a build dependency on ``numpy``
directly, according to the guidance given in
`Adding a dependency on NumPy <https://numpy.org/devdocs/dev/depending_on_numpy.html#adding-a-dependency-on-numpy>`__.


About
-----

Expand Down