8000 Merge pull request #12192 from charris/prepare-1.15.3-release · r-devulap/numpy@542f73e · GitHub
[go: up one dir, main page]

Skip to content

Commit 542f73e

Browse files
authored
Merge pull request numpy#12192 from charris/prepare-1.15.3-release
DOC: Prepare for NumPy 1.15.3 release.
2 parents 5d7ec88 + 3d646cb commit 542f73e

File tree

3 files changed

+82
-0
lines changed

3 files changed

+82
-0
lines changed

doc/changelog/1.15.3-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 7 people contributed to this release. People with a "+" by their
6+
names contributed a patch for the first time.
7+
8+
* Allan Haldane
9+
* Charles Harris
10+
* Jeroen Demeyer
11+
* Kevin Sheppard
12+
* Matthew Bowden +
13+
* Matti Picus
14+
* Tyler Reddy
15+
16+
Pull requests merged
17+
====================
18+
19+
A total of 12 pull requests were merged for this release.
20+
21+
* `#12080 <https://github.com/numpy/numpy/pull/12080>`__: MAINT: Blacklist some MSVC complex functions.
22+
* `#12083 <https://github.com/numpy/numpy/pull/12083>`__: TST: Add azure CI testing to 1.15.x branch.
23+
* `#12084 <https://github.com/numpy/numpy/pull/12084>`__: BUG: test_path() now uses Path.resolve()
24+
* `#12085 <https://github.com/numpy/numpy/pull/12085>`__: TST, MAINT: Fix some failing tests on azure-pipelines mac and...
25+
* `#12187 <https://github.com/numpy/numpy/pull/12187>`__: BUG: Fix memory leak in mapping.c
26+
* `#12188 <https://github.com/numpy/numpy/pull/12188>`__: BUG: Allow boolean subtract in histogram
27+
* `#12189 <https://github.com/numpy/numpy/pull/12189>`__: BUG: Fix in-place permutation
28+
* `#12190 <https://github.com/numpy/numpy/pull/12190>`__: BUG: limit default for get_num_build_jobs() to 8
29+
* `#12191 <https://github.com/numpy/numpy/pull/12191>`__: BUG: OBJECT_to_* should check for errors
30+
* `#12192 <https://github.com/numpy/numpy/pull/12192>`__: DOC: Prepare for NumPy 1.15.3 release.
31+
* `#12237 <https://github.com/numpy/numpy/pull/12237>`__: BUG: Fix MaskedArray fill_value type conversion.
32+
* `#12238 <https://github.com/numpy/numpy/pull/12238>`__: TST: Backport azure-pipeline testing fixes for Mac

doc/release/1.15.3-notes.rst

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
==========================
2+
NumPy 1.15.3 Release Notes
3+
==========================
4+
5+
This is a bugfix release for bugs and regressions reported following the 1.15.2
6+
release. The Python versions supported by this release are 2.7, 3.4-3.7. The
7+
wheels are linked with OpenBLAS v0.3.0, which should fix some of the linalg
8+
problems reported for NumPy 1.14.
9+
10+
Compatibility Note
11+
==================
12+
13+
The NumPy 1.15.x OS X wheels released on PyPI no longer contain 32-bit
14+
binaries. That will also be the case in future releases. See
15+
`#11625 <https://github.com/numpy/numpy/issues/11625>`__ for the related
16+
discussion. Those needing 32-bit support should look elsewhere or build
17+
from source.
18+
19+
Contributors
20+
============
21+
22+
A total of 7 people contributed to this release. People with a "+" by their
23+
names contributed a patch for the first time.
24+
25+
* Allan Haldane
26+
* Charles Harris
27+
* Jeroen Demeyer
28+
* Kevin Sheppard
29+
* Matthew Bowden +
30+
* Matti Picus
31+
* Tyler Reddy
32+
33+
Pull requests merged
34+
====================
35+
36+
A total of 12 pull requests were merged for this release.
37+
38+
* `#12080 <https://github.com/numpy/numpy/pull/12080>`__: MAINT: Blacklist some MSVC complex functions.
39+
* `#12083 <https://github.com/numpy/numpy/pull/12083>`__: TST: Add azure CI testing to 1.15.x branch.
40+
* `#12084 <https://github.com/numpy/numpy/pull/12084>`__: BUG: test_path() now uses Path.resolve()
41+
* `#12085 <https://github.com/numpy/numpy/pull/12085>`__: TST, MAINT: Fix some failing tests on azure-pipelines mac and...
42+
* `#12187 <https://github.com/numpy/numpy/pull/12187>`__: BUG: Fix memory leak in mapping.c
43+
* `#12188 <https://github.com/numpy/numpy/pull/12188>`__: BUG: Allow boolean subtract in histogram
44+
* `#12189 <https://github.com/numpy/numpy/pull/12189>`__: BUG: Fix in-place permutation
45+
* `#12190 <https://github.com/numpy/numpy/pull/12190>`__: BUG: limit default for get_num_build_jobs() to 8
46+
* `#12191 <https://github.com/numpy/numpy/pull/12191>`__: BUG: OBJECT_to_* should check for errors
47+
* `#12192 <https://github.com/numpy/numpy/pull/12192>`__: DOC: Prepare for NumPy 1.15.3 release.
48+
* `#12237 <https://github.com/numpy/numpy/pull/12237>`__: BUG: Fix MaskedArray fill_value type conversion.
49+
* `#12238 <https://github.com/numpy/numpy/pull/12238>`__: TST: Backport azure-pipeline testing fixes for Mac

doc/source/release.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Release Notes
33
*************
44

5+
.. include:: ../release/1.15.3-notes.rst
56
.. include:: ../release/1.15.2-notes.rst
67
.. include:: ../release/1.15.1-notes.rst
78
.. include:: ../release/1.15.0-notes.rst

0 commit comments

Comments
 (0)
0