Skip to content

Commit e12270a

Browse files
authored
Merge pull request #21811 from charris/prepare-for-1.23.0
REL: Prepare for the NumPy 1.23.0 release
2 parents e6a2125 + 6da3cd7 commit e12270a

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

doc/changelog/1.23.0-changelog.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ names contributed a patch for the first time.
160160
Pull requests merged
161161
====================
162162

163-
A total of 485 pull requests were merged for this release.
163+
A total of 492 pull requests were merged for this release.
164164

165165
* `#15006 <https://github.com/numpy/numpy/pull/15006>`__: ENH: add support for operator() in crackfortran.
166166
* `#15844 <https://github.com/numpy/numpy/pull/15844>`__: ENH: add inline definition of access rights for Fortran types
@@ -647,3 +647,11 @@ A total of 485 pull requests were merged for this release.
647647
* `#21720 <https://github.com/numpy/numpy/pull/21720>`__: BUG: Enable fortran preprocessing for ifort on Windows
648648
* `#21721 <https://github.com/numpy/numpy/pull/21721>`__: BLD, SIMD: Fix detect armhf and hardened the Neon/ASIMD compile-time...
649649
* `#21722 <https://github.com/numpy/numpy/pull/21722>`__: BUG: .f2py_f2cmap doesn't map long_long and other options
650+
* `#21729 <https://github.com/numpy/numpy/pull/21729>`__: REL: Prepare for the NumPy 1.23.0rc3 release.
651+
* `#21754 <https://github.com/numpy/numpy/pull/21754>`__: BUG, SIMD: Fix detecting NEON/ASIMD on aarch64
652+
* `#21757 <https://github.com/numpy/numpy/pull/21757>`__: BUG: Do not skip value-based promotion path for large Python...
653+
* `#21761 <https://github.com/numpy/numpy/pull/21761>`__: BUG: Fix small reference leaks found with pytest-leaks
654+
* `#21777 <https://github.com/numpy/numpy/pull/21777>`__: REV: Revert "ENH: Implement string comparison ufuncs (or almost)...
655+
* `#21809 <https://github.com/numpy/numpy/pull/21809>`__: MAINT: Add a check of the return value of PyMem_Calloc().
656+
* `#21810 <https://github.com/numpy/numpy/pull/21810>`__: BUG: lib: A loadtxt error message had two values reversed.
657+

doc/source/release/1.23.0-notes.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -367,16 +367,6 @@ while computing the Kronecker product of the inputs
367367
368368
(`gh-21262 <https://github.com/numpy/numpy/pull/21262>`__)
369369

370-
String comparisons now supported in ufuncs
371-
------------------------------------------
372-
The comparison ufuncs `np.equal`, `np.greater`, etc. now support
373-
unicode and byte string inputs (dtypes ``S`` and ``U``).
374-
Due to this change a ``FutureWarning`` is now given when comparing
375-
unicode to byte strings. Such comparisons always returned ``False``
376-
and continue to do so at this time.
377-
378-
(`gh-21716 <https://github.com/numpy/numpy/pull/21716>`__)
379-
380370

381371
Performance improvements and changes
382372
====================================

0 commit comments

Comments
 (0)