diff options
author | njsmith <njs@pobox.com> | 2013-04-08 03:23:59 -0700 |
---|---|---|
committer | njsmith <njs@pobox.com> | 2013-04-08 03:23:59 -0700 |
commit | 01aa27a436476d87c4d986a80225d23179eebb44 (patch) | |
tree | 145f9e1d381c35c11e204a13549360f3dfd0233a | |
parent | 1340fa646d414b49856314bad339b4ae8ea4c4d8 (diff) | |
parent | 4a669b12e78d085f1449fdc08be3dbf9a5f5dffe (diff) | |
download | numpy-01aa27a436476d87c4d986a80225d23179eebb44.tar.gz |
Merge pull request #3206 from charris/forward-port-1.7.1-notes
ENH: Forward port `1.7.1` release notes.
-rw-r--r-- | doc/release/1.7.1-notes.rst | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/release/1.7.1-notes.rst b/doc/release/1.7.1-notes.rst new file mode 100644 index 000000000..15a756cb1 --- /dev/null +++ b/doc/release/1.7.1-notes.rst @@ -0,0 +1,25 @@ +NumPy 1.7.1 Release Notes +************************* + +This is a bugfix only release in the 1.7.x series. + + +Issues fixed +============ + +gh-2973 Fix `1` is printed during numpy.test() +gh-2983 BUG: gh-2969: Backport memory leak fix 80b3a34. +gh-3007 Backport gh-3006 +gh-2984 Backport fix complex polynomial fit +gh-2982 BUG: Make nansum work with booleans. +gh-2985 Backport large sort fixes +gh-3039 Backport object take +gh-3105 Backport nditer fix op axes initialization +gh-3108 BUG: npy-pkg-config ini files were missing after Bento build. +gh-3124 BUG: PyArray_LexSort allocates too much temporary memory. +gh-3131 BUG: Exported f2py_size symbol prevents linking multiple f2py +modules. +gh-3117 Backport gh-2992 +gh-3135 DOC: Add mention of PyArray_SetBaseObject stealing a reference +gh-3134 DOC: Fix typo in fft docs (the indexing variable is 'm', not 'n'). +gh-3136 Backport #3128 |