NumPy 2.0.1 released
Charles R Harris <[email protected]> Sun, 21 Jul 2024 08:35:31 -0600
| Newsgroups | gmane.comp.python.numeric.general,gmane.comp.python.scientific.devel |
|---|---|
| Message-ID | <CAB6mnxKpGwRng3N8E+dWDaQ4nmeCu=p8oxRsLqRfnexCDJVXpg@mail.gmail.com> |
--===============3289663764317325751== Content-Type: multipart/alternative; boundary="000000000000d8e438061dc2d7fe" --000000000000d8e438061dc2d7fe Content-Type: text/plain; charset="UTF-8" Hi All On behalf of the NumPy team, I'm pleased to announce the release of NumPy 2.0.1. NumPy 2.0.1 is a maintenance release that fixes bugs and regressions discovered after the 2.0.0 release. NumPy 2.0.1 is the last planned release in the 2.0.x series, 2.1.0rc1 should be out shortly. This release supports Python 3.9-3.12. Wheels can be downloaded from PyPI <https://pypi.org/project/numpy/2.0.1>; source archives, release notes, and wheel hashes are available on Github <https://github.com/numpy/numpy/releases/tag/v2.0.1>. *Contributors* A total of 15 people contributed to this release. People with a "+" by their names contributed a patch for the first time. - @vahidmech + - Alex Herbert + - Charles Harris - Giovanni Del Monte + - Leo Singer - Lysandros Nikolaou - Matti Picus - Nathan Goldbaum - Patrick J. Roddy + - Raghuveer Devulapalli - Ralf Gommers - Rostan Tabet + - Sebastian Berg - Tyler Reddy - Yannik Wicke + *Pull requests merged* A total of 24 pull requests were merged for this release. - #26711: MAINT: prepare 2.0.x for further development - #26792: TYP: fix incorrect import in ``ma/extras.pyi`` stub - #26793: DOC: Mention '1.25' legacy printing mode in ``set_printoptions`` - #26794: DOC: Remove mention of NaN and NAN aliases from constants - #26821: BLD: Fix x86-simd-sort build failure on openBSD - #26822: BUG: Ensure output order follows input in numpy.fft - #26823: TYP: fix missing sys import in numeric.pyi - #26832: DOC: remove hack to override _add_newdocs_scalars (#26826) - #26835: BUG: avoid side-effect of 'include complex.h' - #26836: BUG: fix max_rows and chunked string/datetime reading in ``loadtxt`` - #26837: BUG: fix PyArray_ImportNumPyAPI under -Werror=strict-prototypes - #26856: DOC: Update some documentation - #26868: BUG: fancy indexing copy - #26869: BUG: Mismatched allocation domains in ``PyArray_FillWithScalar`` - #26870: BUG: Handle --f77flags and --f90flags for meson [wheel build] - #26887: BUG: Fix new DTypes and new string promotion when signature is... - #26888: BUG: remove numpy.f2py from excludedimports - #26959: BUG: Quantile closest_observation to round to nearest even order - #26960: BUG: Fix off-by-one error in amount of characters in strip - #26961: API: Partially revert unique with return_inverse - #26962: BUG,MAINT: Fix utf-8 character stripping memory access - #26963: BUG: Fix out-of-bound minimum offset for in1d table method - #26971: BUG: fix f2py tests to work with v2 API - #26995: BUG: Add object cast to avoid warning with limited API Cheers, Charles Harris --000000000000d8e438061dc2d7fe Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">Hi All<br><br>On behalf of the NumPy team, I'm pleased= to announce the release of NumPy 2.0.1.=C2=A0NumPy 2.0.1 is a maintenance = release that fixes bugs and regressions discovered after the 2.0.0 release.= NumPy 2.0.1 is the last planned release in the 2.0.x series, 2.1.0rc1 shou= ld be out shortly.<div><br></div><div>This release supports Python 3.9-3.12= . Wheels can be downloaded from=C2=A0<a href=3D"https://pypi.org/project/nu= mpy/2.0.1" target=3D"_blank">PyPI</a>;=C2=A0source archives, release notes,= and wheel hashes are available on=C2=A0<a href=3D"https://github.com/numpy= /numpy/releases/tag/v2.0.1" target=3D"_blank">Github</a>.<div><br></div><di= v><br></div><div><b>Contributors</b><br><br>A total of 15 people contribute= d to this release.=C2=A0 People with a "+" by their names contrib= uted a patch for the first time.<br><ul><li>@vahidmech +</li><li>Alex Herbe= rt +</li><li>Charles Harris</li><li>Giovanni Del Monte +</li><li>Leo Singer= </li><li>Lysandros Nikolaou</li><li>Matti Picus</li><li>Nathan Goldbaum</li= ><li>Patrick J. Roddy +</li><li>Raghuveer Devulapalli</li><li>Ralf Gommers<= /li><li>Rostan Tabet +</li><li>Sebastian Berg</li><li>Tyler Reddy</li><li>Y= annik Wicke +</li></ul><br><b>Pull requests merged</b><br><br>A total of 24= pull requests were merged for this release.<br><ul><li>#26711: MAINT: prep= are 2.0.x for further development</li><li>#26792: TYP: fix incorrect import= in ``ma/extras.pyi`` stub</li><li>#26793: DOC: Mention '1.25' lega= cy printing mode in ``set_printoptions``</li><li>#26794: DOC: Remove mentio= n of NaN and NAN aliases from constants</li><li>#26821: BLD: Fix x86-simd-s= ort build failure on openBSD</li><li>#26822: BUG: Ensure output order follo= ws input in numpy.fft</li><li>#26823: TYP: fix missing sys import in numeri= c.pyi</li><li>#26832: DOC: remove hack to override _add_newdocs_scalars (#2= 6826)</li><li>#26835: BUG: avoid side-effect of 'include complex.h'= </li><li>#26836: BUG: fix max_rows and chunked string/datetime reading in `= `loadtxt``</li><li>#26837: BUG: fix PyArray_ImportNumPyAPI under -Werror=3D= strict-prototypes</li><li>#26856: DOC: Update some documentation</li><li>#2= 6868: BUG: fancy indexing copy</li><li>#26869: BUG: Mismatched allocation d= omains in ``PyArray_FillWithScalar``</li><li>#26870: BUG: Handle --f77flags= and --f90flags for meson [wheel build]</li><li>#26887: BUG: Fix new DTypes= and new string promotion when signature is...</li><li>#26888: BUG: remove = numpy.f2py from excludedimports</li><li>#26959: BUG: Quantile closest_obser= vation to round to nearest even order</li><li>#26960: BUG: Fix off-by-one e= rror in amount of characters in strip</li><li>#26961: API: Partially revert= unique with return_inverse</li><li>#26962: BUG,MAINT: Fix utf-8 character = stripping memory access</li><li>#26963: BUG: Fix out-of-bound minimum offse= t for in1d table method</li><li>#26971: BUG: fix f2py tests to work with v2= API</li><li>#26995: BUG: Add object cast to avoid warning with limited API= </li></ul></div><div><br></div><div>Cheers,</div><div><br></div><div>Charle= s Harris</div></div></div> --000000000000d8e438061dc2d7fe-- --===============3289663764317325751== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ NumPy-Discussion mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ Member address: [email protected] --===============3289663764317325751==--