Skip to content

Commit

Permalink
DOC Update release file.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwgoodman committed Apr 30, 2012
1 parent bfc9c3f commit 19526ad
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion RELEASE.rst
Expand Up @@ -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
Expand Down

0 comments on commit 19526ad

Please sign in to comment.