[Numpy-discussion] Re: 3.13 wheels

2024-05-14 Thread Charles R Harris
On Tue, May 14, 2024 at 12:24 AM Andrew Nelson wrote: > I'm not sure if we've discussed this yet. I propose we start making > nightly wheels for cp313 just after numpy2.0 gets officially released. That > way there's no churn in the wheel infra. Note that there's already a > 3.13dev job in CI. >

[Numpy-discussion] NumPy 2.0.0rc2 released

2024-05-12 Thread Charles R Harris
Hi All On behalf of the NumPy team, I'm pleased to announce the release of NumPy 2.0.0rc2. NumPy 2.0.0 is the first major release since 2006. It is the result of 11 months of development since the last feature release and is the work of 198 contributors spread over 1041 pull requests. It contains

[Numpy-discussion] Re: Please consider dropping Python 3.9 support for Numpy 2.0

2024-05-10 Thread Charles R Harris
On Fri, May 10, 2024 at 8:47 AM Ralf Gommers wrote: > > > On Thu, May 9, 2024 at 12:28 AM Thomas Caswell wrote: > >> I think the spirit of NEP 29 is to pick your supported Python's when you >> pick a target release date and you should then stick to it (to avoid "we >> delayed so long we are

[Numpy-discussion] Re: Moving the weekly traige/community meetings

2024-04-08 Thread Charles R Harris
On Sun, Apr 7, 2024 at 8:37 PM Matti Picus wrote: > Could we move the weekly community/triage meetings one hour later? Some > participants have a permanent conflict, and the current time is > inconvenient for my current time zone. > > Matti > > Works for me. Chuck

[Numpy-discussion] NumPy 2.0.0rc1 released

2024-03-30 Thread Charles R Harris
Hi All On behalf of the NumPy team, I'm pleased to announce the release of NumPy 2.0.0rc1. NumPy 2.0.0 is the first major release since 2006. It is the result of 10 months of development since the last feature release and is the work of 193 contributors spread over 1005 pull requests. It contains

[Numpy-discussion] Re: numpy 2.0.x has been branched.

2024-03-25 Thread Charles R Harris
On Mon, Mar 25, 2024 at 5:54 PM Oscar Benjamin wrote: > On Sat, 9 Mar 2024 at 10:16, Ralf Gommers wrote: > > > > On Sat, Mar 9, 2024 at 2:03 AM Oscar Benjamin < > oscar.j.benja...@gmail.com> wrote: > >> > >> On Sat, 9 Mar 2024 at 00:44, Charles R H

[Numpy-discussion] Re: Polyfit error in displacement

2024-03-25 Thread Charles R Harris
On Mon, Mar 25, 2024 at 11:28 AM Luca Bertolotti < luca72.bertolo...@gmail.com> wrote: > Hello > in a vb program they use 3rd degree approx and get this value including > displacement:(SC) > [image: image.png] > > Ii think that i'm doing the same with numpy but I get different value does > anyone

[Numpy-discussion] NumPy 2.0.0b1 released

2024-03-11 Thread Charles R Harris
Hi All On behalf of the NumPy team, I'm pleased to announce the release of NumPy 2.0.0b1. NumPy 2.0.0 is the first major release since 2006. It is the result of 10 months of development since the last feature release and is the work of 190 contributors spread over 968 pull requests. It contains a

[Numpy-discussion] Re: numpy 2.0.x has been branched.

2024-03-08 Thread Charles R Harris
On Fri, Mar 8, 2024 at 4:45 PM Oscar Benjamin wrote: > On Fri, 8 Mar 2024 at 23:31, Aaron Meurer wrote: > > > > How bad are the NumPy 2.0 breakages in SymPy? We could do a backport > > release if they are serious. > > I don't remember exactly what needed changing but some basic things in >

[Numpy-discussion] Re: numpy 2.0.x has been branched.

2024-03-08 Thread Charles R Harris
On Fri, Mar 8, 2024 at 2:48 PM Oscar Benjamin wrote: > Hi Chuck, > > Is there a rough expected landing time for NumPy 2.0? > > Also does the branching mean that the intention/guarantee is not to > make further incompatible changes? > > SymPy's current master branch is compatible with the current

[Numpy-discussion] numpy 2.0.x has been branched.

2024-03-08 Thread Charles R Harris
Hi All, Numpy 2.0.x has been branched, further work on the release notes should be made against that branch. The main branch is now 2.1.0. Chuck ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to

