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

Pandas 2 breaks things #506

Open
mattwthompson opened this issue Apr 4, 2023 · 4 comments
Open

Pandas 2 breaks things #506

mattwthompson opened this issue Apr 4, 2023 · 4 comments
Labels
dependencies Pull requests that update a dependency file

Comments

@mattwthompson
Copy link
Member

No description provided.

@mattwthompson mattwthompson added the dependencies Pull requests that update a dependency file label Apr 4, 2023
@j-wags
Copy link
Member

j-wags commented Apr 4, 2023

Good catch!

@j-wags
Copy link
Member

j-wags commented Apr 4, 2023

Patching with pins in conda-forge/openff-evaluator-feedstock#31

@mattwthompson
Copy link
Member Author

This is a little embarrassing as I've known about these for a while, and a lot embarrassing as I can't fix them quickly because I'm perpetually behind the curve in keeping up with Pandas.

The breaking change is that numpy.argsort used to return a dataframe when given one, but now returns an array. Something relates to __array_wrap__ being deprecated a while ago and now removed, and also relates to the whole __array_ufunc__ mess that might also be ripped out. (The version of numpy makes no difference because it's a matter of what dunder methods pandas provides.)

I'll look into this more tomorrow.

@mattwthompson
Copy link
Member Author

This is blocking Python 3.12 support, since they don't seem to have builds for that combination

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

2 participants