[Numpy-discussion] NumPy 2.3.2 released

2025-07-24 Thread Charles R Harris via NumPy-Discussion
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 2.3.2. The NumPy 2.3.2 release is a patch release with a number of bug fixes and maintenance updates. The highlights are: - Wheels for Python 3.14.0rc1 - PyPy updated to the latest stable release - OpenBLA

[Numpy-discussion] Re: Python 3.14rc1 is out.

2025-07-22 Thread Charles R Harris via NumPy-Discussion
we may be waiting on cirrus. > > Chuck > Looks like the cirrus build uses cibuildwheel, so all we probably need to do is add cp314* . > >> >>> >>> On Tue, Jul 22, 2025 at 5:40 PM Charles R Harris via NumPy-Discussion < >>> numpy-discussion@python.org>

[Numpy-discussion] Re: Python 3.14rc1 is out.

2025-07-22 Thread Charles R Harris via NumPy-Discussion
tti moved the build. We may want to backport some of Matti's work for the next release, otherwise we may be waiting on cirrus. Chuck > > >> >> On Tue, Jul 22, 2025 at 5:40 PM Charles R Harris via NumPy-Discussion < >> numpy-discussion@python.org> wrote: >> >&

[Numpy-discussion] Re: Python 3.14rc1 is out.

2025-07-22 Thread Charles R Harris via NumPy-Discussion
best to leave OpenBLAS as was until the new release gets some testing. Chuck > > On Tue, Jul 22, 2025 at 5:40 PM Charles R Harris via NumPy-Discussion < > numpy-discussion@python.org> wrote: > >> Hi All, >> >> Just a note. >> >> Chuck >> _

[Numpy-discussion] Python 3.14rc1 is out.

2025-07-22 Thread Charles R Harris via NumPy-Discussion
Hi All, Just a note. Chuck ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@python.org https://mail.python.org/mailman3//lists/numpy-discussion.python.org Member address: arch...@mai

[Numpy-discussion] NumPy 2.3.1 released

2025-06-21 Thread Charles R Harris via NumPy-Discussion
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 2.3.1. The NumPy 2.3.1 release is a patch release with several bug fixes, annotation improvements, and better support for OpenBSD. Highlights are: - Fix bug in ``matmul`` for non-contiguous out kwarg parameter

[Numpy-discussion] Re: we have a NumPy PyPI organization now

