summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrgommers <ralf.gommers@googlemail.com>2010-04-18 09:39:42 +0000
committerrgommers <ralf.gommers@googlemail.com>2010-04-18 09:39:42 +0000
commit2edbff0a555835435e19e22fd3e80a522b2beb70 (patch)
tree8f34d89b29ab2f6bb1d39661ae2b83f0f391c10e
parent30750369b588bedac8834ef3fe400014664706a3 (diff)
downloadnumpy-1.4.1rc2.tar.gz
Add 1.4.1 release notes.v1.4.1rc2
-rw-r--r--doc/release/1.4.1-notes.rst17
-rw-r--r--pavement.py2
2 files changed, 18 insertions, 1 deletions
diff --git a/doc/release/1.4.1-notes.rst b/doc/release/1.4.1-notes.rst
new file mode 100644
index 000000000..7fe4ca62d
--- /dev/null
+++ b/doc/release/1.4.1-notes.rst
@@ -0,0 +1,17 @@
+=========================
+NumPy 1.4.1 Release Notes
+=========================
+
+This minor release removes datetime support, which fixes the binary
+incompatibility issues with SciPy and other packages. It also includes several
+bug fixes. No new features are introduced.
+
+Bugs fixed
+----------
+- #1336: Fix for 1299 exposes Bus error on Sparc
+- #1379: CPU ID not set correctly on PARISC
+- #1388: frombuffer calls PyErr_Format without throwing an error
+- log1p
+- kaiser for M=1
+- paver execution on Windows 7 for Python 2.6
+- several fixes to Chebyshev and Polynomial
diff --git a/pavement.py b/pavement.py
index 1514644b1..f5fcaa15e 100644
--- a/pavement.py
+++ b/pavement.py
@@ -144,7 +144,7 @@ else:
# Start/end of the log (from git)
LOG_START = 'svn/tags/1.3.0'
LOG_END = '1.4.x'
-RELEASE_NOTES = 'doc/release/1.4.0-notes.rst'
+RELEASE_NOTES = 'doc/release/1.4.1-notes.rst'
#-------------------
# Windows installers