Navigation Menu

Skip to content

Commit

Permalink
Set v0.2.0 release date to today!
Browse files Browse the repository at this point in the history
  • Loading branch information
kwgoodman committed Dec 27, 2010
1 parent 4973918 commit 6c97948
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
4 changes: 2 additions & 2 deletions RELEASE.rst
Expand Up @@ -9,7 +9,7 @@ see the commit log at http://github.com/kwgoodman/bottleneck
Bottleneck 0.2.0
================

*Release date: Not yet released, in development*
*Release date: 2010-12-27*

The second release of Bottleneck is faster, contains more functions, and
supports more dtypes.
Expand All @@ -35,7 +35,7 @@ supports more dtypes.
- Added a sandbox for prototyping of new Bottleneck functions
- Rewrote benchmarking code

**Breaks from 0.2**
**Breaks from 0.1.0**

- To run benchmark use bn.bench() instead of bn.benchit()

Expand Down
12 changes: 2 additions & 10 deletions doc/source/development.rst
Expand Up @@ -7,7 +7,6 @@ There are many ways to help improve Bottleneck:
- Use it and report bugs, typos, suggestions
- Write a prototype for a new function in the sandbox
- Work on bits from the roadmap below
- Participate in a sprint!

Step #1: Get the code at https://github.com/kwgoodman/bottleneck

Expand All @@ -20,16 +19,9 @@ Roadmap

**0.2**

- Add a Cython version of NumPy's apply_along_axis function. Input is a Cython
function that reduces a 1d array to a scalar (such as sum, std, or max).
Data will probably be passed to the 1d reducing function as pointers
to a buffer using strides. See
`here <http://projects.scipy.org/numpy/attachment/ticket/1213/_selectmodule.pyx>`_ for a (non-reducing) example.
- Template the code to make maintance and the expansion to more dtypes
easier. Three possible approaches, which is the best fit for Bottleneck:
`one <http://mail.scipy.org/pipermail/scipy-user/2010-November/027645.html>`_
or `two <http://projects.scipy.org/numpy/attachment/ticket/1213/generate_qselect.py>`_ or
`three <https://github.com/jsalvatier/cython_ufuncs>`_?
easier.
- Fall back to slower non-Cython functions for unaccelerated ndim/dtype

**0.3**

Expand Down

0 comments on commit 6c97948

Please sign in to comment.