-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
RLS: 1.3 #40169
Comments
so we should be releasing the 1.3.0rc0 shortly (late next week or week after?), with the release of 1.3.0 a couple of weeks later if we do 1.3.0 in mid/late June then from https://numpy.org/neps/nep-0029-deprecation_policy.html
The next release can be scheduled for 6 months, and we can drop 3.7 support in the next release. v1.2.0 was released on Dec 26, 2020, so these dates seem consistent. when v1.3.0rc0 is released we branch straight away so that we can continue to work on master during the rc period (this is how it was done for v1.2.0rc0) so immediately after v1.3.0rc0 we can drop support for python 3.7 on master. once v1.3.0rc0 is released, we will only backport regression fixes, maybe some bugfixes, maybe extra work on new enhancements and maybe also changes to experimental features. when v1.3.0rc0 is released, we also tag master (v2.0.0.dev0 and add a whatsnew) so immediately after v1.3.0rc0 we can start deprecating the deprecations introduced in 1.x (may need discussion regarding deprecations introduced late in the 1.x series) |
can u open an issue about dropping 3.7 |
about doing it, or discuss whether to do it? |
yeah to do it |
@simonjayhawkins lets do the RC soon - waiting for the remaining pr labeled for 1.3 is not worth it |
hmm, we should get #39908 in. I think definitely worth it. v1.2.0 was released on Dec 26, 2020 and the next release would ideally be after Dec 26, 2021 so we can drop Python 3.7 so a release around Jun 26, 2021, with a rc 2 weeks before around 12th gives us at least a few days to sort out the loose ends. anytime next week would be consistent with these dates. (and get 1.2.5 done first) |
I am planning to continue with some PyArrow string array changes after the rc (add arithimetic ops, min and max, more documentation and carry on with some perf improvements of the str accessor methods) this list of open PRs milestone 1.3 https://github.com/pandas-dev/pandas/pulls?q=is%3Aopen+is%3Apr+milestone%3A1.3 contains some doc changes, which can also be done during the rc period. #41718 is now ready and the last of the deprecations in #41485 with just a doc update outstanding #41485 (comment) that can be done during the rc. #41654, #41586, #39908 and #35417 have behavioral changes to core functionality that if not merged before the rc. should probably wait to the next release. We should be on course to release 1.3.0rc0 this week assuming we can finish up the 4 PRs mentioned above. |
@simonjayhawkins Will there be a 1.4 release? Looks like there is a milestone created on Github for it. |
i created 1.4; it's possible we make this 2.0 at some point - not determined yet |
rc pre-release checklist
I think #41888 is the only open PR that is now outstanding, the others can be moved of the milestone or merged during rc |
will combine these three into checking for "Blocker for rc" label, so use that label for anything that should be done for the rc otherwise will release. |
rc pre-release checklist
|
let's move all issues off of 1.3 except for the specifically mentioned ones. If there are no PRs then we are not waiting. |
I'm going though now, removing some. We need visibility of the regressions (mainly performance) for 1.3. (the regression label alone is not enough since we have unresolved regressions from earlier releases) |
reduced to 12 open issues. https://github.com/pandas-dev/pandas/issues?q=is%3Aopen+is%3Aissue+milestone%3A1.3 includes some regressions (behavior and performance) on master and a new bug on master. There are a few that can maybe be closed (awaiting responses or will look in more detail if no response). If regressions are not fixed during rc they get milestoned 1.3.1. There are no blockers for the actual release (have removed the blocker labels that were on some) |
the overnight macOS py_3.7_64 failed on |
actually, I don't think this is needed in general for a rc. If the wheels fail to build and we need to make changes, we then create a new tag, for example v1.3.0rc1. (which we don't do for other releases) only #41888 merged since nightly build |
passed on restart. assume flakey. |
The release readiness scripts are failing on the conda test. would need to replicate locally as ci logs no help. Have not done a dummy run for this release so I will start the release (locally) and see if fixable along the way. (I'm assuming for now it's just the release scripts that need updating) |
|
xref #41295 (comment). I'm going to do a few manual tags instead of using the scripts. |
I'm not sure how clean my enviroment is. so will start again |
@pandas-dev/pandas-core starting release now. please do not merge anything to master
|
can now resume merges to master for 1.4. do not merge anything with addition to 1.3 release notes unless being backported. (i.e regressions, new bugs on master, doc etc) |
I like to have the wheels downloaded before doing the github release to reduce the lag between the any notifications from Github and the wheels being available. i'm struggling with internet connectivity at the moment on 2 different networks. There's the G7 down the road so that could potentially be the reason. but with these upload speeds i'm gonna struggle getting the wheels uploaded to PyPI The wheels have also doubled in size which is not helping either #38852 (comment) will delay the github release while @fangchenli looks at the wheel size issue #38852 (comment) if my connectivity is not improved by then (or I can't find another ISP with a better connectivity) then may need someone to upload the wheels to PyPI (the wheels are in the staging area) |
I have until about 5:30 BST to do this if you want, do you have instructions? |
I would need to get the dist uploaded somewhere and we need do the Github release before uploading to PyPI on O2 i'm getting 2Mbps which is not great, but better than BT and Three. My release machine is headless. Will see if I can tether it and still access to O2 phone. |
I could help as well if needed. If you need help during the evening, you can ping me |
@simonjayhawkins you'd suggest on #41283 to include that in 1.3 - is that still the case? |
yep. i'll add the milestone. |
#42286 should be an easy fix, I plan to get a PR up tonight. |
current status There are several open performance issues milestoned 1.3 but non are labelled blockers. here are some rough timings to help put these into perspective (the 2 commits compared may require more samples and we should be comparing with 1.2.5)
There is an open PR to address some of these, #42293 so may have a better picture later today. we have 1 issue labelled as a blocker, #41815 although we could maybe remove the blocker label since #42006 fixed the import issue. behviour regressions, #42286 has an open PR to fix, #42292 1.3.1, https://github.com/pandas-dev/pandas/milestone/87 is scheduled for 3 weeks, July 25, 2021 so if no other blockers, any objections with moving the issues/PRs on 1.3.0 to 1.3.1 tomorrow and releasing either tomorrow/Thursday? |
no objection |
pre-release checklist for v1.3.0 ✅ wheels building MacPython/pandas-wheels#135 |
pre-release checks passed, closed off milestone |
starting release now.
|
@jreback do we need to delete some old versions? |
wow that's crazy |
yeah start at the oldest and just delete wheels (leave source) |
alt reach out and see if we can get it bumped ? but may take too long to delay |
I don't have manage permissions for PyPI |
or perhaps could remove the older pre-releases instead.
should I do this? If you have elevated permissions it may be better if you do this. |
what about deleting pre-releases first if necessary? |
good point |
of course my pypi access is not working, so waiting them to reset the 2FA. |
maybe @jorisvandenbossche can help out in the interim. |
Source for 1.3.0 isn't available on PyPI, but it sounds like you're aware of that and working on fixing the problem! |
except pypy. will open issue. |
I am also only a "maintainer" of the pandas package on PyPI, and not an "owner". So Jeff, if you can recover your login that would be best. Or ask Wes.
Yes, we should do that. If you could open an issue for pandas requesting a larger storage limit, that would be great |
from https://pypi.org/help/#project-size-limit
we have lots of binaries for older release, pre-releases and old windows installers
The above cleaning should free up plenty. |
seems my 2FA is off for some reason, very odd, i filed an issue, but who knows how long this takes |
xref pypi/support#1192 |
removing old pre-releases would be good move IMHO |
@simonjayhawkins old releases have been deleted - go for uploading 1.3 |
done. |
Tracking issue for the 1.3 release.
https://github.com/pandas-dev/pandas/milestone/80
Currently scheduled for May 31, 2021
List of open regressions: https://github.com/pandas-dev/pandas/issues?q=is%3Aopen+is%3Aissue+label%3ARegression
The text was updated successfully, but these errors were encountered: