From 1af52dfdf65c9952c4f498457e9ca753355f07a0 Mon Sep 17 00:00:00 2001 From: mattip Date: Mon, 1 Jul 2019 08:36:24 -0700 Subject: DOC: add toc to top-level release.rst, remove old document --- doc/source/release/1.15.3-notes.rst | 49 +++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 doc/source/release/1.15.3-notes.rst (limited to 'doc/source/release/1.15.3-notes.rst') diff --git a/doc/source/release/1.15.3-notes.rst b/doc/source/release/1.15.3-notes.rst new file mode 100644 index 000000000..753eecec9 --- /dev/null +++ b/doc/source/release/1.15.3-notes.rst @@ -0,0 +1,49 @@ +========================== +NumPy 1.15.3 Release Notes +========================== + +This is a bugfix release for bugs and regressions reported following the 1.15.2 +release. The Python versions supported by this release are 2.7, 3.4-3.7. The +wheels are linked with OpenBLAS v0.3.0, which should fix some of the linalg +problems reported for NumPy 1.14. + +Compatibility Note +================== + +The NumPy 1.15.x OS X wheels released on PyPI no longer contain 32-bit +binaries. That will also be the case in future releases. See +`#11625 `__ for the related +discussion. Those needing 32-bit support should look elsewhere or build +from source. + +Contributors +============ + +A total of 7 people contributed to this release. People with a "+" by their +names contributed a patch for the first time. + +* Allan Haldane +* Charles Harris +* Jeroen Demeyer +* Kevin Sheppard +* Matthew Bowden + +* Matti Picus +* Tyler Reddy + +Pull requests merged +==================== + +A total of 12 pull requests were merged for this release. + +* `#12080 `__: MAINT: Blacklist some MSVC complex functions. +* `#12083 `__: TST: Add azure CI testing to 1.15.x branch. +* `#12084 `__: BUG: test_path() now uses Path.resolve() +* `#12085 `__: TST, MAINT: Fix some failing tests on azure-pipelines mac and... +* `#12187 `__: BUG: Fix memory leak in mapping.c +* `#12188 `__: BUG: Allow boolean subtract in histogram +* `#12189 `__: BUG: Fix in-place permutation +* `#12190 `__: BUG: limit default for get_num_build_jobs() to 8 +* `#12191 `__: BUG: OBJECT_to_* should check for errors +* `#12192 `__: DOC: Prepare for NumPy 1.15.3 release. +* `#12237 `__: BUG: Fix MaskedArray fill_value type conversion. +* `#12238 `__: TST: Backport azure-pipeline testing fixes for Mac -- cgit v1.2.1