diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-09-23 07:05:20 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2018-09-23 07:09:48 -0600 |
commit | acb690473174a93b9e9cd1d40d7b17ec4be50f41 (patch) | |
tree | 6d3dde8e2d8cc52bd017ab39b2b784c86112f8b6 /doc/changelog | |
parent | 1c0ebd808ede34d384a44ed19093afc109ba0cd8 (diff) | |
download | numpy-acb690473174a93b9e9cd1d40d7b17ec4be50f41.tar.gz |
DOC: Post NumPy 1.15.2 release updates.[ci skip]
* Add doc/changelog/1.14.6-changelog.rst
* Add doc/changelog/1.15.2-changelog.rst
* Add doc/release/1.14.6-notes.rst
* Add doc/release/1.15.2-notes.rst
Diffstat (limited to 'doc/changelog')
-rw-r--r-- | doc/changelog/1.14.6-changelog.rst | 21 | ||||
-rw-r--r-- | doc/changelog/1.15.2-changelog.rst | 21 |
2 files changed, 42 insertions, 0 deletions
diff --git a/doc/changelog/1.14.6-changelog.rst b/doc/changelog/1.14.6-changelog.rst new file mode 100644 index 000000000..be396208d --- /dev/null +++ b/doc/changelog/1.14.6-changelog.rst @@ -0,0 +1,21 @@ + +Contributors +============ + +A total of 4 people contributed to this release. People with a "+" by their +names contributed a patch for the first time. + +* Charles Harris +* Eric Wieser +* Julian Taylor +* Matti Picus + +Pull requests merged +==================== + +A total of 4 pull requests were merged for this release. + +* `#11985 <https://github.com/numpy/numpy/pull/11985>`__: BUG: fix cached allocations without the GIL +* `#11986 <https://github.com/numpy/numpy/pull/11986>`__: BUG: Undo behavior change in ma.masked_values(shrink=True) +* `#11987 <https://github.com/numpy/numpy/pull/11987>`__: BUG: fix refcount leak in PyArray_AdaptFlexibleDType +* `#11995 <https://github.com/numpy/numpy/pull/11995>`__: TST: Add Python 3.7 testing to NumPy 1.14. diff --git a/doc/changelog/1.15.2-changelog.rst b/doc/changelog/1.15.2-changelog.rst new file mode 100644 index 000000000..b4589c56d --- /dev/null +++ b/doc/changelog/1.15.2-changelog.rst @@ -0,0 +1,21 @@ + +Contributors +============ + +A total of 4 people contributed to this release. People with a "+" by their +names contributed a patch for the first time. + +* Charles Harris +* Julian Taylor +* Marten van Kerkwijk +* Matti Picus + +Pull requests merged +==================== + +A total of 4 pull requests were merged for this release. + +* `#11902 <https://github.com/numpy/numpy/pull/11902>`__: BUG: Fix matrix PendingDeprecationWarning suppression for pytest... +* `#11981 <https://github.com/numpy/numpy/pull/11981>`__: BUG: fix cached allocations without the GIL for 1.15.x +* `#11982 <https://github.com/numpy/numpy/pull/11982>`__: BUG: fix refcount leak in PyArray_AdaptFlexibleDType +* `#11992 <https://github.com/numpy/numpy/pull/11992>`__: BUG: Ensure boolean indexing of subclasses sets base correctly. |