From b59aebf7a6b7bd321c04ee66d78f84632a76a6ba Mon Sep 17 00:00:00 2001 From: Allan Haldane Date: Fri, 27 Apr 2018 12:54:34 -0400 Subject: REL: add 1.14.3 changelog [ci skip] --- doc/changelog/1.14.3-changelog.rst | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 doc/changelog/1.14.3-changelog.rst 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 `__: BUG: floating types should override tp_print (1.14 backport) +* `#10905 `__: BUG: for 1.14 back-compat, accept list-of-lists in fromrecords +* `#10947 `__: BUG: 'style' arg to array2string broken in legacy mode (1.14... +* `#10959 `__: BUG: test, fix for missing flags['WRITEBACKIFCOPY'] key +* `#10960 `__: BUG: Add missing underscore to prototype in check_embedded_lapack +* `#10961 `__: BUG: Fix encoding regression in ma/bench.py (Issue #10868) +* `#10962 `__: BUG: core: fix NPY_TITLE_KEY macro on pypy +* `#10974 `__: BUG: test, fix PyArray_DiscardWritebackIfCopy... -- cgit v1.2.1