-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
RLS: 1.0.3 #32751
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
sure these have been mentioned before. we have two minor issues with the patch release whats new link... and release order for 1.0.x, https://pandas.pydata.org/docs/whatsnew/index.html#release |
minor patch for whatsnew... diff --git a/doc/source/whatsnew/v1.0.2.rst b/doc/source/whatsnew/v1.0.2.rst
index c3f144e2f..4bb89fcd1 100644
--- a/doc/source/whatsnew/v1.0.2.rst
+++ b/doc/source/whatsnew/v1.0.2.rst
@@ -21,7 +21,7 @@ Fixed regressions
- Fixed regression in ``groupby(..).rolling(..).apply()`` (``RollingGroupby``) where the ``raw`` parameter was ignored (:issue:`31754`)
- Fixed regression in :meth:`rolling(..).corr() <pandas.core.window.rolling.Rolling.corr>` when using a time offset (:issue:`31789`)
- Fixed regression in :meth:`groupby(..).nunique() <pandas.core.groupby.DataFrameGroupBy.nunique>` which was modifying the original values if ``NaN`` values were present (:issue:`31950`)
-- Fixed regression in ``DataFrame.groupby`` raising a ``ValueError`` from an internal operation (:issue:`31802`)
+- Fixed regression in :meth:`DataFrame.groupby` raising a ``ValueError`` from an internal operation (:issue:`31802`)
- Fixed regression in :meth:`groupby(..).agg() <pandas.core.groupby.GroupBy.agg>` calling a user-provided function an extra time on an empty input (:issue:`31760`)
**I/O** also inconsistent repr of pd.NA in whatsnew. pd.NA, NA, and pandas.NA used. do we have a preference? |
#32748 for the issue with the whatsnew link. I fixed the order of the whatsnew order in the backport adding v1.0.3.rst. |
Planning to release 1.03 later today. This will be the first release using the new wheel building setup, so we may see reports about that. |
1.0.3 is out. |
Thanks Tom! |
I'd like to release 1.0.3 somewhat soon, primarily motivated by #32685 (which has an open PR with a fix).
Can we target tomorrow, Tuesday the 17th? If there are other regression fixes to include, ping me on them or post their issue numbers here.
I have a bit of free time today and tomorrow, so I might merge MacPython/pandas-wheels#74 to use the new wheel building infrastructure.
cc @pandas-dev/pandas-core
The text was updated successfully, but these errors were encountered: