summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Haldane <allan.haldane@gmail.com>2018-04-27 12:54:34 -0400
committerAllan Haldane <allan.haldane@gmail.com>2018-04-29 15:13:36 -0400
commitb59aebf7a6b7bd321c04ee66d78f84632a76a6ba (patch)
treee4e4eb07c230065fab20d981cf425ef0db76f0d5
parentd728baa27909aae137b996119b9e712d7b65d0f4 (diff)
downloadnumpy-fwd_port_1.14.3_changelog.tar.gz
REL: add 1.14.3 changelogfwd_port_1.14.3_changelog
[ci skip]
-rw-r--r--doc/changelog/1.14.3-changelog.rst27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/changelog/1.14.3-changelog.rst b/doc/changelog/1.14.3-changelog.rst
new file mode 100644
index 000000000..784a9177f
--- /dev/null
+++ b/doc/changelog/1.14.3-changelog.rst
@@ -0,0 +1,27 @@
+
+Contributors
+============
+
+A total of 6 people contributed to this release. People with a "+" by their
+names contributed a patch for the first time.
+
+* Allan Haldane
+* Charles Harris
+* Jonathan March +
+* Malcolm Smith +
+* Matti Picus
+* Pauli Virtanen
+
+Pull requests merged
+====================
+
+A total of 8 pull requests were merged for this release.
+
+* `#10862 <https://github.com/numpy/numpy/pull/10862>`__: BUG: floating types should override tp_print (1.14 backport)
+* `#10905 <https://github.com/numpy/numpy/pull/10905>`__: BUG: for 1.14 back-compat, accept list-of-lists in fromrecords
+* `#10947 <https://github.com/numpy/numpy/pull/10947>`__: BUG: 'style' arg to array2string broken in legacy mode (1.14...
+* `#10959 <https://github.com/numpy/numpy/pull/10959>`__: BUG: test, fix for missing flags['WRITEBACKIFCOPY'] key
+* `#10960 <https://github.com/numpy/numpy/pull/10960>`__: BUG: Add missing underscore to prototype in check_embedded_lapack
+* `#10961 <https://github.com/numpy/numpy/pull/10961>`__: BUG: Fix encoding regression in ma/bench.py (Issue #10868)
+* `#10962 <https://github.com/numpy/numpy/pull/10962>`__: BUG: core: fix NPY_TITLE_KEY macro on pypy
+* `#10974 <https://github.com/numpy/numpy/pull/10974>`__: BUG: test, fix PyArray_DiscardWritebackIfCopy...