-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
⚠️ Nightly upstream-dev CI failed ⚠️ #8844
Comments
To avoid the great scientific python apocalypse of April 2024 (numpy 2 & pandas 3!), we'll need to fix the following. I'm cc'ing people hoping that many of these are easy and obvious fixes :)
|
|
|
This is still #8623 (comment) — I'll try and look into pandas-dev/pandas#56996 some more this weekend (and at the very least will ping it again). |
* Fix dropping of muiltiindexes xref #8844 Closes xarray-contrib/flox#342 * More fixes
As far as I can tell, that parameter has been renamed to |
we also have a failing
not sure if that's us or upstream in |
Yeah, that looks like Hypothesis needs some updates for compatibility - issue opened, we'll get to it... sometime, because volunteers 😅. FWIW I don't think it'll be OS-dependent, CPython |
Just randomly coming here. The way scalars are considered a float/not a float should not have changed. However, promotion would have changed, so previoiusly:
for example would have returned a If that doesn't make it easy to find, and you can narrow down a bit where it happens, you could try wrapping/setting Please ping me if you get stuck tracking things down, I hope that comment may be helpful, but can try to spend some time looking at it. |
@keewis If you find the time, please have a look into #8932. I think I've identified the problem, but have no idea why this happens only for numpy2 (did not had a thorough look there). |
@dcherian, did we decide what to do with the dtype casting / promotion issues? |
I haven't looked at them yet and probably won't have time for a day at least |
Things are a bit stuck at the moment on pandas-dev/pandas#56996 / pandas-dev/pandas#57984, so I may just |
We have another set of datetime failures. From what I can tell, pd.date_range("2001", "2001", freq="-1ME", inclusive="both") where on As far as I can tell, this is intentional (see pandas-dev/pandas#56832 for the PR that changed it). Should we adapt |
Ah thanks for noting that @keewis—yes, I think we should port that bug fix over from pandas. I can try to do that later today along with the |
#8996 takes care of the |
an update here: the release date of |
Thanks Justus! 🙏 What are the remaining issues? |
The only remaining issue is #8946. As a summary, we're trying to support the Array API while simultaneously supporting python scalars in Either way we'll need to work around this, and so we need to be able to find a reasonable common dtype for strongly and weakly dtyped data. In |
^ @seberg would be interested in hearing your take on this question 🙂 |
we have two new unique issues:
I don't get this with the release candidate, so I assume this is new in one of the upstream-dev versions, probably |
Thanks @keewis—I'll take a look at these over the weekend. I wouldn't be surprised if they were pandas-related. |
Workflow Run URL
Python 3.12 Test Summary
The text was updated successfully, but these errors were encountered: