summaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-03-12 12:54:17 -0600
committerCharles Harris <charlesr.harris@gmail.com>2018-03-12 12:54:17 -0600
commitb7ef2e32bf0b2553c536e7a4242a2cdc5185b3b6 (patch)
treeb65633e5800de2508152dbb501f5c4be1860cf18 /doc/changelog
parent5324067c702a41e901354a01a5f0d05ff49b6cb4 (diff)
downloadnumpy-b7ef2e32bf0b2553c536e7a4242a2cdc5185b3b6.tar.gz
DOC: Post 1.14.2 release update.
* Add 1.14.2 changelog * Add 1.14.2 release notes
Diffstat (limited to 'doc/changelog')
-rw-r--r--doc/changelog/1.14.2-changelog.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/changelog/1.14.2-changelog.rst b/doc/changelog/1.14.2-changelog.rst
new file mode 100644
index 000000000..fae815c8e
--- /dev/null
+++ b/doc/changelog/1.14.2-changelog.rst
@@ -0,0 +1,22 @@
+
+Contributors
+============
+
+A total of 4 people contributed to this release. People with a "+" by their
+names contributed a patch for the first time.
+
+* Allan Haldane
+* Charles Harris
+* Eric Wieser
+* Pauli Virtanen
+
+Pull requests merged
+====================
+
+A total of 5 pull requests were merged for this release.
+
+* `#10674 <https://github.com/numpy/numpy/pull/10674>`__: BUG: Further back-compat fix for subclassed array repr
+* `#10725 <https://github.com/numpy/numpy/pull/10725>`__: BUG: dragon4 fractional output mode adds too many trailing zeros
+* `#10726 <https://github.com/numpy/numpy/pull/10726>`__: BUG: Fix f2py generated code to work on PyPy
+* `#10727 <https://github.com/numpy/numpy/pull/10727>`__: BUG: Fix missing NPY_VISIBILITY_HIDDEN on npy_longdouble_to_PyLong
+* `#10729 <https://github.com/numpy/numpy/pull/10729>`__: DOC: Create 1.14.2 notes and changelog.