-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
RLS: 2.1.3 #55713
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
Comments
Because of #55894, I am planning to do an earlier 2.1.3 tomorrow, if all goes well |
@pandas-dev/pandas-core Please don't merge to 2.1.x anymore, if anything didn't get in in time we'll do a 2.1.4 release. |
@jorisvandenbossche Their bot usually does it automatically but it takes a while for it to do it. |
I was planning to wait on the bot, but feel free to trigger it manually. |
OK, I did it manually. (For future reference, you can open an issue on pandas-feedstock with the title |
Ah, that's easy ;) Something else to update in the release guide! |
Looks like the segfault in rolling returned :(
Here's the test that segfaults pandas/pandas/tests/window/test_pairwise.py Lines 110 to 115 in 09ed69e
|
Here is the ASAN output - I assume this is an off by one in roll_mean_pandas
|
The offending line in Cython is this: /* "pandas/_libs/window/aggregations.pyx":286
* compensation_add = compensation_remove = sum_x = 0
* nobs = neg_ct = 0
* prev_value = values[s] # <<<<<<<<<<<<<<
* num_consecutive_same_value = 0
* for j in range(s, e):
* ``` |
Do you want to announce this release and close the issue? |
Release date: 11/9
I am thinking that this should be the last release in the 2.1 series, since I want to release 2.2 (which should hopefully be compatible with numpy 2.0) before numpy does their 2.0 release.cc @pandas-dev/pandas-core
The text was updated successfully, but these errors were encountered: