diff options
| -rw-r--r-- | doc/release/1.4.1-notes.rst | 17 | ||||
| -rw-r--r-- | pavement.py | 2 |
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 |
