File tree 2 files changed +43
-32
lines changed 2 files changed +43
-32
lines changed Original file line number Diff line number Diff line change
1
+
2
+ Contributors
3
+ ============
4
+
5
+ A total of 5 people contributed to this release. People with a "+" by their
6
+ names contributed a patch for the first time.
7
+
8
+ * Charles Harris
9
+ * Ganesh Kathiresan +
10
+ * Matti Picus
11
+ * Sebastian Berg
12
+ * przemb +
13
+
14
+ Pull requests merged
15
+ ====================
16
+
17
+ A total of 6 pull requests were merged for this release.
18
+
19
+ * `#15675 <https://github.com/numpy/numpy/pull/15675 >`__: TST: move _no_tracing to testing._private
20
+ * `#15676 <https://github.com/numpy/numpy/pull/15676 >`__: MAINT: Large overhead in some random functions
21
+ * `#15677 <https://github.com/numpy/numpy/pull/15677 >`__: TST: Do not create gfortran link in azure Mac testing.
22
+ * `#15679 <https://github.com/numpy/numpy/pull/15679 >`__: BUG: Added missing error check in `ndarray.__contains__ `
23
+ * `#15722 <https://github.com/numpy/numpy/pull/15722 >`__: MAINT: use list-based APIs to call subprocesses
24
+ * `#15729 <https://github.com/numpy/numpy/pull/15729 >`__: REL: Prepare for 1.18.2 release.
Original file line number Diff line number Diff line change 4
4
NumPy 1.18.2 Release Notes
5
5
==========================
6
6
7
- This release contains fixes for bugs reported against NumPy 1.18.1.
7
+ This small elease contains a fix for a performance regression in numpy/random
8
+ and several bug/maintenance updates.
8
9
9
10
The Python versions supported in this release are 3.5-3.8. Downstream
10
- developers should use Cython >= 0.29.14 for Python 3.8 support and OpenBLAS >=
11
+ developers should use Cython >= 0.29.15 for Python 3.8 support and OpenBLAS >=
11
12
3.7 to avoid errors on the Skylake architecture.
12
13
13
14
14
- Highlights
15
- ==========
16
-
17
-
18
- New functions
19
- =============
20
-
21
-
22
- Deprecations
15
+ Contributors
23
16
============
24
17
18
+ A total of 5 people contributed to this release. People with a "+" by their
19
+ names contributed a patch for the first time.
25
20
26
- Future Changes
27
- ==============
21
+ * Charles Harris
22
+ * Ganesh Kathiresan +
23
+ * Matti Picus
24
+ * Sebastian Berg
25
+ * przemb +
28
26
29
27
30
- Expired deprecations
28
+ Pull requests merged
31
29
====================
32
30
31
+ A total of 6 pull requests were merged for this release.
33
32
34
- Compatibility notes
35
- ===================
36
-
37
-
38
- C API changes
39
- =============
40
-
41
-
42
- New Features
43
- ============
44
-
45
-
46
- Improvements
47
- ============
48
-
49
-
50
- Changes
51
- =======
33
+ * `#15675 <https://github.com/numpy/numpy/pull/15675 >`__: TST: move _no_tracing to testing._private
34
+ * `#15676 <https://github.com/numpy/numpy/pull/15676 >`__: MAINT: Large overhead in some random functions
35
+ * `#15677 <https://github.com/numpy/numpy/pull/15677 >`__: TST: Do not create gfortran link in azure Mac testing.
36
+ * `#15679 <https://github.com/numpy/numpy/pull/15679 >`__: BUG: Added missing error check in `ndarray.__contains__ `
37
+ * `#15722 <https://github.com/numpy/numpy/pull/15722 >`__: MAINT: use list-based APIs to call subprocesses
38
+ * `#15729 <https://github.com/numpy/numpy/pull/15729 >`__: REL: Prepare for 1.18.2 release.
You can’t perform that action at this time.
0 commit comments