8000 DOC: add release notes for 1.9.1 · numpy/numpy@473a386 · GitHub
[go: up one dir, main page]

Skip to content

Commit 473a386

Browse files
committed
DOC: add release notes for 1.9.1
[ci skip]
1 parent 6970732 commit 473a386

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

doc/release/1.9.1-notes.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
NumPy 1.9.1 Release Notes
2+
*************************
3+
4+
This is a bugfix only release in the 1.9.x series.
5+
6+
Issues fixed
7+
============
8+
9+
* gh-5184: restore linear edge behaviour of gradient to as it was in < 1.9
10+
the second order behaviour is available via the `edge_order` keyword
11+
* gh-5100: restore object dtype inference from iterable objects without `len()`
12+
* gh-5163: avoid gcc-4.1.2 (red hat 5) miscompilation causing a crash
13+
* gh-5138: fix nanmedian on arrays containing inf
14+
* gh-5203: copy inherited masks in MaskedArray.__array_finalize__
15+
* gh-2317: genfromtxt did not handle filling_values=0 correctly
16+
* gh-5067: restore api of npy_PyFile_DupClose in python2
17+
* gh-5063: cannot convert invalid sequence index to tuple
18+
* gh-5082: Segmentation fault with argmin() on unicode arrays
19+
* gh-5095: don't propagate subtypes from np.where
20+
* gh-5104: np.inner segfaults with SciPy's sparse matrices
21+
* gh-5136: Import dummy_threading if importing threading fails
22+
* gh-5148: Make numpy import when run with Python flag '-OO'
23+
* gh-5147: Einsum double contraction in particular order causes ValueError
24+
* gh-479: Make f2py work with intent(in out)
25+
* gh-5170: Make python2 .npy files readable in python3
26+
* gh-5027: Use 'll' as the default length specifier for long long
27+
* gh-4896: fix build error with MSVC 2013 caused by C99 complex support
28+
* gh-4465: Make PyArray_PutTo respect writeable flag
29+
* gh-5225: fix crash when using arange on datetime without dtype set
30+
* gh-5231: fix build in c99 mode

0 commit comments

Comments
 (0)
0