From 19526ad2df359b23b8b21867d03c07543e429610 Mon Sep 17 00:00:00 2001 From: Keith Goodman Date: Mon, 30 Apr 2012 08:16:50 -0700 Subject: [PATCH] DOC Update release file. --- RELEASE.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 154a75857d..37257dc18c 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -11,15 +11,21 @@ Bottleneck 0.6.0 *Release date: Not yet released, in development* +Thanks to Dougal Sutherland, Bottleneck now runs on Python 3.2. + **New functions** - replace(arr, old, new), e.g, replace(arr, np.nan, 0) **Enhancements** -- Python 3 support -- only 3.2 tested, but earlier versions may work +- Python 3.2 support (may work on earlier verions of Python 3) - Upgrade numpydoc from 0.3.1 to 0.4 to support Sphinx 1.0.1 +**Breaks from 0.5.0** + +- Support for Python 2.5 dropped + **Bug fixes** - #31 Confusing error message in partsort and argpartsort