Skip to content
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

COMPAT: fix numpy 1.9-dev deprecation warnings in test suite #6960

Merged
merged 3 commits into from
Apr 27, 2014

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Apr 25, 2014

COMPAT: change neg of boolean to inv (deprecation in numpy 1.9)
COMPAT: remove deprecation warnings on new (in computation/pytables)
COMPAT: fix array_to_datetime on invalid comparison to NaT

related #6958

add ability to set an environmental variable to actually show the DeprecationWarnings

just

setenv PANDAS_TESTING_MODE 'numpy_deprecate'

@jreback
Copy link
Contributor Author

jreback commented Apr 25, 2014

@jreback jreback changed the title COMPAT: change neg of boolean to inv (deprecation in numpy 1.9) COMPAT: fix numpy 1.9-dev deprecation warnings in test suite Apr 25, 2014
jreback added a commit that referenced this pull request Apr 27, 2014
COMPAT: fix numpy 1.9-dev deprecation warnings in test suite
@jreback jreback merged commit be29fd2 into pandas-dev:master Apr 27, 2014
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 Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant