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

update tracking doc for NumPy 2.1.0rc1 #59

Merged
merged 2 commits into from
Aug 12, 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
43 changes: 23 additions & 20 deletions docs/tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,28 @@ hence this page does not aim to track pure Python packages.

<!-- keep alphabetically ordered -->

| Project | Tested in CI | PyPI release | First version with support | Nightly wheels | Nightly link |
| :---------------- | :-------------------: | :-------------------: | :------------------------: | :--------------------------------------------------------: | :--------------------------------------------------------------------------------------: |
| cibuildwheel | :material-check-bold: | :material-check-bold: | 2.19 | | |
| CMake | | :material-check-bold: | 3.30.0 [^cmake] | | |
| ContourPy | :material-check-bold: | | 1.3.0 | :simple-linux: :simple-apple: | [:simple-anaconda:](https://anaconda.org/scientific-python-nightly-wheels/contourpy/) |
| Cython | :material-check-bold: | | 3.1.0 | :simple-linux: :simple-apple: :material-microsoft-windows: | [:simple-anaconda:](https://anaconda.org/scientific-python-nightly-wheels/cython/) |
| joblib | :material-check-bold: | :material-check-bold: | 1.4.2 | | |
| Meson | | :material-check-bold: | 1.5.0 | | |
| meson-python | :material-check-bold: | :material-check-bold: | 0.16.0 | | |
| NumPy | :material-check-bold: | | 2.1.0 | :simple-linux: :simple-apple: | [:simple-anaconda:](https://anaconda.org/scientific-python-nightly-wheels/numpy/) |
| packaging | :material-check-bold: | :material-check-bold: | 24.0 | | |
| pandas | :material-check-bold: | | 3.0.0 | :simple-linux: :simple-apple: | |
| Pillow | :material-check-bold: | | 11.0.0 | :simple-linux: :simple-apple: :material-microsoft-windows: | [:simple-anaconda:](https://anaconda.org/scientific-python-nightly-wheels/pillow/) |
| pip | :material-check-bold: | :material-check-bold: | 24.1 | | |
| pybind11 | :material-check-bold: | :material-check-bold: | 2.13 | | |
| PyWavelets | :material-check-bold: | | 1.7.0 | :simple-linux: :simple-apple: | [:simple-anaconda:](https://anaconda.org/scientific-python-nightly-wheels/pywavelets/) |
| scikit-build-core | :material-check-bold: | :material-check-bold: | 0.9.5 | | |
| scikit-learn | :material-check-bold: | | 1.6.0 | :simple-linux: | [:simple-anaconda:](https://anaconda.org/scientific-python-nightly-wheels/scikit-learn/) |
| SciPy | :material-check-bold: | | 1.15.0 | :simple-linux: :simple-apple: | [:simple-anaconda:](https://anaconda.org/scientific-python-nightly-wheels/scipy/) |
| setuptools | :material-check-bold: | :material-check-bold: | 69.5.0 | | |
| Project | Tested in CI | PyPI release | First version with support | Nightly wheels | Nightly link |
| :---------------- | :-------------------: | :----------------------------: | :------------------------: | :--------------------------------------------------------: | :--------------------------------------------------------------------------------------: |
| cibuildwheel | :material-check-bold: | :material-check-bold: | 2.19 | | |
| CMake | | :material-check-bold: | 3.30.0 [^cmake] | | |
| ContourPy | :material-check-bold: | | 1.3.0 | :simple-linux: :simple-apple: | [:simple-anaconda:](https://anaconda.org/scientific-python-nightly-wheels/contourpy/) |
| Cython | :material-check-bold: | | 3.1.0 | :simple-linux: :simple-apple: :material-microsoft-windows: | [:simple-anaconda:](https://anaconda.org/scientific-python-nightly-wheels/cython/) |
| joblib | :material-check-bold: | :material-check-bold: | 1.4.2 | | |
| Meson | | :material-check-bold: | 1.5.0 | | |
| meson-python | :material-check-bold: | :material-check-bold: | 0.16.0 | | |
| NumPy | :material-check-bold: | :material-check-bold: [^numpy] | 2.1.0 | :simple-linux: :simple-apple: | [:simple-anaconda:](https://anaconda.org/scientific-python-nightly-wheels/numpy/) |
| packaging | :material-check-bold: | :material-check-bold: | 24.0 | | |
| pandas | :material-check-bold: | | 3.0.0 | :simple-linux: :simple-apple: | |
| Pillow | :material-check-bold: | | 11.0.0 | :simple-linux: :simple-apple: :material-microsoft-windows: | [:simple-anaconda:](https://anaconda.org/scientific-python-nightly-wheels/pillow/) |
| pip | :material-check-bold: | :material-check-bold: | 24.1 | | |
| pybind11 | :material-check-bold: | :material-check-bold: | 2.13 | | |
| PyWavelets | :material-check-bold: | | 1.7.0 | :simple-linux: :simple-apple: | [:simple-anaconda:](https://anaconda.org/scientific-python-nightly-wheels/pywavelets/) |
| scikit-build-core | :material-check-bold: | :material-check-bold: | 0.9.5 | | |
| scikit-learn | :material-check-bold: | | 1.6.0 | :simple-linux: | [:simple-anaconda:](https://anaconda.org/scientific-python-nightly-wheels/scikit-learn/) |
| SciPy | :material-check-bold: | | 1.15.0 | :simple-linux: :simple-apple: | [:simple-anaconda:](https://anaconda.org/scientific-python-nightly-wheels/scipy/) |
| setuptools | :material-check-bold: | :material-check-bold: | 69.5.0 | | |

[^cmake]: Windows isn't correctly handled yet in CMake 3.30.0, see [cmake#26016](https://gitlab.kitware.com/cmake/cmake/-/issues/26016)

[^numpy]: Currently available as the NumPy 2.1.0rc1 prerelease. Install by
passing `--pre` to pip.