Test vs. intermediate versions of numpy and pandas#12372
Conversation
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 20 files ±0 20 suites ±0 4h 55m 56s ⏱️ + 3m 2s For more details on these failures, see this check. Results for commit a3a03f1. ± Comparison against base commit 4a34ce8. ♻️ This comment has been updated with latest results. |
90260e0 to
c07fe73
Compare
|
|
||
| def groupby_get_group(df, *by_key, get_key=None, columns=None): | ||
| if PANDAS_GE_300 and is_scalar(get_key): | ||
| if PANDAS_GE_220 and is_scalar(get_key): |
There was a problem hiding this comment.
@jrbourbeau what is Dask's policy in regards to this?
In pandas 2.2 and 2.3, a scalar get_key issues a warning and in 3.0 it stops working.
In Dask, as of main, it will keep working forever, with a warning on 2.2 and 2.3 an no warning starting from 3.0.
This PR would suppress the warning on 2.2 and 2.3.
a93e78e to
1a67f6d
Compare
Closes #12371
Change CI matrix to
numpy
pandas
pyarrow
Note: the 3.10 environment is astonishingly slow to resolve. I tried tampering with it and the result was conda hanging very badly.