-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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.0.0 #27492
Comments
duplicate of #17287 |
not a duplicate the other issue is a wish list |
does this start now, or after 0.25.1, 0.25.2? |
yes removals start now for 1.0 |
also, are we dropping Python 3.5 for 1.0? and moving to inline variable annotations? |
yes to both (need to drop 3.5 first of course) |
cool. 3.8.0 final: Monday, 2019-10-21, so after pandas 1.0, shouldn't need to backport 3.8 issues to 0.25, but will probably need to backport 3.8 issues to 1.0. at some point before the 1.0 release, we'll probably need PY3.8 builds against either the betas or RCs |
We don't have a list of removals we need to make here yet right? I assume it's most everything in #18262 and maybe more. Happy to open a new issue for that if not done already and track therein (or here as well) |
cc @pandas-dev/pandas-core it's about time to cut a release candidate. I'd like to do one on Friday / this weekend if possible, and let it sit for a week or two. Does that sound reasonable to people? I'll go through the backlog of issues / PRs tagged for 1.0, but let me know if you have an issue you consider a blocker and I'll add it to the list. |
sgtm. i don't think we have anything actually blocking, just a couple of PRs (NA stuff) that should merge before, but seems doable. |
Would targetting the end of next week instead of this week also be OK? (or a few days earlier, if ready) I would personally prefer that. There have been merged quite some substantial changes the last days / still need to be merged today/tomorrow, and I think it would be good to have those at least a few days in master (and in a week that more people are active. I am myself still mostly offline until the end of this week). |
That’s reasonable. I won’t have much time today either. |
We also have our dev meeting on Wednesday. I think we may want to discuss branching things and what we’ll consider merging to master during the RC period. So let’s plan for Wednesday afternoon. |
@pandas-dev/pandas-core If there aren't any objections, I'd like to tag the RC at around 2:00 Central (~6 hours from now). What PRs / issues should be considered blockers (feel free to add to the list)?
|
OK, tagging the RC. |
Tagged, and have started a 1.0.x maintenance branch. Merges to master with the 1.0.0 milestone will be backported to that branch. Binaries are building. |
@cgohlke Not sure if you typically build wheels for RCs, but if you do we've tagged 1.0.0rc0: https://github.com/pandas-dev/pandas/releases/download/v1.0.0rc0/pandas-1.0.0rc0.tar.gz Edit: they're up now. Thanks! |
I know it's not super-critical, but could we backport type hint related PR's to 1.0? I'm thinking especially about #30761 and #30947, both of which are currently tagged for 1.1. There could of course be other. The rationale is especially:
|
@pandas-dev/pandas-core I'm hoping to do the release today. The only potential blocker is #31359, but that's a bit tricky. It's not clear what the best way forward is there (chime in there if you have thoughts). Is there any objection to also pushing the new website to |
OK, tagging it! |
Conda packages are up in defaults and conda-forge. Just waiting on windows wheels, then I'll send out the announcement. |
Binaries are up, and sent out the announcement. Congrats everyone! |
Thanks a lot, Tom ! |
thanks everyone! |
discussion for 1.0.
We are focusing all deprecation removals and we should try to release by September 2019.
The text was updated successfully, but these errors were encountered: