Skip to content

Commit 69a3f66

Browse files
authored
Merge pull request numpy#16020 from charris/prepare-1.18.3
REL: Prepare for NumPy 1.18.3 release.
2 parents c0b6896 + 31eac51 commit 69a3f66

File tree

4 files changed

+50
-32
lines changed

4 files changed

+50
-32
lines changed

doc/changelog/1.18.3-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 6 people contributed to this release. People with a "+" by their
6+
names contributed a patch for the first time.
7+
8+
* Charles Harris
9+
* Max Balandat +
10+
* @Mibu287 +
11+
* Pan Jan +
12+
* Sebastian Berg
13+
* @panpiort8 +
14+
15+
Pull requests merged
16+
====================
17+
18+
A total of 5 pull requests were merged for this release.
19+
20+
* `#15916 <https://github.com/numpy/numpy/pull/15916>`__: BUG: Fix eigh and cholesky methods of numpy.random.multivariate_normal
21+
* `#15929 <https://github.com/numpy/numpy/pull/15929>`__: BUG,MAINT: Remove incorrect special case in string to number...
22+
* `#15930 <https://github.com/numpy/numpy/pull/15930>`__: BUG: Guarantee array is in valid state after memory error occurs...
23+
* `#15954 <https://github.com/numpy/numpy/pull/15954>`__: BUG: Check that `pvals` is 1D in `_generator.multinomial`.
24+
* `#16017 <https://github.com/numpy/numpy/pull/16017>`__: BUG: Alpha parameter must be 1D in `generator.dirichlet`

doc/release/upcoming_changes/15872.change.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

doc/source/release/1.18.2-notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
NumPy 1.18.2 Release Notes
55
==========================
66

7-
This small elease contains a fix for a performance regression in numpy/random
7+
This small release contains a fix for a performance regression in numpy/random
88
and several bug/maintenance updates.
99

1010
The Python versions supported in this release are 3.5-3.8. Downstream

doc/source/release/1.18.3-notes.rst

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,42 @@
44
NumPy 1.18.3 Release Notes
55
==========================
66

7+
This release contains various bug/regression fixes.
8+
9+
The Python versions supported in this release are 3.5-3.8. Downstream
10+
developers should use Cython >= 0.29.15 for Python 3.8 support and OpenBLAS >=
11+
3.7 to avoid errors on the Skylake architecture.
12+
713

814
Highlights
915
==========
1016

17+
* Fix for the `method='eigh'` and `method='cholesky'` methods in
18+
`numpy.random.multivariate_normal`. Those were producing samples from the
19+
wrong distribution.
1120

12-
New functions
13-
=============
1421

15-
16-
Deprecations
22+
Contributors
1723
============
1824

25+
A total of 6 people contributed to this release. People with a "+" by their
26+
names contributed a patch for the first time.
1927

20-
Future Changes
21-
==============
28+
* Charles Harris
29+
* Max Balandat +
30+
* @Mibu287 +
31+
* Pan Jan +
32+
* Sebastian Berg
33+
* @panpiort8 +
2234

2335

24-
Expired deprecations
36+
Pull requests merged
2537
====================
2638

39+
A total of 5 pull requests were merged for this release.
2740

28-
Compatibility notes
29-
===================
30-
31-
32-
C API changes
33-
=============
34-
35-
36-
New Features
37-
============
38-
39-
40-
Improvements
41-
============
42-
43-
44-
Changes
45-
=======
41+
* `#15916 <https://github.com/numpy/numpy/pull/15916>`__: BUG: Fix eigh and cholesky methods of numpy.random.multivariate_normal
42+
* `#15929 <https://github.com/numpy/numpy/pull/15929>`__: BUG,MAINT: Remove incorrect special case in string to number...
43+
* `#15930 <https://github.com/numpy/numpy/pull/15930>`__: BUG: Guarantee array is in valid state after memory error occurs...
44+
* `#15954 <https://github.com/numpy/numpy/pull/15954>`__: BUG: Check that `pvals` is 1D in `_generator.multinomial`.
45+
* `#16017 <https://github.com/numpy/numpy/pull/16017>`__: BUG: Alpha parameter must be 1D in `generator.dirichlet`

0 commit comments

Comments
 (0)