Metadata-Version: 2.0
Name: Bottlechest
Version: 0.7.1
Summary: Fast NumPy array functions written in Cython
Home-page: https://github.com/biolab/bottlechest
Author: Bioinformatics Laboratory, FRI UL
Author-email: contact@orange.biolab.si
License: Simplified BSD
Download-URL: https://github.com/biolab/bottlechest
Platform: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires: numpy

===========
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)
======================== ====================================================




