Skip to content

Support numpy 1.8 #5412

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
jtratner opened this issue Nov 1, 2013 · 7 comments · Fixed by #5413
Closed

Support numpy 1.8 #5412

jtratner opened this issue Nov 1, 2013 · 7 comments · Fixed by #5413
Labels
Build Library building on various platforms
Milestone

Comments

@jtratner
Copy link
Contributor

jtratner commented Nov 1, 2013

Numpy 1.8 was released recently - https://github.com/numpy/numpy/blob/master/doc/release/1.8.0-notes.rst

We should probably support it and add/change a Travis build for it. Additionally, might be interesting to benchmark numpy's nanmean, nanvar and nanstd against pandas versions...

numpy also notes that they are planning to make more datetime changes in 1.9 - whee!

@jreback
Copy link
Contributor

jreback commented Nov 1, 2013

@cpcloud were u going to setup a wheel for this one? (1.8)?

@jreback
Copy link
Contributor

jreback commented Nov 1, 2013

https://travis-ci.org/jreback/pandas/builds/13386292

works....takes 8 minutes longer (total)...w/o wheels

@cancan101
Copy link
Contributor

What is a wheel?

@cancan101
Copy link
Contributor

Also how closely does the pydata team collaborate with the numpy team on matter such as datetime support?

@jreback
Copy link
Contributor

jreback commented Nov 2, 2013

@cpcloud basically made binary installables for long-to-compile (e.g. numpy/scipy) that work on the travis boxes. so you just download the image and done, no need to get a version and compile, much faster.

2nd question - no collaboration, just if we find bugs they are pushed upstream (though mainly they are worked around , e.g. 1.6.2 basically broken).

@jtratner
Copy link
Contributor Author

jtratner commented Nov 2, 2013

And numpy tests pandas around releases. Is there anything we really wish
numpy did with datetimes?

@jreback
Copy link
Contributor

jreback commented Nov 2, 2013

datetime support is fine (well maybe if they add proper tz support but who knows)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants