File tree 4 files changed +50
-32
lines changed 4 files changed +50
-32
lines changed Original file line number Diff line number Diff line change
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 `
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
NumPy 1.18.2 Release Notes
5
5
==========================
6
6
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
8
8
and several bug/maintenance updates.
9
9
10
10
The Python versions supported in this release are 3.5-3.8. Downstream
Original file line number Diff line number Diff line change 4
4
NumPy 1.18.3 Release Notes
5
5
==========================
6
6
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
+
7
13
8
14
Highlights
9
15
==========
10
16
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.
11
20
12
- New functions
13
- =============
14
21
15
-
16
- Deprecations
22
+ Contributors
17
23
============
18
24
25
+ A total of 6 people contributed to this release. People with a "+" by their
26
+ names contributed a patch for the first time.
19
27
20
- Future Changes
21
- ==============
28
+ * Charles Harris
29
+ * Max Balandat +
30
+ * @Mibu287 +
31
+ * Pan Jan +
32
+ * Sebastian Berg
33
+ * @panpiort8 +
22
34
23
35
24
- Expired deprecations
36
+ Pull requests merged
25
37
====================
26
38
39
+ A total of 5 pull requests were merged for this release.
27
40
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 `
You can’t perform that action at this time.
0 commit comments