2025-06-16 Thread Charles R Harris via NumPy-Discussion
On Mon, Jun 16, 2025 at 7:24 AM Ralf Gommers via NumPy-Discussion < numpy-discussion@python.org> wrote: > Hi all, > > Now that PyPI has organizations and they came out of beta and the > application queue cleared, I applied for a NumPy organization and that just > came through (https://pypi.org/org

[Numpy-discussion] NumPy 2.3.0 released

2025-06-07 Thread Charles R Harris via NumPy-Discussion
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 2.3.0. The NumPy 2.3.0 release improves free threaded Python support and annotations together with the usual set of bug fixes. It is unusual in the number of expired deprecations, code modernizations, and style clea

[Numpy-discussion] Interesting discussion of ``fast-math``

2025-05-30 Thread Charles R Harris via NumPy-Discussion
Hi All, Thought some might find this discussion interesting. Chuck ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@python.org https://

[Numpy-discussion] NumPy 2.3.0rc1 Released

2025-05-25 Thread Charles R Harris via NumPy-Discussion
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 2.3.0rc1. The NumPy 2.3.0rc1 release continues the work to improve free threaded Python support and annotations together with the usual set of bug fixes. It is unusual in the number of expired deprecations and the nu

[Numpy-discussion] NumPy 2.3.x has been branched

2025-05-21 Thread Charles R Harris via NumPy-Discussion
Hi All, The main branch is now open for NumPy 2.4.0 development. Chuck ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@python.org https://mail.python.org/mailman3//lists/numpy-discu

[Numpy-discussion] NumPy 2.2.6 released

2025-05-17 Thread Charles R Harris via NumPy-Discussion
Hi All, NumPy 2.2.6 is a patch release that fixes bugs found after the 2.2.5 release. It is a mix of typing fixes/improvements as well as the normal bug fixes and some CI maintenance. This release supports Python 3.10-3.13. Wheels can be downloaded from PyPI

[Numpy-discussion] Re: Bumping CPU baseline to x86-64-v2

2025-05-17 Thread Charles R Harris via NumPy-Discussion
On Fri, May 16, 2025 at 4:23 AM Sayed Adel wrote: > Hi All, > > I wanted to bring your attention to an important change to NumPy that will > affect CPU compatibility requirements on x86. > > PR #28896 (https://github.com/numpy/numpy/pull/28896) is reorganizing how > NumPy handles x86 CPU features

[Numpy-discussion] Dropping PyPy in NumPy 2.3

2025-05-07 Thread Charles R Harris via NumPy-Discussion
Hi All, Just thought I would raise the topic of PyPy status in NumPy 2.3. PyPy for Python 3.11 currently has a bug which has hung around for a while, and it is also likely that there will be no PyPy for Python 3.12. It looks like PyPy is reaching end of life, and this seems a good time to decide i

[Numpy-discussion] Fwd: Research Opportunity: Can we monitor your projects?

2025-04-29 Thread Charles R Harris via NumPy-Discussion
Just thought I'd pass this along for discussion. Chuck -- Forwarded message - From: Date: Tue, Apr 29, 2025 at 4:09 PM Subject: Research Opportunity: Can we monitor your projects? To: Charles Harris Hello Charles Harris, I'm Samuel Flint, and I'm working with Dr. Robert Dyer

[Numpy-discussion] NumPy 2.2.5 released

2025-04-19 Thread Charles R Harris via NumPy-Discussion
Hi All, NumPy 2.2.5 is a patch release that fixes bugs found after the 2.2.4 release. It has a large number of typing fixes/improvements as well as the normal bug fixes and some CI maintenance. This release supports Python 3.10-3.13. Wheels can be downloaded from PyPI

[Numpy-discussion] Re: Moving the meetings schedule to one hour earlier

2025-03-26 Thread Charles R Harris via NumPy-Discussion
On Wed, Mar 26, 2025 at 1:18 PM Sebastian Berg wrote: > Hi all, > > it's that time of the year again where daylight savings time starts > (the US had it already and Europe will have it now). > > I suggest we "realign" our meeting to this time zone (since it is > scheduled as UTC), I think for our

[Numpy-discussion] NumPy 2.2.4 released

2025-03-16 Thread Charles R Harris via NumPy-Discussion
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 2.2.3. NumPy 2.2.4 is a patch release that fixes bugs found after the 2.2.3 release. There are a large number of typing improvements, the rest of the changes are the usual mix of bug fixes and platform maintenance.

[Numpy-discussion] NumPy 2.2.3 Release

2025-02-13 Thread Charles R Harris via NumPy-Discussion
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 2.2.3. NumPy 2.2.3 is a patch release that fixes bugs found after the 2.2.2 release. The majority of the changes are typing improvements and fixes for free threaded Python. Both of those areas are still under develop

[Numpy-discussion] NumPy 2.2. 2 Release

2025-01-18 Thread Charles R Harris via NumPy-Discussion
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 2.2.2. NumPy 2.2.2 is a patch release that fixes bugs found after the 2.2.1 release. The number of typing fixes/updates is notable. This release supports Python 3.10-3.13. Wheels can be downloaded from PyPI

[Numpy-discussion] NumPy 2.2.1 released

2024-12-21 Thread Charles R Harris via NumPy-Discussion
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 2.2.1. NumPy 2.2.1 is a patch release following 2.2.0. It fixes bugs found after the 2.2.0 release and has several maintenance pins to work around upstream changes. There was some breakage in downstream projects fol

[Numpy-discussion] NumPy 2.2.0 Released

2024-12-08 Thread Charles R Harris via NumPy-Discussion
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 2.2.0. The NumPy 2.2.0 release is a short release that brings us back into sync with the usual twice yearly release cycle. There have been a number of small cleanups, as well as work bringing the new StringDType to c

[Numpy-discussion] NumPy 2.2.x has been branched

2024-11-23 Thread Charles R Harris via NumPy-Discussion
Hi All, NumPy 2.2.x has been branched and main is now open for 2.3.0 development. Chuck ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@python.org https://mail.python.org/mailman3/l

[Numpy-discussion] Re: What to do with np.matrix

2024-10-14 Thread Charles R Harris via NumPy-Discussion
On Mon, Oct 14, 2024 at 9:10 AM Nathan wrote: > Here's a github code search for the string "np.matrix": > > https://github.com/search?q=%22np.matrix%22&type=code > > First, if you narrow down to just Python code, there are almost 60 > thousand results, which is quite high, much higher than we we'

[Numpy-discussion] Re: What to do with np.matrix

2024-10-14 Thread Charles R Harris via NumPy-Discussion
On Mon, Oct 14, 2024 at 8:09 AM Sebastian Berg wrote: > On Sat, 2024-10-12 at 12:13 -0400, Marten van Kerkwijk wrote: > > Hi Dan, others, > > > > > > > Regardless, since there have been 7 years of > > PendingDeprecationWarning, > > I think changing that to a regular DeprecationWarning should not

[Numpy-discussion] NumPy 2.1.2 released.

2024-10-05 Thread Charles R Harris via NumPy-Discussion
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 2.1.2. NumPy 2.1.2 is a maintenance release that fixes bugs and regressions discovered after the 2.1.1 release. This release supports Python 3.10-3.13. Wheels can be downloaded from PyPI