File tree 3 files changed +47
-0
lines changed 3 files changed +47
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 2
2
Release Notes
3
3
*************
4
4
5
+ .. include :: ../release/1.14.5-notes.rst
5
6
.. include :: ../release/1.14.4-notes.rst
6
7
.. include :: ../release/1.14.3-notes.rst
7
8
.. include :: ../release/1.14.2-notes.rst
You can’t perform that action at this time.
0 commit comments