Skip to content
Fast NumPy array functions written in Cython
Branch: master
Clone or download
Pull request Compare This branch is 68 commits ahead, 798 commits behind kwgoodman:master.
Latest commit 31a0420 Sep 26, 2014
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
bottlechest Change version 0.7.2-dev Sep 26, 2014
doc
sandbox Replaced all bottleneck occurences with bottlechest. Sep 12, 2014
.gitignore Remove egg-info folder. Sep 26, 2014
.travis.yml
LICENSE
MANIFEST.in
Makefile
README.rst ENH all tests now pass with numpy 1.8.0rc1 Sep 26, 2014
RELEASE.rst ENH all tests now pass with numpy 1.8.0rc1 Sep 26, 2014
build-bottlechest.txt Replaced all bottleneck occurences with bottlechest. Sep 12, 2014
install.sh Add Travis configuration. Sep 26, 2014
setup.py Replaced all bottleneck occurences with bottlechest. Sep 12, 2014

README.rst

Bottlechest

Introduction

Bottlechest is a fork of bottleneck (https://github.com/kwgoodman/bottleneck), specialized for use in Orange (https://github.com/biolab/orange3).

Moving window functions, several other functions and all optimization of 3d arrays are removed to reduce the size of the library. New functions are added as needed.

NumPy/SciPy median, nanmedian, rankdata, ss, nansum, nanmin, nanmax, nanmean, nanstd, nanargmin, nanargmax
Functions nanrankdata, nanvar, replace, nn, anynan, allnan, nanequal

For other documentation, including a simple example and comprehensive set of benchmarks, refer to the original project.

License

Bottlechest is distributed under a Simplified BSD license. Parts of Bottleneck, NumPy, Scipy, numpydoc and bottleneck, all of which have BSD licenses, are included in Bottlechest. See the LICENSE file, which is distributed with Bottlechest, for details.

Install

Requirements:

Bottlechest Python 2.6, 2.7, 3.2; NumPy 1.8
Unit tests nose
Compile gcc or MinGW
Optional SciPy 0.8, 0.9, 0.10 (portions of benchmark)
You can’t perform that action at this time.