Skip to content

Complete rewrite of bottleneck package #9421

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kwgoodman opened this issue Feb 5, 2015 · 2 comments
Closed

Complete rewrite of bottleneck package #9421

kwgoodman opened this issue Feb 5, 2015 · 2 comments
Labels
Compat pandas objects compatability with Numpy or Python functions Numeric Operations Arithmetic, Comparison, and Logical operations

Comments

@kwgoodman
Copy link

I have completely rewritten the bottleneck package. Since it is an optional dependency of pandas I thought you might want to test it before I release.

Release notes are here: https://github.com/kwgoodman/bottleneck/blob/master/RELEASE.rst
Branch: master

Please report results here: pydata/bottleneck#96

@shoyer
Copy link
Member

shoyer commented Feb 5, 2015

The only breaking change I noticed for pandas is that the new version of bottleneck changes the behavior of nansum for all NaN arrays to return 0, rather than NaN. Otherwise the test suite ran successfully (see the linked bottleneck issue).

This shouldn't be a blocker for the bottleneck release but we should address this nansum change for pandas 0.16 (see #9422).

@jreback jreback added Numeric Operations Arithmetic, Comparison, and Logical operations Compat pandas objects compatability with Numpy or Python functions labels Jan 7, 2016
@jreback
Copy link
Contributor

jreback commented Jan 7, 2016

1.0 pretty popular now. so all except for the nansum change #9422 this issue not relevant anymore.

@jreback jreback closed this as completed Jan 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions Numeric Operations Arithmetic, Comparison, and Logical operations
Projects
None yet
Development

No branches or pull requests

3 participants