NumPy 1.24.3 released

Charles R Harris <[email protected]> Sat, 22 Apr 2023 16:16:29 -0600
Newsgroups gmane.comp.python.scientific.devel,gmane.comp.python.numeric.general,gmane.comp.python.scientific.user
Message-ID <CAB6mnxJXSZU6hcGGk6ZLDqzozjOT5JTv1rS4E1x=T2vB=Y4DQw@mail.gmail.com>
--===============2085999955243097074==
Content-Type: multipart/alternative; boundary="000000000000c312aa05f9f4204f"

--000000000000c312aa05f9f4204f
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.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 provided for Windows, all other wheels are 64 bits on
account of Ubuntu, Fedora, and other Linux distributions dropping 32 bit
support. Wheels can be downloaded from PyPI
<https://pypi.org/project/numpy/1.24.3/>; source archives, release notes,
and wheel hashes are available on Github
<https://github.com/numpy/numpy/releases/tag/v1.24.3>.

*Contributors*

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

   - Aleksei Nikiforov +
   - Alexander Heger
   - Bas van Beek
   - Bob Eldering
   - Brock Mendel
   - Charles Harris
   - Kyle Sunden
   - Peter Hawkins
   - Rohit Goswami
   - Sebastian Berg
   - Warren Weckesser
   - dependabot[bot]



*Pull requests merged*
A total of 17 pull requests were merged for this release.

   - #23206: BUG: fix for f2py string scalars (#23194)
   - #23207: BUG: datetime64/timedelta64 comparisons return NotImplemented
   - #23208: MAINT: Pin matplotlib to version 3.6.3 for refguide checks
   - #23221: DOC: Fix matplotlib error in documentation
   - #23226: CI: Ensure submodules are initialized in gitpod.
   - #23341: TYP: Replace duplicate reduce in ufunc type signature with
   reduceat.
   - #23342: TYP: Remove duplicate CLIP/WRAP/RAISE in ``__init__.pyi``.
   - #23343: TYP: Mark ``d`` argument to fftfreq and rfftfreq as optional...
   - #23344: TYP: Add type annotations for comparison operators to
   MaskedArray.
   - #23345: TYP: Remove some stray type-check-only imports of ``msort``
   - #23370: BUG: Ensure like is only stripped for ``like=`` dispatched
   functions
   - #23543: BUG: fix loading and storing big arrays on s390x
   - #23544: MAINT: Bump larsoner/circleci-artifacts-redirector-action
   - #23634: BUG: Ignore invalid and overflow warnings in masked setitem
   - #23635: BUG: Fix masked array raveling when ``order="A"`` or
   ``order="K"``
   - #23636: MAINT: Update conftest for newer hypothesis versions
   - #23637: BUG: Fix bug in parsing F77 style string arrays.


Cheers,

Charles Harris

--000000000000c312aa05f9f4204f
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div class=3D"gmail-gE gmail-iv gmail-gt" style=3D"font-si=
ze:0.875rem;padding:20px 0px 0px;font-family:&quot;Google Sans&quot;,Roboto=
,RobotoDraft,Helvetica,Arial,sans-serif"><span style=3D"font-family:Arial,H=
elvetica,sans-serif;font-size:small;white-space:nowrap">Hi All,</span><tabl=
e cellpadding=3D"0" class=3D"gmail-cf gmail-gJ" style=3D"border-collapse:co=
llapse;margin-top:0px;width:auto;font-size:0.875rem;display:block"></table>=
</div><div class=3D"gmail-" style=3D"font-family:&quot;Google Sans&quot;,Ro=
boto,RobotoDraft,Helvetica,Arial,sans-serif;font-size:medium"><div id=3D"gm=
ail-:3d5" class=3D"gmail-ii gmail-gt" style=3D"direction:ltr;margin:8px 0px=
 0px;padding:0px;font-size:0.875rem"><div id=3D"gmail-:3d6" class=3D"gmail-=
