[Numpy-discussion] Re: The 1.26.x maintenance branch has been created.

2023-07-31 Thread Charles R Harris
On Mon, Jul 31, 2023 at 1:13 PM Charles R Harris wrote: > > > On Mon, Jul 31, 2023 at 1:08 PM Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> >> >> On Mon, Jul 31, 2023 at 12:16 PM Ralf Gommers >> wrote: >> >>> >>> >>> On Mon, Jul 31, 2023 at 6:53 PM Charles R Harris < >>> charlesr.h

[Numpy-discussion] Re: The 1.26.x maintenance branch has been created.

2023-07-31 Thread Charles R Harris
On Mon, Jul 31, 2023 at 1:08 PM Charles R Harris wrote: > > > On Mon, Jul 31, 2023 at 12:16 PM Ralf Gommers > wrote: > >> >> >> On Mon, Jul 31, 2023 at 6:53 PM Charles R Harris < >> charlesr.har...@gmail.com> wrote: >> >>> Hi All, >>> >>> The 1.26.x maintenance branch has been created. The 1.26.

[Numpy-discussion] Re: The 1.26.x maintenance branch has been created.

2023-07-31 Thread Charles R Harris
On Mon, Jul 31, 2023 at 12:16 PM Ralf Gommers wrote: > > > On Mon, Jul 31, 2023 at 6:53 PM Charles R Harris < > charlesr.har...@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 c

[Numpy-discussion] Re: The 1.26.x maintenance branch has been created.

2023-07-31 Thread Ralf Gommers
On Mon, Jul 31, 2023 at 6:53 PM Charles R Harris 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 > Pyt

[Numpy-discussion] The 1.26.x maintenance branch has been created.

2023-07-31 Thread Charles R Harris
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

[Numpy-discussion] NumPy 1.25.2 released

2023-07-31 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.25.2. NumPy 1.25.2 is a maintenance release that fixes bugs and regressions discovered after the 1.25.1 release. This is the last planned release in the 1.25.x series, the next final release will be 1.26.0, which w

[Numpy-discussion] preparing downstream code for NumPy 2.0 & API deprecations/removals

2023-07-31 Thread Ralf Gommers
Hi all, This email is about two 2.0 release related topics: 1. Advice/guidance for downstream library authors and end users 2. Strategy for development work around public API changes that will be breaking backwards compatibility. I also just created https://github.com/numpy/numpy/issues/24300 as