8000 Merge pull request #18126 from charris/post-1.19.5-release-update · numpy/numpy@444f696 · GitHub
[go: up one dir, main page]

Skip to content

Commit 444f696

Browse files
authored
Merge pull request #18126 from charris/post-1.19.5-release-update
REL: Update master after 1.19.5 release.
2 parents c4ae3ce + 5458c67 commit 444f696

File tree

3 files changed

+75
-0
lines changed

3 files changed

+75
-0
lines changed

doc/changelog/1.19.5-changelog.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
Contributors
3+
============
4+
5+
A total of 8 people contributed to this release. People with a "+" by their
6+
names contributed a patch for the first time.
7+
8+
* Charles Harris
9+
* Christoph Gohlke
10+
* Matti Picus
11+
* Raghuveer Devulapalli
12+
* Sebastian Berg
13+
* Simon Graham +
14+
* Veniamin Petrenko +
15+
* Bernie Gray +
16+
17+
Pull requests merged
18+
====================
19+
20+
A total of 11 pull requests were merged for this release.
21+
22+
* `#17756 <https://github.com/numpy/numpy/pull/17756>`__: BUG: Fix segfault due to out of bound pointer in floatstatus...
23+
* `#17774 <https://github.com/numpy/numpy/pull/17774>`__: BUG: fix np.timedelta64('nat').__format__ throwing an exception
24+
* `#17775 <https://github.com/numpy/numpy/pull/17775>`__: BUG: Fixed file handle leak in array_tofile.
25+
* `#17786 <https://github.com/numpy/numpy/pull/17786>`__: BUG: Raise recursion error during dimension discovery
26+
* `#17917 <https://github.com/numpy/numpy/pull/17917>`__: BUG: Fix subarray dtype used with too large count in fromfile
27+
* `#17918 <https://github.com/numpy/numpy/pull/17918>`__: BUG: 'bool' object has no attribute 'ndim'
28+
* `#17919 <https://github.com/numpy/numpy/pull/17919>`__: BUG: ensure _UFuncNoLoopError can be pickled
29+
* `#17924 <https://github.com/numpy/numpy/pull/17924>`__: BLD: use BUFFERSIZE=20 in OpenBLAS
30+
* `#18026 <https://github.com/numpy/numpy/pull/18026>`__: BLD: update to OpenBLAS 0.3.13
31+
* `#18036 <https://github.com/numpy/numpy/pull/18036>`__: BUG: make a variable volatile to work around clang compiler bug
32+
* `#18114 <https://github.com/numpy/numpy/pull/18114>`__: REL: Prepare for the NumPy 1.19.5 release.

doc/source/release.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Release Notes
77

88
1.21.0 <release/1.21.0-notes>
99
1.20.0 <release/1.20.0-notes>
10+
1.19.5 <release/1.19.5-notes>
1011
1.19.4 <release/1.19.4-notes>
1112
1.19.3 <release/1.19.3-notes>
1213
1.19.2 <release/1.19.2-notes>

doc/source/release/1.19.5-notes.rst

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
.. currentmodule:: numpy
2+
3+
==========================
4+
NumPy 1.19.5 Release Notes
5+
==========================
6+
7+
NumPy 1.19.5 is a short bugfix release. Apart from fixing several bugs, the
8+
main improvement is the update to OpenBLAS 0.3.13 that works around the windows
9+
2004 bug while not breaking execution on other platforms. This release supports
10+
Python 3.6-3.9 and is planned to be the last release in the 1.19.x cycle.
11+
12+
Contributors
13+
============
14+
15+
A total of 8 people contributed to this release. People with a "+" by their
16+
names contributed a patch for the first time.
17+
18+
* Charles Harris
19+
* Christoph Gohlke
20+
* Matti Picus
21+
* Raghuveer Devulapalli
22+
* Sebastian Berg
23+
* Simon Graham +
24+
* Veniamin Petrenko +
25+
* Bernie Gray +
26+
27+
Pull requests merged
28+
====================
29+
30+
A total of 11 pull requests were merged for this release.
31+
32+
* `#17756 <https://github.com/numpy/numpy/pull/17756>`__: BUG: Fix segfault due to out of bound pointer in floatstatus...
33+
* `#17774 <https://github.com/numpy/numpy/pull/17774>`__: BUG: fix np.timedelta64('nat').__format__ throwing an exception
34+
* `#17775 <https://github.com/numpy/numpy/pull/17775>`__: BUG: Fixed file handle leak in array_tofile.
35+
* `#17786 <https://github.com/numpy/numpy/pull/17786>`__: BUG: Raise recursion error during dimension discovery
36+
* `#17917 <https://github.com/numpy/numpy/pull/17917>`__: BUG: Fix subarray dtype used with too large count in fromfile
37+
* `#17918 <https://github.com/numpy/numpy/pull/17918>`__: BUG: 'bool' object has no attribute 'ndim'
38+
* `#17919 <https://github.com/numpy/numpy/pull/17919>`__: BUG: ensure _UFuncNoLoopError can be pickled
39+
* `#17924 <https://github.com/numpy/numpy/pull/17924>`__: BLD: use BUFFERSIZE=20 in OpenBLAS
40+
* `#18026 <https://github.com/numpy/numpy/pull/18026>`__: BLD: update to OpenBLAS 0.3.13
41+
* `#18036 <https://github.com/numpy/numpy/pull/18036>`__: BUG: make a variable volatile to work around clang compiler bug
42+
* `#18114 <https://github.com/numpy/numpy/pull/18114>`__: REL: Prepare for the NumPy 1.19.5 release.

0 commit comments

Comments
 (0)
0