2
2
Contributors
3
3
============
4
4
5
- A total of 145 people contributed to this release. People with a "+" by their
5
+ A total of 148 people contributed to this release. People with a "+" by their
6
6
names contributed a patch for the first time.
7
7
8
8
* @DWesl
9
9
* @partev +
10
10
* @pierreloicq +
11
11
* @pkubaj +
12
12
* @pmvz +
13
+ * @pratiklp00 +
13
14
* @tajbinjohn +
14
15
* A Chethan Reddy +
15
16
* Aaron Meurer
@@ -24,6 +25,7 @@ names contributed a patch for the first time.
24
25
* Berke Kocaoğlu +
25
26
* Bob Eldering
26
27
* Brian Soto
28
+ * Brian Walshe +
27
29
* Brock Mendel
28
30
* Charles Harris
29
31
* Charles Young +
@@ -114,6 +116,7 @@ names contributed a patch for the first time.
114
116
* Paulo Almeida +
115
117
* Pedro Lameiras +
116
118
* Peter Hawkins
119
+ * Pey Lian Lim
117
120
* Peyton Murray +
118
121
* Philip Holzmann +
119
122
* Pierre Blanchard +
@@ -154,7 +157,7 @@ names contributed a patch for the first time.
154
157
Pull requests merged
155
158
====================
156
159
157
- A total of 511 pull requests were merged for this release.
160
+ A total of 530 pull requests were merged for this release.
158
161
159
162
* `#10615 <https://github.com/numpy/numpy/pull/10615 >`__: DEP: deprecate scalar conversions for arrays with ndim > 0
160
163
* `#16604 <https://github.com/numpy/numpy/pull/16604 >`__: BUG: SWIG overloaded long functions on pyfragments.swg will seg...
@@ -667,3 +670,22 @@ A total of 511 pull requests were merged for this release.
667
670
* `#23794 <https://github.com/numpy/numpy/pull/23794 >`__: API: add aliases for object and void dtype classes to dtype API
668
671
* `#23797 <https://github.com/numpy/numpy/pull/23797 >`__: TST: adjust tests for cython3, pypy
669
672
* `#23802 <https://github.com/numpy/numpy/pull/23802 >`__: MAINT: Bump actions/setup-python from 4.6.0 to 4.6.1
673
+ * `#23840 <https://github.com/numpy/numpy/pull/23840 >`__: REL: Prepare for the NumPy 1.25.0rc1 release
674
+ * `#23872 <https://github.com/numpy/numpy/pull/23872 >`__: DOC: Try to clarify the `NPY_TARGET_VERSION ` release note
675
+ * `#23875 <https://github.com/numpy/numpy/pull/23875 >`__: MAINT: Update ``download-wheels ``.
676
+ * `#23876 <https://github.com/numpy/numpy/pull/23876 >`__: NEP: Fix NEP 53 file format and minor formatting issue
677
+ * `#23877 <https://github.com/numpy/numpy/pull/23877 >`__: DOC: update distutils migration guide
678
+ * `#23882 <https://github.com/numpy/numpy/pull/23882 >`__: TST: Add tests for np.argsort (#23846)
679
+ * `#23888 <https://github.com/numpy/numpy/pull/23888 >`__: TYP,DOC: Annotate and document the ``metadata `` parameter of...
680
+ * `#23905 <https://github.com/numpy/numpy/pull/23905 >`__: MAINT: Use ``--allow-downgrade `` option for rtools.
681
+ * `#23932 <https://github.com/numpy/numpy/pull/23932 >`__: BUG: Allow np.info on non-hashable objects with a dtype
682
+ * `#23933 <https://github.com/numpy/numpy/pull/23933 >`__: MAINT: Disable SIMD version of float64 sin and cos
683
+ * `#23945 <https://github.com/numpy/numpy/pull/23945 >`__: BUG: Fixup for win64 fwrite issue
684
+ * `#23946 <https://github.com/numpy/numpy/pull/23946 >`__: BUG: Fix NpyIter cleanup in einsum error path
685
+ * `#23948 <https://github.com/numpy/numpy/pull/23948 >`__: DOC: Update required C++ version in building.rst (and copy-edit).
686
+ * `#23949 <https://github.com/numpy/numpy/pull/23949 >`__: BUG:Fix for call to 'vec_st' is ambiguous
687
+ * `#23951 <https://github.com/numpy/numpy/pull/23951 >`__: MAINT: Upgrade install-rtools version
688
+ * `#23955 <https://github.com/numpy/numpy/pull/23955 >`__: ENH: Add array API standard v2022.12 support to numpy.array_api
689
+ * `#23956 <https://github.com/numpy/numpy/pull/23956 >`__: BUG: Fix AVX2 intrinsic npyv_store2_till_s64 on MSVC > 19.29
690
+ * `#23957 <https://github.com/numpy/numpy/pull/23957 >`__: ENH: add copy parameter for api.reshape function
691
+ * `#23963 <https://github.com/numpy/numpy/pull/23963 >`__: TEST: change subprocess call to capture stderr too
0 commit comments