Skip to content

Commit f03fff8

Browse files
committed
REL: Prepare for 1.17.4 release.
1 parent 20b5b08 commit f03fff8

File tree

2 files changed

+56
-24
lines changed

2 files changed

+56
-24
lines changed

doc/changelog/1.17.4-changelog.rst

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

doc/release/1.17.4-notes.rst

Lines changed: 30 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,49 @@
1+
.. currentmodule:: numpy
2+
13
==========================
24
NumPy 1.17.4 Release Notes
35
==========================
46

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+
514

615
Highlights
716
==========
817

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

1322

14-
Deprecations
23+
Contributors
1524
============
1625

26+
A total of 5 people contributed to this release. People with a "+" by their
27+
names contributed a patch for the first time.
1728

18-
Future Changes
19-
==============
29+
* Charles Harris
30+
* Chris Burr +
31+
* Matti Picus
32+
* Qiming Sun +
33+
* Warren Weckesser
2034

2135

22-
Expired deprecations
36+
Pull requests merged
2337
====================
2438

39+
A total of 8 pull requests were merged for this release.
2540

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
4149

42-
Changes
43-
=======

0 commit comments

Comments
 (0)