Contents

Bottleneck 1.6.0

0

Fast NumPy array functions written in C

Fast NumPy array functions written in C

Stars: 1162, Watchers: 1162, Forks: 115, Open Issues: 46

The pydata/bottleneck repo was created 15 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 1162 github stars!

How to Install bottleneck

You can install bottleneck using pip

pip install bottleneck

or add it to a project with poetry

poetry add bottleneck

Package Details

Author
None
License
Simplified BSD
Homepage
https://github.com/pydata/bottleneck
PyPi:
https://pypi.org/project/Bottleneck/
GitHub Repo:
https://github.com/pydata/bottleneck

Classifiers

  • Scientific/Engineering
No  bottleneck  pypi packages just yet.

Errors

A list of common bottleneck errors.

Code Examples

Here are some bottleneck code examples and snippets.

GitHub Issues

The bottleneck package has 46 open issues on GitHub

  • CI is failing on windows-arm64 + Python 3.14t
  • [BUG] replace gives incomplete result on non-contiguous view
  • Fix move_mean to handle window=1 without floating-point errors

See more issues on GitHub

Related Packages & Articles

blis 1.3.3

The Blis BLAS-like linear algebra library, as a self-contained C-extension.

pillow 12.1.1

Pillow is a Python package that extends the image processing capabilities of your Python interpreter. It provides a comprehensive suite of tools for dealing with images, similar to those found in image processing software like Photoshop. The library supports a wide range of file formats and offers an efficient internal representation for images. It's an essential tool for developers working on projects involving image manipulation, such as graphics and multimedia software, image processing, and computer vision applications.

numpy 2.4.2

Fundamental package for array computing in Python

nlp 0.4.0

HuggingFace/NLP is an open library of NLP datasets.