diff options
author | Ralf Gommers <ralf.gommers@googlemail.com> | 2012-03-26 22:08:06 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@googlemail.com> | 2012-03-26 22:08:06 +0200 |
commit | caa0883c9e142d6c2f7e1ad6857e9988fd8da17f (patch) | |
tree | f7f418fcb4e20127c0a22f4ddb3c92292552954d /doc | |
parent | aea76b85ad98c5fe89582d70344ca768b6cffec1 (diff) | |
download | numpy-caa0883c9e142d6c2f7e1ad6857e9988fd8da17f.tar.gz |
MAINT: port few missing changes to 1.6.0 release notes from 1.6.x branch.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.6.0-notes.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/release/1.6.0-notes.rst b/doc/release/1.6.0-notes.rst index 8cfdc6715..c5f53a0eb 100644 --- a/doc/release/1.6.0-notes.rst +++ b/doc/release/1.6.0-notes.rst @@ -1,6 +1,3 @@ -Note: NumPy 1.6.0 is not yet released. - - ========================= NumPy 1.6.0 Release Notes ========================= @@ -93,9 +90,6 @@ not match the ufunc implementation. Changes ======= -Changes and improvements in the numpy core ------------------------------------------- - ``default error handling`` -------------------------- |