[Numpy-discussion] NumPy 1.26.4 released

2024-02-05 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.26.4. NumPy 1.26.4 is a maintenance release that fixes bugs and regressions discovered after the 1.26.3 release. This is the last planned release in the 1.26.x series. Wheels can be downloaded from PyPI

[Numpy-discussion] Re: API: make numpy.lib._arraysetops.intersect1d work on multiple arrays #25688

2024-02-02 Thread Charles R Harris
On Fri, Feb 2, 2024 at 6:34 AM Stephan Kuschel via NumPy-Discussion < numpy-discussion@python.org> wrote: > All the Best > Stephan > ___ > NumPy-Discussion mailing li Dear Community, > > For my own work, I required the intersect1d function to work on

[Numpy-discussion] Re: welcome Raghuveer, Chris, Mateusz and Matt to the NumPy maintainers team

2024-01-26 Thread Charles R Harris
On Fri, Jan 26, 2024 at 1:08 PM Ralf Gommers wrote: > Hi all, > > We've got four new NumPy maintainers! Welcome to the team, and > congratulations to: > > - Raghuveer Devulapalli (https://github.com/r-devulap) > - Chris Sidebottom (https://github.com/mousius) > - Mateusz Sokół

[Numpy-discussion] Re: New matvec and vecmat functions

2024-01-25 Thread Charles R Harris
On Tue, Jan 23, 2024 at 3:18 PM Marten van Kerkwijk wrote: > Hi All, > > I have a PR [1] that adds `np.matvec` and `np.vecmat` gufuncs for > matrix-vector and vector-matrix calculations, to add to plain > matrix-matrix multiplication with `np.matmul` and the inner vector > product with

[Numpy-discussion] Re: Enhancement: Chebyshev power using DCT

