summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-03-05 18:22:08 -0700
committerCharles Harris <charlesr.harris@gmail.com>2017-03-05 18:22:08 -0700
commita4256f6bf5b4267e1984b7a95c2f9fb8a66063d8 (patch)
tree4349d37c37ac3b622334ca6f35aa3a03decbdab7
parent8d85989a1c269ecd18f2aec697ab38da96ed5307 (diff)
downloadnumpy-a4256f6bf5b4267e1984b7a95c2f9fb8a66063d8.tar.gz
DOC: Update 1.12.1 release notes.
[ci skip]
-rw-r--r--.mailmap1
-rw-r--r--doc/release/1.12.1-notes.rst44
2 files changed, 45 insertions, 0 deletions
diff --git a/.mailmap b/.mailmap
index 02b9db533..498d7a6c7 100644
--- a/.mailmap
+++ b/.mailmap
@@ -88,6 +88,7 @@ Jarrod Millman <millman@berkeley.edu> Jarrod Millman <jarrod.millman@gmail.com>
Jason Grout <jason-github@creativetrax.com> Jason Grout <jason.grout@drake.edu>
Jason King <pizza@netspace.net.au> jason king <pizza@netspace.net.au>
Jay Bourque <jay.bourque@continuum.io> jayvius <jay.bourque@continuum.io>
+Jean Utke <jutke@allstate.com> jutke <jutke@allstate.com>
Jerome Kelleher <jerome.kelleher@ed.ac.uk> jeromekelleher <jerome.kelleher@ed.ac.uk>
Johannes Schönberger <hannesschoenberger@gmail.com> Johannes Schönberger <jschoenberger@demuc.de>
Joseph Fox-Rabinovitz <jfoxrabinovitz@gmail.com> Joseph Fox-Rabinovitz <joseph.r.fox-rabinovitz@nasa.gov>
diff --git a/doc/release/1.12.1-notes.rst b/doc/release/1.12.1-notes.rst
new file mode 100644
index 000000000..21f7ea16e
--- /dev/null
+++ b/doc/release/1.12.1-notes.rst
@@ -0,0 +1,44 @@
+==========================
+NumPy 1.12.1 Release Notes
+==========================
+
+NumPy 1.12.1 supports Python 2.7 and 3.4 - 3.6 and fixes bugs and regressions
+found in NumPy 1.12.0. In particular, the regression in f2py constant parsing
+is fixed. Wheels for Linux, Windows, and OSX can be found on pypi,
+
+
+Contributors
+============
+
+A total of 10 people contributed to this release. People with a "+" by their
+names contributed a patch for the first time.
+
+* Charles Harris
+* Eric Wieser
+* Greg Young
+* Joerg Behrmann +
+* John Kirkham
+* Julian Taylor
+* Marten van Kerkwijk
+* Matthew Brett
+* Shota Kawabuchi
+* Jean Utke +
+
+Fixes Backported
+================
+
+* `#8483 <https://github.com/numpy/numpy/pull/8483>`__: BUG: Fix wrong future nat warning and equiv type logic error...
+* `#8489 <https://github.com/numpy/numpy/pull/8489>`__: BUG: Fix wrong masked median for some special cases
+* `#8490 <https://github.com/numpy/numpy/pull/8490>`__: DOC: Place np.average in inline code
+* `#8491 <https://github.com/numpy/numpy/pull/8491>`__: TST: Work around isfinite inconsistency on i386
+* `#8494 <https://github.com/numpy/numpy/pull/8494>`__: BUG: Guard against replacing constants without '_' spec in f2py.
+* `#8524 <https://github.com/numpy/numpy/pull/8524>`__: BUG: Fix mean for float 16 non-array inputs for 1.12
+* `#8571 <https://github.com/numpy/numpy/pull/8571>`__: BUG: Fix calling python api with error set and minor leaks for...
+* `#8602 <https://github.com/numpy/numpy/pull/8602>`__: BUG: Make iscomplexobj compatible with custom dtypes again
+* `#8618 <https://github.com/numpy/numpy/pull/8618>`__: BUG: Fix undefined behaviour induced by bad __array_wrap__
+* `#8648 <https://github.com/numpy/numpy/pull/8648>`__: BUG: Fix MaskedArray.__setitem__
+* `#8659 <https://github.com/numpy/numpy/pull/8659>`__: BUG: PPC64el machines are POWER for Fortran in f2py
+* `#8665 <https://github.com/numpy/numpy/pull/8665>`__: BUG: Look up methods on MaskedArray in `_frommethod`
+* `#8674 <https://github.com/numpy/numpy/pull/8674>`__: BUG: Remove extra digit in binary_repr at limit
+* `#8704 <https://github.com/numpy/numpy/pull/8704>`__: BUG: Fix deepcopy regression for empty arrays.
+* `#8707 <https://github.com/numpy/numpy/pull/8707>`__: BUG: Fix ma.median for empty ndarrays