File tree 3 files changed +72
-0
lines changed 3 files changed +72
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ Contributors
3
+ ============
4
+
5
+ A total of 7 people contributed to this release. People with a "+" by their
6
+ names contributed a patch for the first time.
7
+
8
+ * Andrew Nelson
9
+ * Charles Harris
10
+ * Mateusz Sokół
11
+ * Maximilian Weigand +
12
+ * Nathan Goldbaum
13
+ * Pieter Eendebak
14
+ * Sebastian Berg
15
+
16
+ Pull requests merged
17
+ ====================
18
+
19
+ A total of 10 pull requests were merged for this release.
20
+
21
+ * `#27236 <https://github.com/numpy/numpy/pull/27236 >`__: REL: Prepare for the NumPy 2.1.0 release [wheel build]
22
+ * `#27252 <https://github.com/numpy/numpy/pull/27252 >`__: MAINT: prepare 2.1.x for further development
23
+ * `#27259 <https://github.com/numpy/numpy/pull/27259 >`__: BUG: revert unintended change in the return value of set_printoptions
24
+ * `#27266 <https://github.com/numpy/numpy/pull/27266 >`__: BUG: fix reference counting bug in __array_interface__ implementation…
25
+ * `#27267 <https://github.com/numpy/numpy/pull/27267 >`__: TST: Add regression test for missing descr in array-interface
26
+ * `#27276 <https://github.com/numpy/numpy/pull/27276 >`__: BUG: Fix #27256 and #27257
27
+ * `#27278 <https://github.com/numpy/numpy/pull/27278 >`__: BUG: Fix array_equal for numeric and non-numeric scalar types
28
+ * `#27287 <https://github.com/numpy/numpy/pull/27287 >`__: MAINT: Update maintenance/2.1.x after the 2.0.2 release
29
+ * `#27303 <https://github.com/numpy/numpy/pull/27303 >`__: BLD: cp311- macosx_arm64 wheels [wheel build]
30
+ * `#27304 <https://github.com/numpy/numpy/pull/27304 >`__: BUG: f2py: better handle filtering of public/private subroutines
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Release notes
6
6
:maxdepth: 2
7
7
8
8
2.2.0 <release/2.2.0-notes >
9
+ 2.1.1 <release/2.1.1-notes >
9
10
2.1.0 <release/2.1.0-notes >
10
11
2.0.2 <release/2.0.2-notes >
11
12
2.0.1 <release/2.0.1-notes >
Original file line number Diff line number Diff line change
1
+ .. currentmodule :: numpy
2
+
3
+ ==========================
4
+ NumPy 2.1.1 Release Notes
5
+ ==========================
6
+
7
+ NumPy 2.1.1 is a maintenance release that fixes bugs and regressions
8
+ discovered after the 2.1.0 release.
9
+
10
+ The Python versions supported by this release are 3.10-3.13.
11
+
12
+ Contributors
13
+ ============
14
+
15
+ A total of 7 people contributed to this release. People with a "+" by their
16
+ names contributed a patch for the first time.
17
+
18
+ * Andrew Nelson
19
+ * Charles Harris
20
+ * Mateusz Sokół
21
+ * Maximilian Weigand +
22
+ * Nathan Goldbaum
23
+ * Pieter Eendebak
24
+ * Sebastian Berg
25
+
26
+ Pull requests merged
27
+ ====================
28
+
29
+ A total of 10 pull requests were merged for this release.
30
+
31
+ * `#27236 <https://github.com/numpy/numpy/pull/27236 >`__: REL: Prepare for the NumPy 2.1.0 release [wheel build]
32
+ * `#27252 <https://github.com/numpy/numpy/pull/27252 >`__: MAINT: prepare 2.1.x for further development
33
+ * `#27259 <https://github.com/numpy/numpy/pull/27259 >`__: BUG: revert unintended change in the return value of set_printoptions
34
+ * `#27266 <https://github.com/numpy/numpy/pull/27266 >`__: BUG: fix reference counting bug in __array_interface__ implementation…
35
+ * `#27267 <https://github.com/numpy/numpy/pull/27267 >`__: TST: Add regression test for missing descr in array-interface
36
+ * `#27276 <https://github.com/numpy/numpy/pull/27276 >`__: BUG: Fix #27256 and #27257
37
+ * `#27278 <https://github.com/numpy/numpy/pull/27278 >`__: BUG: Fix array_equal for numeric and non-numeric scalar types
38
+ * `#27287 <https://github.com/numpy/numpy/pull/27287 >`__: MAINT: Update maintenance/2.1.x after the 2.0.2 release
39
+ * `#27303 <https://github.com/numpy/numpy/pull/27303 >`__: BLD: cp311- macosx_arm64 wheels [wheel build]
40
+ * `#27304 <https://github.com/numpy/numpy/pull/27304 >`__: BUG: f2py: better handle filtering of public/private subroutines
41
+
You can’t perform that action at this time.
0 commit comments