a3s gmail-aiL" style=3D"font-variant-numeric:normal;font-variant-east-asian=
:normal;font-variant-alternates:normal;font-kerning:auto;font-feature-setti=
ngs:normal;font-stretch:normal;font-size:small;line-height:1.5;font-family:=
Arial,Helvetica,sans-serif;overflow:hidden"><div dir=3D"ltr"><br>On behalf =
of the NumPy team, I&#39;m pleased to announce the release of NumPy 1.24.3.=
 NumPy 1.24.3 is a maintenance release that fixes bugs and regressions disc=
overed after the 1.24.2 release.<div><br></div><div>The Python versions sup=
ported by this release are 3.8-3.11 Note that 32 bit wheels are only provid=
ed for Windows, all other wheels are 64 bits on account of Ubuntu, Fedora, =
and other Linux distributions dropping 32 bit support. Wheels can be downlo=
aded from=C2=A0<a href=3D"https://pypi.org/project/numpy/1.24.3/" target=3D=
"_blank">PyPI</a>;=C2=A0source archives, release notes, and wheel hashes ar=
e available on=C2=A0<a href=3D"https://github.com/numpy/numpy/releases/tag/=
v1.24.3" target=3D"_blank">Github</a>.</div><div><br></div><div><b>Contribu=
tors</b><br><br>A total of 12 people contributed to this release.=C2=A0 Peo=
ple with a &quot;+&quot; by their names contributed a patch for the first t=
ime.<br><ul><li>Aleksei Nikiforov +</li><li>Alexander Heger</li><li>Bas van=
 Beek</li><li>Bob Eldering</li><li>Brock Mendel</li><li>Charles Harris</li>=
<li>Kyle Sunden</li><li>Peter Hawkins</li><li>Rohit Goswami</li><li>Sebasti=
an Berg</li><li>Warren Weckesser</li><li>dependabot[bot]</li></ul><b><div><=
b><br></b></div>Pull requests merged<br></b><br>A total of 17 pull requests=
 were merged for this release.<br><ul><li>#23206: BUG: fix for f2py string =
scalars (#23194)</li><li>#23207: BUG: datetime64/timedelta64 comparisons re=
turn NotImplemented</li><li>#23208: MAINT: Pin matplotlib to version 3.6.3 =
for refguide checks</li><li>#23221: DOC: Fix matplotlib error in documentat=
ion</li><li>#23226: CI: Ensure submodules are initialized in gitpod.</li><l=
i>#23341: TYP: Replace duplicate reduce in ufunc type signature with reduce=
at.</li><li>#23342: TYP: Remove duplicate CLIP/WRAP/RAISE in ``__init__.pyi=
``.</li><li>#23343: TYP: Mark ``d`` argument to fftfreq and rfftfreq as opt=
ional...</li><li>#23344: TYP: Add type annotations for comparison operators=
 to MaskedArray.</li><li>#23345: TYP: Remove some stray type-check-only imp=
orts of ``msort``</li><li>#23370: BUG: Ensure like is only stripped for ``l=
ike=3D`` dispatched functions</li><li>#23543: BUG: fix loading and storing =
big arrays on s390x</li><li>#23544: MAINT: Bump larsoner/circleci-artifacts=
-redirector-action</li><li>#23634: BUG: Ignore invalid and overflow warning=
s in masked setitem</li><li>#23635: BUG: Fix masked array raveling when ``o=
rder=3D&quot;A&quot;`` or ``order=3D&quot;K&quot;``</li><li>#23636: MAINT: =
Update conftest for newer hypothesis versions</li><li>#23637: BUG: Fix bug =
in parsing F77 style string arrays.</li></ul></div><div><br></div><div>Chee=
rs,</div><div><br></div><div>Charles Harris</div></div></div></div></div></=
div>

--000000000000c312aa05f9f4204f--

--===============2085999955243097074==
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]

--===============2085999955243097074==--