NumPy 1.22.4 released

Charles R Harris <[email protected]> Sat, 21 May 2022 09:31:11 -0600
Newsgroups gmane.comp.python.scientific.devel,gmane.comp.python.numeric.general,gmane.comp.python.scientific.user
Message-ID <CAB6mnx+odqXx1GRZzZQk0vULi_oHUe0T3jaedMT+CoSeX+3WkA@mail.gmail.com>
--===============1638652128562018434==
Content-Type: multipart/alternative; boundary="000000000000a1abbf05df874c8c"

--000000000000a1abbf05df874c8c
Content-Type: text/plain; charset="UTF-8"

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
reported problems with debugging
<https://github.com/numpy/numpy/issues/21008>.

The Python versions supported in this release are 3.8-3.10.  Wheels can be
downloaded from PyPI <https://pypi.org/project/numpy/1.22.4>; source
archives, release notes, and wheel hashes are available on Github
<https://github.com/numpy/numpy/releases/tag/v1.22.4>. Note that the Mac
wheels are based on OS X 10.15 rather than 10.9 that was used in previous
NumPy release cycles.

*Contributors*

A total of 12 people contributed to this release.  People with a "+" by
their
names contributed a patch for the first time.

   - Alexander Shadchin
   - Bas van Beek
   - Charles Harris
   - Hood Chatham
   - Jarrod Millman
   - John-Mark Gurney +
   - Junyan Ou +
   - Mariusz Felisiak +
   - Ross Barnowski
   - Sebastian Berg
   - Serge Guelton
   - Stefan van der Walt

*Pull requests merged*

A total of 22 pull requests were merged for this release.

   - #21191: TYP, BUG: Fix ``np.lib.stride_tricks`` re-exported under the...
   - #21192: TST: Bump mypy from 0.931 to 0.940
   - #21243: MAINT: Explicitly re-export the types in ``numpy._typing``
   - #21245: MAINT: Specify sphinx, numpydoc versions for CI doc builds
   - #21275: BUG: Fix typos
   - #21277: ENH, BLD: Fix math feature detection for wasm
   - #21350: MAINT: Fix failing simd and cygwin tests.
   - #21438: MAINT: Fix failing Python 3.8 32-bit Windows test.
   - #21444: BUG: add linux guard per #21386
   - #21445: BUG: Allow legacy dtypes to cast to datetime again
   - #21446: BUG: Make mmap handling safer in frombuffer
   - #21447: BUG: Stop using PyBytesObject.ob_shash deprecated in Python
   3.11.
   - #21448: ENH: Introduce numpy.core.setup_common.NPY_CXX_FLAGS
   - #21472: BUG: Ensure compile errors are raised correctly
   - #21473: BUG: Fix segmentation fault
   - #21474: MAINT: Update doc requirements
   - #21475: MAINT: Mark ``npy_memchr`` with ``no_sanitize("alignment")``
   on clang
   - #21512: DOC: Proposal - make the doc landing page cards more similar...
   - #21525: MAINT: Update Cython version to 0.29.30.
   - #21536: BUG: Fix GCC error during build configuration
   - #21541: REL: Prepare for the NumPy 1.22.4 release.
   - #21547: MAINT: Skip tests that fail on PyPy.

Cheers,

Charles Harris

--000000000000a1abbf05df874c8c
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&#39;m please=
d to announce the release of NumPy 1.22.4. NumPy 1.22.4 is a maintenance re=
lease 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 reported problems with <a href=3D"https://github.c=
om/numpy/numpy/issues/21008">debugging</a>.<div><br></div><div>The Python v=
ersions supported in this release are 3.8-3.10.=C2=A0 Wheels can be downloa=
ded from=C2=A0<a href=3D"https://pypi.org/project/numpy/1.22.4" 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/v1=
.22.4" target=3D"_blank">Github</a>. Note that the Mac wheels are based on =
OS X 10.15 rather than 10.9 that was used in previous NumPy release cycles.=
=C2=A0<div><br><b>Contributors</b><br><br>A total of 12 people contributed =
to this release.=C2=A0 People with a &quot;+&quot; by their<br>names contri=
buted a patch for the first time.<br><ul><li>Alexander Shadchin</li><li>Bas=
 van Beek</li><li>Charles Harris</li><li>Hood Chatham</li><li>Jarrod Millma=
n</li><li>John-Mark Gurney +</li><li>Junyan Ou +</li><li>Mariusz Felisiak +=
</li><li>Ross Barnowski</li><li>Sebastian Berg</li><li>Serge Guelton</li><l=
i>Stefan van der Walt</li></ul><b>Pull requests merged</b><br><br>A total o=
f 22 pull requests were merged for this release.<br><ul><li>#21191: TYP, BU=
G: Fix ``np.lib.stride_tricks`` re-exported under the...</li><li>#21192: TS=
T: Bump mypy from 0.931 to 0.940</li><li>#21243: MAINT: Explicitly re-expor=
t the types in ``numpy._typing``</li><li>#21245: MAINT: Specify sphinx, num=
pydoc versions for CI doc builds</li><li>#21275: BUG: Fix typos</li><li>#21=
277: ENH, BLD: Fix math feature detection for wasm</li><li>#21350: MAINT: F=
ix failing simd and cygwin tests.</li><li>#21438: MAINT: Fix failing Python=
 3.8 32-bit Windows test.</li><li>#21444: BUG: add linux guard per #21386</=
li><li>#21445: BUG: Allow legacy dtypes to cast to datetime again</li><li>#=
21446: BUG: Make mmap handling safer in frombuffer</li><li>#21447: BUG: Sto=
p using PyBytesObject.ob_shash deprecated in Python 3.11.</li><li>#21448: E=
NH: Introduce numpy.core.setup_common.NPY_CXX_FLAGS</li><li>#21472: BUG: En=
sure compile errors are raised correctly</li><li>#21473: BUG: Fix segmentat=
ion fault</li><li>#21474: MAINT: Update doc requirements</li><li>#21475: MA=
INT: Mark ``npy_memchr`` with ``no_sanitize(&quot;alignment&quot;)`` on cla=
ng</li><li>#21512: DOC: Proposal - make the doc landing page cards more sim=
ilar...</li><li>#21525: MAINT: Update Cython version to 0.29.30.</li><li>#2=
1536: BUG: Fix GCC error during build configuration</li><li>#21541: REL: Pr=
epare for the NumPy 1.22.4 release.</li><li>#21547: MAINT: Skip tests that =
fail on PyPy.</li></ul><div>Cheers,</div><div><br></div><div>Charles Harris=
</div><br></div></div></div>

--000000000000a1abbf05df874c8c--

--===============1638652128562018434==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
SciPy-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/scipy-dev.python.org/
Member address: [email protected]

--===============1638652128562018434==--