8000 Merge pull request #11311 from mattip/prepare-1.14.5-release · r-devulap/numpy@826e101 · GitHub
[go: up one dir, main page]

Skip to content

Commit 826e101

Browse files
authored
Merge pull request numpy#11311 from mattip/prepare-1.14.5-release
DOC: document release 1.14.5
2 parents b8aa34c + 83cb177 commit 826e101

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed

doc/changelog/1.14.5-changelog.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
Contributors
3+
============
4+
5+
A total of 1 person contributed to this release. People with a "+" by their
6+
names contributed a patch for the first time.
7+
8+
* Charles Harris
9+
10+
Pull requests merged
11+
====================
12+
13+
A total of 2 pull requests were merged for this release.
14+
15+
* `#11274 <https://github.com/numpy/numpy/pull/11274>`__: BUG: Correct use of NPY_UNUSED.
16+
* `#11294 <https://github.com/numpy/numpy/pull/11294>`__: BUG: Remove extra trailing parentheses.

doc/release/1.14.5-notes.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
==========================
2+
NumPy 1.14.5 Release Notes
3+
==========================
4+
5+
This is a bugfix release for bugs reported following the 1.14.4 release. The
6+
most significant fixes are:
7+
8+
* fixes for compilation errors on alpine and NetBSD
9+
10+
The Python versions supported in this release are 2.7 and 3.4 - 3.6. The Python
11+
3.6 wheels available from PIP are built with Python 3.6.2 and should be
12+
compatible with all previous versions of Python 3.6. The source release 8000 s were
13+
cythonized with Cython 0.28.2 and should work for the upcoming Python 3.7.
14+
15+
Contributors
16+
============
17+
18+
A total of 1 person contributed to this release. People with a "+" by their
19+
names contributed a patch for the first time.
20+
21+
* Charles Harris
22+
23+
Pull requests merged
24+
====================
25+
26+
A total of 2 pull requests were merged for this release.
27+
28+
* `#11274 <https://github.com/numpy/numpy/pull/11274>`__: BUG: Correct use of NPY_UNUSED.
29+
* `#11294 <https://github.com/numpy/numpy/pull/11294>`__: BUG: Remove extra trailing parentheses.
30+

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.14.5-notes.rst
56
.. include:: ../release/1.14.4-notes.rst
67
.. include:: ../release/1.14.3-notes.rst
78
.. include:: ../release/1.14.2-notes.rst

0 commit comments

Comments
 (0)
0