@@ -6,17 +6,20 @@ This is a bugfix only release in the 1.9.x series.
66Issues fixed
77============
88
9- * `#5316 <https://github.com/scipy/scipy/issues/5316 >`__: fix too large dtype alignment of strings and complex types
10- * `#5424 <https://github.com/scipy/scipy/issues/5424 >`__: fix ma.median when used on ndarrays
11- * `#5481 <https://github.com/scipy/scipy/issues/5481 >`__: Fix astype for structured array fields of different byte order
12- * `#5155 <https://github.com/scipy/scipy/issues/5155 >`__: Fix loadtxt with comments=None and a string None data
13- * `#4476 <https://github.com/scipy/scipy/issues/4476 >`__: Masked array view fails if structured dtype has datetime component
14- * `#5388 <https://github.com/scipy/scipy/issues/5388 >`__: Make RandomState.set_state and RandomState.get_state threadsafe
15- * `#5390 <https://github.com/scipy/scipy/issues/5390 >`__: make seed, randint and shuffle threadsafe
16- * `#5374 <https://github.com/scipy/scipy/issues/5374 >`__: Fixed incorrect assert_array_almost_equal_nulp documentation
17- * `#5393 <https://github.com/scipy/scipy/issues/5393 >`__: Add support for ATLAS > 3.9.33.
18- * `#5313 <https://github.com/scipy/scipy/issues/5313 >`__: PyArray_AsCArray caused segfault for 3d arrays
19- * `#5492 <https://github.com/scipy/scipy/issues/5492 >`__: handle out of memory in rfftf
20- * `#4181 <https://github.com/scipy/scipy/issues/4181 >`__: fix a few bugs in the random.pareto docstring
21- * `#5359 <https://github.com/scipy/scipy/issues/5359 >`__: minor changes to linspace docstring
22- * `#4723 <https://github.com/scipy/scipy/issues/4723 >`__: fix a compile issues on AIX
9+ * `#5316 <https://github.com/numpy/numpy/issues/5316 >`__: fix too large dtype alignment of strings and complex types
10+ * `#5424 <https://github.com/numpy/numpy/issues/5424 >`__: fix ma.median when used on ndarrays
11+ * `#5481 <https://github.com/numpy/numpy/issues/5481 >`__: Fix astype for structured array fields of different byte order
12+ * `#5354 <https://github.com/numpy/numpy/issues/5354 >`__: fix segfault when clipping complex arrays
13+ * `#5524 <https://github.com/numpy/numpy/issues/5524 >`__: allow np.argpartition on non ndarrays
14+ * `#5612 <https://github.com/numpy/numpy/issues/5612 >`__: Fixes ndarray.fill to accept full range of uint64
15+ * `#5155 <https://github.com/numpy/numpy/issues/5155 >`__: Fix loadtxt with comments=None and a string None data
16+ * `#4476 <https://github.com/numpy/numpy/issues/4476 >`__: Masked array view fails if structured dtype has datetime component
17+ * `#5388 <https://github.com/numpy/numpy/issues/5388 >`__: Make RandomState.set_state and RandomState.get_state threadsafe
18+ * `#5390 <https://github.com/numpy/numpy/issues/5390 >`__: make seed, randint and shuffle threadsafe
19+ * `#5374 <https://github.com/numpy/numpy/issues/5374 >`__: Fixed incorrect assert_array_almost_equal_nulp documentation
20+ * `#5393 <https://github.com/numpy/numpy/issues/5393 >`__: Add support for ATLAS > 3.9.33.
21+ * `#5313 <https://github.com/numpy/numpy/issues/5313 >`__: PyArray_AsCArray caused segfault for 3d arrays
22+ * `#5492 <https://github.com/numpy/numpy/issues/5492 >`__: handle out of memory in rfftf
23+ * `#4181 <https://github.com/numpy/numpy/issues/4181 >`__: fix a few bugs in the random.pareto docstring
24+ * `#5359 <https://github.com/numpy/numpy/issues/5359 >`__: minor changes to linspace docstring
25+ * `#4723 <https://github.com/numpy/numpy/issues/4723 >`__: fix a compile issues on AIX
0 commit comments