Skip to content

Commit

Permalink
update tracking doc for NumPy 2.1.0rc1 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum authored Aug 12, 2024
1 parent 5e899e1 commit eaff87d
Showing 1 changed file with 23 additions and 20 deletions.
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.

0 comments on commit eaff87d

Please sign in to comment.