GithubHelp home page GithubHelp logo

biolab / bottlechest Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pydata/bottleneck

2.0 24.0 3.0 15.3 MB

Fast NumPy array functions written in Cython

Home Page: http://pypi.python.org/pypi/Bottleneck

License: Other

Python 1.01% C 98.99% Shell 0.01%

bottlechest's Introduction

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)

bottlechest's People

Contributors

ales-erjavec avatar astaric avatar djsutherland avatar janezd avatar kwgoodman avatar lanzagar avatar markotoplak avatar thocevar avatar weathergod avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bottlechest's Issues

bincount return type

Documentation for bincount says it returns a ndarray of ints. In fact it returns a ndarray of floats. As the values are sometimes used as indices this can be a problem.

I suppose floats are the correct choice, because the weighted version needs them and we wouldn't want different return types? In this case only the documentation needs to be changed, and casting to integers performed where needed (after using the function).

Pre rename check

Anything we want to simplify before we rename the project to bottlechest? We forked from bottleneck when it was version 0.6, now it is 0.8. Anything we want to include from their later releases?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.