Skip to content

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

Closed
TomAugspurger opened this issue Mar 16, 2020 · 6 comments
Closed

RLS: 1.0.3 #32751

TomAugspurger opened this issue Mar 16, 2020 · 6 comments
Labels
Milestone

Comments

@TomAugspurger
Copy link
Contributor

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

@TomAugspurger TomAugspurger added this to the 1.0.3 milestone Mar 16, 2020
@simonjayhawkins
Copy link
Member

sure these have been mentioned before. we have two minor issues with the patch release

whats new link...

image

and release order for 1.0.x, https://pandas.pydata.org/docs/whatsnew/index.html#release

@simonjayhawkins
Copy link
Member

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?

@TomAugspurger
Copy link
Contributor Author

TomAugspurger commented Mar 16, 2020

#32748 for the issue with the whatsnew link.

I fixed the order of the whatsnew order in the backport adding v1.0.3.rst.

@TomAugspurger
Copy link
Contributor Author

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.

@TomAugspurger
Copy link
Contributor Author

1.0.3 is out.

@jorisvandenbossche
Copy link
Member

Thanks Tom!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants