Hi All,
We plan to release NumPy 1.26 soon after the release of the Python 3.12.0rc1 release, which is currently scheduled for July 31, just a bit more than two weeks off. What I'd like to do is
- Tag the commit after v1.25.1 -- f9e85438782cc5 -- as 'v1.26.0.dev0', marking it as the start of 1.26 development.
- Backport the `meson.build` files from main. This is mostly automatic, but a few changes need to be made.
- Backport the files for spin builds.
- Begin testing the Python 3.12 betas
- Update OpenBLAS when we are happy with it.
- Wait for SIMD support?
I'm wondering if we can split the builds, using distutils for Python 3.9-3.11 and meson only for 3.12, or if that is even worth the trouble.
Thoughts?
Chuck