File tree Expand file tree Collapse file tree 2 files changed +56
-24
lines changed Expand file tree Collapse file tree 2 files changed +56
-24
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
+ * Chris Burr +
10
+ * Matti Picus
11
+ * Qiming Sun +
12
+ * Warren Weckesser
13
+
14
+ Pull requests merged
15
+ ====================
16
+
17
+ A total of 8 pull requests were merged for this release.
18
+
19
+ * `#14758 <https://github.com/numpy/numpy/pull/14758 >`__: BLD: declare support for python 3.8
20
+ * `#14781 <https://github.com/numpy/numpy/pull/14781 >`__: BUG: random: biased samples from integers() with 8 or 16 bit...
21
+ * `#14851 <https://github.com/numpy/numpy/pull/14851 >`__: BUG: Fix _ctypes class circular reference. (#13808)
22
+ * `#14852 <https://github.com/numpy/numpy/pull/14852 >`__: BLD: add 'apt update' to shippable
23
+ * `#14855 <https://github.com/numpy/numpy/pull/14855 >`__: BUG: Fix `np.einsum ` errors on Power9 Linux and z/Linux
24
+ * `#14857 <https://github.com/numpy/numpy/pull/14857 >`__: BUG: lib: Fix histogram problem with signed integer arrays.
25
+ * `#14858 <https://github.com/numpy/numpy/pull/14858 >`__: BLD: Prevent -flto from optimising long double representation...
26
+ * `#14866 <https://github.com/numpy/numpy/pull/14866 >`__: MAINT: move buffer.h -> npy_buffer.h to avoid conflicts
Original file line number Diff line number Diff line change
1
+ .. currentmodule :: numpy
2
+
1
3
==========================
2
4
NumPy 1.17.4 Release Notes
3
5
==========================
4
6
7
+ This release contains fixes for bugs reported against NumPy 1.17.3 along with
8
+ some build improvements. The Python versions supported in this release
9
+ are 3.5-3.8.
10
+
11
+ Downstream developers should use Cython >= 0.29.13 for Python 3.8 support and
12
+ OpenBLAS >= 3.7 to avoid errors on the Skylake architecture.
13
+
5
14
6
15
Highlights
7
16
==========
8
17
9
-
10
- New functions
11
- =============
18
+ - Fixed ` random.random_integers ` biased generation of 8 and 16 bit integers.
19
+ - Fixed ` np.einsum ` regression on Power9 and z/Linux.
20
+ - Fixed histogram problem with signed integer arrays.
12
21
13
22
14
- Deprecations
23
+ Contributors
15
24
============
16
25
26
+ A total of 5 people contributed to this release. People with a "+" by their
27
+ names contributed a patch for the first time.
17
28
18
- Future Changes
19
- ==============
29
+ * Charles Harris
30
+ * Chris Burr +
31
+ * Matti Picus
32
+ * Qiming Sun +
33
+ * Warren Weckesser
20
34
21
35
22
- Expired deprecations
36
+ Pull requests merged
23
37
====================
24
38
39
+ A total of 8 pull requests were merged for this release.
25
40
26
- Compatibility notes
27
- ===================
28
-
29
-
30
- C API changes
31
- =============
32
-
33
-
34
- New Features
35
- ============
36
-
37
-
38
- Improvements
39
- ============
40
-
41
+ * `#14758 <https://github.com/numpy/numpy/pull/14758 >`__: BLD: declare support for python 3.8
42
+ * `#14781 <https://github.com/numpy/numpy/pull/14781 >`__: BUG: random: biased samples from integers() with 8 or 16 bit...
43
+ * `#14851 <https://github.com/numpy/numpy/pull/14851 >`__: BUG: Fix _ctypes class circular reference. (#13808)
44
+ * `#14852 <https://github.com/numpy/numpy/pull/14852 >`__: BLD: add 'apt update' to shippable
45
+ * `#14855 <https://github.com/numpy/numpy/pull/14855 >`__: BUG: Fix `np.einsum ` errors on Power9 Linux and z/Linux
46
+ * `#14857 <https://github.com/numpy/numpy/pull/14857 >`__: BUG: lib: Fix histogram problem with signed integer arrays.
47
+ * `#14858 <https://github.com/numpy/numpy/pull/14858 >`__: BLD: Prevent -flto from optimising long double representation...
48
+ * `#14866 <https://github.com/numpy/numpy/pull/14866 >`__: MAINT: move buffer.h -> npy_buffer.h to avoid conflicts
41
49
42
- Changes
43
- =======
You can’t perform that action at this time.
0 commit comments