2024-01-24 Thread Charles R Harris
On Wed, Jan 24, 2024 at 6:29 AM Fabio Matti wrote: > Hi, > > In the `numpy.polynomial.chebyshev` module, the function for raising a > Chebyshev polynomial to a power, `chebpow` [1], is essentially implemented > in the following way: > > {{{#!highlight python > def chebpow(c, pow): > """Raise

[Numpy-discussion] Re: Proposal to accept NEP 55: Add a UTF-8 variable-width string DType to NumPy

2024-01-22 Thread Charles R Harris
On Mon, Jan 22, 2024 at 5:14 PM Nathan wrote: > Hi all, > > I propose we accept NEP 55 and merge PR #25347 implementing the NEP in > time for the NumPy 2.0 RC: > > https://numpy.org/neps/nep-0055-string_dtype.html > https://github.com/numpy/numpy/pull/25347 > > The most controversial aspect of

[Numpy-discussion] NumPy 1.26.3 released

2024-01-02 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.26.3. NumPy 1.26.3 is a maintenance release that fixes bugs and regressions discovered after the 1.26.2 release. The most notable fixes are the f2py bug fixes. The Python versions supported by this release are

[Numpy-discussion] NumPy 1.26. 2 released

2023-11-12 Thread Charles R Harris
Charles R Harris Sat, Oct 14, 3:03 PM to numpy-discussion, SciPy, bcc: python-announce-list Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.26.2. NumPy 1.26.2 is a maintenance release that fixes bugs and regressions discovered after the 1.26.1 release

[Numpy-discussion] Re: Switching default order to column-major

2023-11-11 Thread Charles R Harris
On Sat, Nov 11, 2023 at 8:07 AM Valerio De Benedetto wrote: > Hi, I found that the documented default row-major order is enforced > throughout the library with a series of `order='C'` default parameters, so > given this I supposed there's no way to change the default (or am I wrong?) > If,

[Numpy-discussion] Re: We've recevied a NumFOCUS SDG!

2023-11-08 Thread Charles R Harris
On Wed, Nov 8, 2023 at 4:24 PM wrote: > Hello NumPy community, > > I am thrilled to announce that I have been awarded a NumFocus Small > Development Grant for my work on NumPy-Financial. This grant will enable me > to enhance compatibility with NumPy 2.0, attract new contributors, improve >

[Numpy-discussion] NumPy 1.26.1 released

2023-10-14 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.26.1. NumPy 1.26.1 is a maintenance release that fixes bugs and regressions discovered after the 1.26.0 release. In addition, it adds new functionality for detecting BLAS and LAPACK when building from source.

[Numpy-discussion] NumPy 1.26.0 released

2023-09-16 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.26.0. The NumPy 1.26.0 release is a continuation of the 1.25.x release cycle with the addition of Python 3.12.0 support. Python 3.12 dropped distutils, consequently supporting it required finding a replacement for

[Numpy-discussion] Re: Curious performance different with np.unique on arrays of characters

2023-09-14 Thread Charles R Harris
On Thu, Sep 14, 2023 at 11:34 AM Devulapalli, Raghuveer < raghuveer.devulapa...@intel.com> wrote: > What processor you are running this on? np.sort uses AVX-512 accelerated > sorting for np.int32, so just wondering if you that is the reason for this > difference. > > Raghuveer We also have

[Numpy-discussion] Re: NumPy 1.26.0rc1 released

2023-09-06 Thread Charles R Harris
On Wed, Sep 6, 2023 at 4:53 PM Charles R Harris wrote: > Hi All, > > On behalf of the NumPy team, I'm pleased to announce the release of NumPy > 1.26.0rc1. The NumPy 1.26.0 release is a continuation of the 1.25.x release > cycle with the addition of Python 3.12.0 support. Pyth

[Numpy-discussion] NumPy 1.26.0rc1 released

2023-09-06 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.26.0rc1. The NumPy 1.26.0 release is a continuation of the 1.25.x release cycle with the addition of Python 3.12.0 support. Python 3.12 dropped distutils, consequently supporting it required finding a replacement

[Numpy-discussion] Re: Dealing with static local variables in Numpy

2023-09-01 Thread Charles R Harris
On Fri, Sep 1, 2023 at 11:11 AM Sebastian Berg wrote: > On Tue, 2023-08-29 at 08:01 +, Nicolas Holzschuch wrote: > > Hello, > > > > This is my first post to this group; I'd like to start by expressing > > my appreciation for the amazing work in developing and maintaining > > Numpy. > > > > I

[Numpy-discussion] Re: welcome Andrew Nelson to the NumPy maintainers team

2023-08-22 Thread Charles R Harris
On Mon, Aug 21, 2023 at 10:09 PM Andrew Nelson wrote: > On Mon, 21 Aug 2023 at 18:39, Ralf Gommers wrote: > >> Hi all, >> >> On behalf of the steering council, I am very happy to announce that >> Andrew is joining the Maintainers team. Andrew has been contributing to our >> CI setup in

[Numpy-discussion] Cirrus testing

2023-08-15 Thread Charles R Harris
Hi All, This is a heads up that we have already exceeded our allotment of free time on Cirrus CI. They are giving us a pass this month, but next month they will start enforcing the limits. That will impact both our testing and our releases. We have taken steps to reduce our use of Cirrus, but it

[Numpy-discussion] NumPy 1.26.0b1 released

2023-08-13 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.26.0b1. The NumPy 1.26.0 release is a continuation of the 1.25.x release cycle with the addition of Python 3.12.0 support. Python 3.12 dropped distutils, consequently supporting it required finding a replacement

[Numpy-discussion] Re: Python 3.12.0rc1 released

2023-08-08 Thread Charles R Harris
On Tue, Aug 8, 2023 at 8:25 AM Charles R Harris wrote: > Hi All, > > Just a note that Python 3.12.0rc1 was released Aug 6. It looks like > manylinux2014 is already updated. > > But cibuildwheel is still at 3.12.0b4. Chuck ___ NumPy-

[Numpy-discussion] Python 3.12.0rc1 released

2023-08-08 Thread Charles R Harris
Hi All, Just a note that Python 3.12.0rc1 was released Aug 6. It looks like manylinux2014 is already updated. Chuck ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@python.org

[Numpy-discussion] Interesting article

2023-08-05 Thread Charles R Harris
Hi All, Just thought I'd pass along a link to an article I found interesting, IBM, Red Hat and Free Software: An old maddog’s view . Chuck ___ NumPy-Discussion

[Numpy-discussion] Re: numpy.org is now available in Japanese and Portuguese

2023-08-03 Thread Charles R Harris
On Wed, Aug 2, 2023 at 9:51 PM Inessa Pawson wrote: > We are excited to announce that numpy.org is now available in 2 > additional languages: Japanese and Portuguese. > This wouldn’t be possible without our dedicated volunteers: > > Portuguese: > Melissa Weber Mendonça (melissawm) > Ricardo

[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: >> >>&

[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, >

[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 >> continu

[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

[Numpy-discussion] Time to start NumPy 1.26 development?

2023-07-14 Thread Charles R Harris
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 1. Tag the commit after v1.25.1 -- f9e85438782cc5 -- as 'v1.26.0.dev0', marking it as the

[Numpy-discussion] NumPy 1.25.1 release

2023-07-08 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.25.1. NumPy 1.25.1 is a maintenance release that fixes bugs discovered after the 1.24.3 release and updates the build infrastructure to stay current with upstream changes. The Python versions supported by this

[Numpy-discussion] Release of NumPy 1.24. 4

2023-06-26 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.24.4. NumPy 1.24.4 is a maintenance release that fixes a few bugs discovered after the 1.24.3 release. The Python versions supported by this release are 3.8-3.11 Note that 32 bit wheels are only provided for

[Numpy-discussion] NumPy 1.25.0 released

2023-06-17 Thread Charles R Harris
Hi All, The NumPy 1.25.0 release continues the ongoing work to improve the handling and promotion of dtypes, increase execution speed, and clarify the documentation. There has also been work to prepare for the future NumPy 2.0.0 release, resulting in a large number of new and expired deprecation.

[Numpy-discussion] Re: Precision changes to sin/cos in the next release?

2023-05-31 Thread Charles R Harris
On Wed, May 31, 2023 at 9:12 AM Robert Kern wrote: > On Wed, May 31, 2023 at 10:40 AM Ralf Gommers > wrote: > >> >> >> On Wed, May 31, 2023 at 4:19 PM Charles R Harris < >> charlesr.har...@gmail.com> wrote: >> >>> >>> >>>

[Numpy-discussion] Re: Precision changes to sin/cos in the next release?

2023-05-31 Thread Charles R Harris
On Wed, May 31, 2023 at 8:05 AM Robert Kern wrote: > I would much, much rather have the special functions in the `np.*` > namespace be more accurate than fast on all platforms. These would not > have been on my list for general purpose speed optimization. How much time > is actually spent inside

[Numpy-discussion] NumPy 1.25.0rc1 released

2023-05-29 Thread Charles R Harris
Hi All, The NumPy 1.25.0 release continues the ongoing work to improve the handling and promotion of dtypes, increase the execution speed, and clarify the documentation. There has also been work to prepare for the future NumPy 2.0.0 release, resulting in a large number of new and expired

[Numpy-discussion] Re: Welcome Nathan Goldbaum as a Maintainer

2023-05-29 Thread Charles R Harris
On Mon, May 29, 2023 at 1:15 AM Sebastian Berg wrote: > Hi all, > > On behalf of the steering council, I am very happy to announce that > Nathan has joined us as a Maintainer! > > Nathan has been consistently contributing and reviewing NumPy PRs for a > while and is for example actively working

[Numpy-discussion] NumPy 1.24.3 released

2023-04-22 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.24.3. NumPy 1.24.3 is a maintenance release that fixes bugs and regressions discovered after the 1.24.2 release. The Python versions supported by this release are 3.8-3.11 Note that 32 bit wheels are only

[Numpy-discussion] Re: Error from "import numpy": undefined symbol: _ZSt21__glibcxx_assert_failPKciS0_S0_

2023-04-15 Thread Charles R Harris
I can confirm. Please open a github issue for this. Chuck On Sat, Apr 15, 2023 at 5:29 PM Chiara Marmo wrote: > Dear list, > > I am compiling numpy from source (main 1.25.0.dev0+1173.g7f682bca5) on > Fedora 37. > - Python 3.11 > - GNU C Library (GNU libc) stable release version 2.36. > - g++

[Numpy-discussion] Re: Github updated its RSA public key

2023-03-24 Thread Charles R Harris
Note that "actions/checkout" was updated today by dependabot, so we should be good on that score. Chuck ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@python.org

[Numpy-discussion] Github updated its RSA public key

2023-03-24 Thread Charles R Harris
Hi All, Just a heads up, you may see this message: @@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be

[Numpy-discussion] Re: dropping support for Gitpod and our Docker image builds

2023-03-20 Thread Charles R Harris
On Mon, Mar 20, 2023 at 3:13 PM Ralf Gommers wrote: > Hi all, > > We received a notification from Docker that there Free Team organization > no longer exists, and that we have until April 14 to upgrade to a paid > tier. We only use Docker to support Gitpod. Gitpod builds have been broken > in

[Numpy-discussion] NumPy 1.24. 2 Release

2023-02-05 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.24.2. NumPy 1.24.2 is a maintenance release that fixes bugs and regressions discovered after the 1.24.1 release. The Python versions supported by this release are 3.8-3.11 Note that 32 bit wheels are only

[Numpy-discussion] Re: Congratulation to our newest maintainer Mukulika Pahari

2023-01-27 Thread Charles R Harris
On Fri, Jan 27, 2023 at 3:23 AM Matti Picus wrote: > The NumPy steering council recently granted maintainer rights to > Mukulika Pahari (https://github.com/Mukulikaa/) > > > Mukulika was recently elected to co-lead the numpy documentation team, > and has been active in reviewing documentation

[Numpy-discussion] Re: Getting scipy.interpolate.pchip_interpolate to return the first derivative of a pchip interpolation

2023-01-21 Thread Charles R Harris
You should post at the scipy-user mailing list. See https://svn.scipy.org/scipylib/mailing-lists.html. On Sat, Jan 21, 2023 at 4:08 PM Samuel Dupree wrote: > I'm running SciPy ver. 1.9.3 under Python ver. 3.9.15 on a Mac Pro (2019) > desktop running Mac OSX ver. 13.1 Ventura. The problem I'm

[Numpy-discussion] NumPy 1.24.1 released

2022-12-26 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.24.1. NumPy 1.24.1 is a maintenance release that fixes bugs and regressions discovered after the 1.24.0 release. The Python versions supported by this release are 3.8-3.11 Note that 32 bit wheels are only

[Numpy-discussion] NumPy 1.24.0 released

2022-12-18 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.24.0. The NumPy 1.24.0 release continues the ongoing work to improve the handling and promotion of dtypes, increase execution speed, and clarify the documentation. There are also a large number of new and expired

[Numpy-discussion] Re: status of long double support and what to do about it

2022-12-14 Thread Charles R Harris
On Wed, Dec 14, 2022 at 1:44 PM Scott Ransom wrote: > On 12/14/22 3:01 PM, Carl Kleffner wrote: > > Hi Scott, > > > > may I ask you which kind of vector / matrix operation in extended > precision (np.longdouble) is > > supported in 'pint' ? It can't be backed by the underlying blas library > as

[Numpy-discussion] Re: status of long double support and what to do about it

2022-12-06 Thread Charles R Harris
On Sun, Dec 4, 2022 at 9:36 AM wrote: > Hello, > > I am interested in contributing to this. I am a contributor in the PINT > pulsar timing package Scott mentioned. But I am new to contributing to > numpy, and I am not sure where or how to begin. Are there beginner-level > resources that I can

[Numpy-discussion] NumPy 1.24.0rc2 released

2022-12-04 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.24.0rc1. The NumPy 1.24.0 release continues the ongoing work to improve the handling and promotion of dtypes, increase execution speed, and clarify the documentation. There are also a large number of new and

[Numpy-discussion] Re: ANN: NumPy Fellowship Program & Sayed Adel as our first Developer in Residence

2022-12-02 Thread Charles R Harris
On Thu, Dec 1, 2022 at 2:22 PM Ralf Gommers wrote: > Hi all, > > I'm excited to be able to share this announcement on behalf of the NumPy > Steering Council. We have created a new program, the NumPy Fellowship > Program, and offered Sayed Adel the very first Developer in Residence role. > Sayed

[Numpy-discussion] NumPy 1.24.0rc1 released

2022-11-24 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.24.0rc1. The NumPy 1.24.0 release continues the ongoing work to improve the handling and promotion of dtypes, increase execution speed, and clarify the documentation. There are also a large number of new and

[Numpy-discussion] NumPy 1.24.x branched

2022-11-22 Thread Charles R Harris
Hi All, NumPy 1.24.x has been branched. 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

[Numpy-discussion] Release of NumPy 1.23.5

2022-11-19 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I am pleased to announce the release of NumPy 1.23.5. NumPy 1.23.5 is a maintenance release that fixes bugs discovered after the 1.23.4 release and keeps the build infrastructure current. The Python versions supported for this release are 3.8-3.11. Wheels can

[Numpy-discussion] Re: status of long double support and what to do about it

2022-11-17 Thread Charles R Harris
On Thu, Nov 17, 2022 at 6:30 PM Scott Ransom wrote: > > > On 11/17/22 7:13 PM, Charles R Harris wrote: > > > > > > On Thu, Nov 17, 2022 at 3:15 PM Ralf Gommers > <mailto:ralf.gomm...@gmail.com>> wrote: > > > > Hi all, > >

[Numpy-discussion] Re: status of long double support and what to do about it

2022-11-17 Thread Charles R Harris
On Thu, Nov 17, 2022 at 3:15 PM Ralf Gommers wrote: > Hi all, > > We have to do something about long double support. This is something I > wanted to propose a long time ago already, and moving build systems has > resurfaced the pain yet again. > > This is not a full proposal yet, but the start

[Numpy-discussion] NumPy 1.23.4 released.

2022-10-12 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I am pleased to announce the release of NumPy 1.23.4. NumPy 1.23.4 is a maintenance release that fixes bugs discovered after the 1.23.3 release and keeps the build infrastructure current. The main improvements are fixes for some annotation corner cases, a fix

[Numpy-discussion] Re: mypy occasional error on _UnknownType in _array_like.py since 1.22 or 1.23

2022-10-10 Thread Charles R Harris
On Mon, Oct 10, 2022 at 12:27 PM Nick Gerner wrote: > I upgraded from 1.21 to 1.23.3 recently and got a variety of mypy issues. > I seem to have resolved all of them, but I occasionally still see this show > up: > > .venv/lib/python3.10/site-packages/numpy/_typing/_array_like.py:153: > error:

[Numpy-discussion] NumPy 1.23. 3 Release

2022-09-09 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I am pleased to announce the release of NumPy 1.23.3. NumPy 1.23.3 is a maintenance release that fixes bugs discovered after the 1.23.2 release. There is no major theme for this release, the main improvements are for some downstream builds and some annotation

[Numpy-discussion] NumPy 1.23.2 release

2022-08-14 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I am pleased to announce the release of NumPy 1.23.2. NumPy 1.23.2 is a maintenance release that fixes bugs discovered after the 1.23.1 release. Notable features are: - Typing changes needed for Python 3.11 - Wheels for Python 3.11.0rc1 The Python

[Numpy-discussion] Python 3.11.0rc1 is out

2022-08-08 Thread Charles R Harris
Hi All, Just to note that Python 3.11.0rc1 has been released. I plan to make a NumPy 1.23.2 release with support for that as soon as it is available on our build platforms. Chuck ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To

[Numpy-discussion] Remove nose support?

2022-07-25 Thread Charles R Harris
Hi All, I propose to remove nose support from numpy/testing/. We moved to pytest about five years ago because nose was no longer maintained, but kept the outdated nose support for downstream projects who had not yet dropped it. Nose itself has been replaced with nose2, and while it remains

[Numpy-discussion] NumPy 1.23.1 released

2022-07-08 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.23.1. NumPy 1.23.1 is a maintenance release that fixes bugs discovered after the 1.23.0 release. Notable fixes are: - Fix searchsorted for float16 NaNs - Fix compilation on Apple M1 - Fix KeyError in

[Numpy-discussion] Re: Software Freedom Conservancy calls for move from Github

2022-07-04 Thread Charles R Harris
On Mon, Jul 4, 2022 at 7:48 AM Matthew Brett wrote: > Hi, > > I just came across this: > > https://sfconservancy.org/GiveUpGitHub/ > > I guess this is something we should review and consider - although it > would obviously have serious costs. > > Cheers, > > I didn't see anything in the article

[Numpy-discussion] Re: Setting C and linker flags for Windows build

2022-06-30 Thread Charles R Harris
On Thu, Jun 30, 2022 at 11:02 AM Matthew Brett wrote: > Hi Chuck, > > On Thu, Jun 30, 2022 at 2:13 PM Charles R Harris > wrote: > > > > > > > > On Wed, Jun 29, 2022 at 5:26 PM Matthew Brett > wrote: > >> > >> Hi, > >> &g

[Numpy-discussion] Re: Setting C and linker flags for Windows build

2022-06-30 Thread Charles R Harris
On Wed, Jun 29, 2022 at 5:26 PM Matthew Brett wrote: > Hi, > > I am very sorry - I feel I should know this, or be able to work it > out, but is there a way of setting the flags to the C compiler and the > linker, for the Numpy build, on Windows? > > I'm trying to set the flags for a build with

[Numpy-discussion] No PDF documentation

2022-06-24 Thread Charles R Harris
Hi All, There is a Makefile PR that, among other things, removes the generation of PDF files. This will require changes to the documentation files and I'm wondering exactly how we want to proceed with that. Note that the zipped html files are

[Numpy-discussion] Re: NumPy 1.23.0 released

2022-06-22 Thread Charles R Harris
On Wed, Jun 22, 2022 at 6:49 PM Charles R Harris wrote: > Hi All, > > On behalf of the NumPy team, I'm pleased to announce the release of NumPy > 1.23.0. The NumPy 1.23.0 release continues the ongoing work to improve the > handling and promotion of dtypes, increase the execution

[Numpy-discussion] NumPy 1.23.0 released

2022-06-22 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.23.0. The NumPy 1.23.0 release continues the ongoing work to improve the handling and promotion of dtypes, increase the execution speed, clarify the documentation, and expire old deprecations. The highlights are:

[Numpy-discussion] NumPy 1.23.0rc3 released

2022-06-11 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.23.0rc2. The NumPy 1.23.0 release continues the ongoing work to improve the handling and promotion of dtypes, increase the execution speed, clarify the documentation, and expire old deprecations. The highlights

[Numpy-discussion] NumPy 1.23.0rc2 released

2022-05-30 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.23.0rc2. The NumPy 1.23.0 release continues the ongoing work to improve the handling and promotion of dtypes, increase the execution speed, clarify the documentation, and expire old deprecations. The highlights

[Numpy-discussion] NumPy 1.23.0rc1 released

2022-05-26 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.23.0rc1. The NumPy 1.23.0 release continues the ongoing work to improve the handling and promotion of dtypes, increase the execution speed, clarify the documentation, and expire old deprecations. The highlights

[Numpy-discussion] Maintenance/1.23.x is branched

2022-05-23 Thread Charles R Harris
Hi All, The 1.23.x maintenance branch has been made and main is now open for 1.24.0 development. Chuck ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@python.org

[Numpy-discussion] Re: Dropping the pdf documentation.

2022-05-22 Thread Charles R Harris
On Sun, May 22, 2022 at 4:54 PM Rohit Goswami wrote: > Being very hard to read should not be reason enough to stop generating > them. In places with little to no internet connectivity often the PDF > documentation is invaluable. > > I personally use the PDF documentation both on my phone and

[Numpy-discussion] Dropping the pdf documentation.

2022-05-22 Thread Charles R Harris
Hi All, This is a proposal to drop the generation of pdf documentation and only generate the html version. This is a one way change due to the difficulty maintaining/fixing the pdf versions. See minimal discussion here . Chuck

[Numpy-discussion] NumPy 1.22.4 released

2022-05-21 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.22.4. NumPy 1.22.4 is a maintenance release that fixes bugs discovered after the 1.22.3 release. In addition, the wheels for this release are built using the recently released Cython 0.29.30, which should fix the

[Numpy-discussion] Re: New stable documentation

2022-05-21 Thread Charles R Harris
On Sat, May 21, 2022 at 5:38 AM Sebastian Berg wrote: > On Sat, 2022-05-21 at 10:33 +0300, matti picus wrote: > > On Sat, 21 May 2022 at 08:46, Ralf Gommers > > wrote: > > > > > > > > > > > On Sat, May 21, 2022 at 3:40 AM Charles R

[Numpy-discussion] New stable documentation

2022-05-20 Thread Charles R Harris
Hi All, I've put up new stable documentation for NumPy 1.22.4. I'd appreciate it if those familiar with how they want the documentation to look could take a look at it so that fixes can be made while I'm still in the documentation state. Chuck ___

[Numpy-discussion] Re: Automatic formatters for only changed lines

2022-05-08 Thread Charles R Harris
On Sun, May 8, 2022 at 10:30 AM Joshua Wilson wrote: > As someone who worked on a project that used to use yapf, a word of > caution - regardless of quality of formatting versus black, it generally > has not had the resources to keep up with new releases of Python. See > >

[Numpy-discussion] Re: Automatic formatters for only changed lines

2022-05-06 Thread Charles R Harris
On Fri, May 6, 2022 at 2:10 AM Sebastian Berg wrote: > On Thu, 2022-05-05 at 15:32 -0700, Stefan van der Walt wrote: > > On Thu, May 5, 2022, at 12:00, Trevor Gross wrote: > > > I don't necessarily know that this should be enforced on CI off the > > > bat (though in the future it could be), but

[Numpy-discussion] Re: Discussion: History & Possible Deprecation/Removal of numpy.linalg.{eig(), eigvals()}?

2022-05-03 Thread Charles R Harris
On Tue, May 3, 2022 at 6:41 PM Leo Fang wrote: > Hi, I am catching up with an assigned task that I slipped. I am wondering > a few things about the numpy.linalg.eig() API (eigvals() is also included > in this discussion, but for simplicity let's focus on eig()). AFAIU the > purpose of eig() is

[Numpy-discussion] Re: Numpy 1.22.4 release date?

2022-04-13 Thread Charles R Harris
On Wed, Apr 13, 2022 at 6:18 AM Maarten Ballintijn wrote: > > Greetings, > > We are trying to migrate a stack to python 3.10. It looks like > numpy-1.22.4 is going to be required to move to python 3.10 because of the > cython/debugging issue (https://github.com/numpy/numpy/issues/21008). > > Is

[Numpy-discussion] NumPy 1.21.6 released

2022-04-12 Thread Charles R Harris
Hi All, On behalf of the NumPy team I am pleased to announce the release of NumPy 1.21.6. NumPy 1.21.6 is a very small release that achieves two things: - Backs out the mistaken backport of C++ code into 1.21.5. - Provides a 32 bit Windows wheel for Python 3.10. The provision of the 32

[Numpy-discussion] Re: NEP 29 and the faster Python release cadence

2022-04-07 Thread Charles R Harris
On Wed, Apr 6, 2022 at 3:06 PM Aaron Meurer wrote: > Was the faster CPython release cadence (PEP 602 > https://peps.python.org/pep-0602/) ever discussed in relation to NEP > 29 (https://numpy.org/neps/nep-0029-deprecation_policy.html)? > > NEP 29 currently says: > > "The current Python release

[Numpy-discussion] Re: np.bool_ vs Python bool behavior

2022-03-13 Thread Charles R Harris
On Sun, Mar 13, 2022 at 10:31 AM Charles R Harris wrote: > > > On Sat, Mar 12, 2022 at 4:53 PM Jacob Reinhold > wrote: > >> A pain point I ran into a while ago was assuming that an np.ndarray with >> dtype=np.bool_ would act similarly to the Python built-i

[Numpy-discussion] NumPy 1.22.3 released

2022-03-07 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.22.3. NumPy 1.22.3 is a maintenance release that fixes bugs discovered after the 1.22.2 release. The most noticeable fixes may be those for DLPack. One that may cause some problems is disallowing strings as inputs

[Numpy-discussion] Re: ANN: SciPy 1.8.0

2022-02-05 Thread Charles R Harris
On Sat, Feb 5, 2022 at 5:35 PM Tyler Reddy wrote: > Hi all, > > On behalf of the SciPy development team, I'm pleased to announce the > release of SciPy 1.8.0. > > Yay! Congratulations on working through all the problems. Some releases are just troublesome. Chuck

[Numpy-discussion] NumPy 1.22.2 released

2022-02-03 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.22.2. NumPy 1.22.2 fixes several bugs discovered after the 1.22.1 release. Notable fixes are: - Build related fixes for downstream projects and other platforms. - Various annotation fixes/additions. -

[Numpy-discussion] Mac wheel builds for Python 3.8 have stopped working.

2022-01-25 Thread Charles R Harris
Hi All, This seems due to an environment change in azure-pipelines sometime after Jan 7. My guess is the Python version setting environment changed from 0.193 to 0.197. It can be fixed by using `MACOSX_DEPLOYMENT_TARGET=10.14`. Note that 10.9 has been unsupported since 2019 and 10.14 is the

[Numpy-discussion] Re: Fit 2D points to closed curve

2022-01-20 Thread Charles R Harris
On Thu, Jan 20, 2022 at 11:28 AM Robert Kern wrote: > On Thu, Jan 20, 2022 at 1:15 PM wrote: > >> Hi, >> I use a CAD package called Rhino which lets users write python scripts >> that run in the cad environment. I have a closed curve that is a design >> surface border and I have a sparse data

  1   2   3   4   5   >