The 1.26.x maintenance branch has been created.
Hi All, The 1.26.x maintenance branch has been created. The 1.26.x branch is a continuation of the 1.25.x branch and serves to mark the change from our distutils based builds to the meson builds needed to support the upcoming Python 3.12 release. Chuck
On Mon, Jul 31, 2023 at 6:53 PM Charles R Harris <charlesr.harris@gmail.com> wrote:
Hi All,
The 1.26.x maintenance branch has been created. The 1.26.x branch is a continuation of the 1.25.x branch and serves to mark the change from our distutils based builds to the meson builds needed to support the upcoming Python 3.12 release.
Awesome, thanks Chuck! Just checking: are you preparing one or a couple of backport PRs for the merged PRs with the Backport-Candidate label? If you want me to do the build system related ones, please let me know. We're pretty close to the finish line - most of the TODO items at https://github.com/numpy/numpy/issues/23981 were done. The main one left is SIMD support, and Sayed got quite far already in making that work - I'm prioritizing reviewing it now. We should be able to do a beta release without it though, as soon as Python 3.12.0rc1 shows up (possibly it will appear later today). Cheers, Ralf
On Mon, Jul 31, 2023 at 12:16 PM Ralf Gommers <ralf.gommers@gmail.com> wrote:
On Mon, Jul 31, 2023 at 6:53 PM Charles R Harris < charlesr.harris@gmail.com> wrote:
Hi All,
The 1.26.x maintenance branch has been created. The 1.26.x branch is a continuation of the 1.25.x branch and serves to mark the change from our distutils based builds to the meson builds needed to support the upcoming Python 3.12 release.
Awesome, thanks Chuck! Just checking: are you preparing one or a couple of backport PRs for the merged PRs with the Backport-Candidate label? If you want me to do the build system related ones, please let me know.
We're pretty close to the finish line - most of the TODO items at https://github.com/numpy/numpy/issues/23981 were done. The main one left is SIMD support, and Sayed got quite far already in making that work - I'm prioritizing reviewing it now. We should be able to do a beta release without it though, as soon as Python 3.12.0rc1 shows up (possibly it will appear later today).
Hi Ralf, There are a bunch of backport candidates with a 1.26.0 milestone, so I'll put those in first, then we can get started on the CI updates and the meson builds. I'd appreciate any help you can offer with those. I'll try to get started with the backports tonight, but there will likely be some problems along the way. Chuck
Cheers, Ralf _______________________________________________ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-leave@python.org https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ Member address: charlesr.harris@gmail.com
On Mon, Jul 31, 2023 at 1:08 PM Charles R Harris <charlesr.harris@gmail.com> wrote:
On Mon, Jul 31, 2023 at 12:16 PM Ralf Gommers <ralf.gommers@gmail.com> wrote:
On Mon, Jul 31, 2023 at 6:53 PM Charles R Harris < charlesr.harris@gmail.com> wrote:
Hi All,
The 1.26.x maintenance branch has been created. The 1.26.x branch is a continuation of the 1.25.x branch and serves to mark the change from our distutils based builds to the meson builds needed to support the upcoming Python 3.12 release.
Awesome, thanks Chuck! Just checking: are you preparing one or a couple of backport PRs for the merged PRs with the Backport-Candidate label? If you want me to do the build system related ones, please let me know.
We're pretty close to the finish line - most of the TODO items at https://github.com/numpy/numpy/issues/23981 were done. The main one left is SIMD support, and Sayed got quite far already in making that work - I'm prioritizing reviewing it now. We should be able to do a beta release without it though, as soon as Python 3.12.0rc1 shows up (possibly it will appear later today).
Hi Ralf,
There are a bunch of backport candidates with a 1.26.0 milestone, so I'll put those in first, then we can get started on the CI updates and the meson builds. I'd appreciate any help you can offer with those. I'll try to get started with the backports tonight, but there will likely be some problems along the way.
Chuck
*as soon as Python 3.12.0rc1 shows up* It will be a few days before cibuildwheel catches up with the rc1 release, I expect we can get a beta (or rc1) out in a week or two, but not much sooner. Chuck
On Mon, Jul 31, 2023 at 1:13 PM Charles R Harris <charlesr.harris@gmail.com> wrote:
On Mon, Jul 31, 2023 at 1:08 PM Charles R Harris < charlesr.harris@gmail.com> wrote:
On Mon, Jul 31, 2023 at 12:16 PM Ralf Gommers <ralf.gommers@gmail.com> wrote:
On Mon, Jul 31, 2023 at 6:53 PM Charles R Harris < charlesr.harris@gmail.com> wrote:
Hi All,
The 1.26.x maintenance branch has been created. The 1.26.x branch is a continuation of the 1.25.x branch and serves to mark the change from our distutils based builds to the meson builds needed to support the upcoming Python 3.12 release.
Awesome, thanks Chuck! Just checking: are you preparing one or a couple of backport PRs for the merged PRs with the Backport-Candidate label? If you want me to do the build system related ones, please let me know.
We're pretty close to the finish line - most of the TODO items at https://github.com/numpy/numpy/issues/23981 were done. The main one left is SIMD support, and Sayed got quite far already in making that work - I'm prioritizing reviewing it now. We should be able to do a beta release without it though, as soon as Python 3.12.0rc1 shows up (possibly it will appear later today).
Hi Ralf,
There are a bunch of backport candidates with a 1.26.0 milestone, so I'll put those in first, then we can get started on the CI updates and the meson builds. I'd appreciate any help you can offer with those. I'll try to get started with the backports tonight, but there will likely be some problems along the way.
Chuck
*as soon as Python 3.12.0rc1 shows up*
It will be a few days before cibuildwheel catches up with the rc1 release, I expect we can get a beta (or rc1) out in a week or two, but not much sooner.
See https://github.com/numpy/numpy/pull/24308. Chuck
participants (2)
-
Charles R Harris
-
Ralf Gommers