Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e66541b

Browse files
authored
Merge pull request #15729 from charris/prepare-1.18.2
REL: Prepare for 1.18.2 release.
2 parents 6f9a520 + dffe17a commit e66541b

File tree

2 files changed

+43
-32
lines changed

2 files changed

+43
-32
lines changed

doc/changelog/1.18.2-changelog.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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.

doc/source/release/1.18.2-notes.rst

Lines changed: 19 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,48 +4,35 @@
44
NumPy 1.18.2 Release Notes
55
==========================
66

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.
89

910
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 >=
1112
3.7 to avoid errors on the Skylake architecture.
1213

1314

14-
Highlights
15-
==========
16-
17-
18-
New functions
19-
=============
20-
21-
22-
Deprecations
15+
Contributors
2316
============
2417

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

26-
Future Changes
27-
==============
21+
* Charles Harris
22+
* Ganesh Kathiresan +
23+
* Matti Picus
24+
* Sebastian Berg
25+
* przemb +
2826

2927

30-
Expired deprecations
28+
Pull requests merged
3129
====================
3230

31+
A total of 6 pull requests were merged for this release.
3332

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.

0 commit comments

Comments
 (0)