-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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: 0.19.0 #13991
Comments
I think it would be nice to try to target a release candidate by the end of this month / last week of August (although that is approaching fast). That would mean stopping with merging larger features in master for now. There are currently still 166 open issues tagged with 0.19.0 (https://github.com/pydata/pandas/issues?q=is%3Aopen+is%3Aissue+milestone%3A0.19.0). I will go through them and push some of the issues to 0.20 / 'Next major release' milestones (starting with the minor enhancement requests and non-critical bugs). If there are any issues you would really like to see in 0.19.0, maybe comment on those issues (or here). Sounds OK / remarks ? |
I think we should include the period change |
End of August sounds good. I'll be a bit busy prepping talks for PyData Chicago that weekend and getting this side project off the ground, but I'll help review as much as I can. |
personally it is nice to include #13941 at least, as it allows broaden index cleanup based on dtype (not index specific logic like freq comparison, etc). |
#13767, #13854, #13755, #13660 should be merged before we do a RC1. we can push #13755 if needed (but then would want an RC2). I would push all other issues w/o an open PR that is actually marked for 0.19.0. Any other PR's already marked for 0.19.0 should be pushed to update. Anything else don't mark for 0.19.0, unless its about to be merged (then of course mark and merge) |
#13755 seems to be little hard (there are some issues related to coercion / ops should be fixed prior to it). Do you have re-scheduled date considering remaining? |
the remaining are ready to go I think just need s bit of review - ideally like to like to do asap |
Yes, that seem the blocking PRs for a release candidate(maybe also #14127). Personally, if we want #13755 in 0.19.0, I think we should have it the release candidate. I further trimmed down the number of issues tagged with 0.19.0 to 30 (of which half or so will be closed by an open PR for 0.19.0). |
Maybe this is a radical idea and too late for 0.19, but thoughts on deprecating |
Yes, we should do this (probably too late for 0.19, though). On Thu, Sep 1, 2016 at 6:10 AM, Wes McKinney [email protected]
|
We need another major release, 0.20.0, to complete deprecations I think. Even though 0.19.0 has a lot, we need to push thru almost everything remaining big ones in another release. Further we should do this and NOT call it 1.0. |
That seems OK as long as we are throttling back on new features / API changes. Let's start making a master list of desired deprecations in 0.20 and 1.0? |
I am planning on doing the rc release on Wednesday. OK for everybody? (If there are other pressing issues for an rc, time to speak up :-)) |
Release candidate is out! Just sent the announcement, and there are both conda packages and wheels to test |
thanks @jorisvandenbossche! |
and @jreback ! |
@jreback pushed the remaining issues for 0.19.0 to 0.19.1 or later, so the queue is clear. Are there any objections to releasing the current state as final 0.19.0? I would like to start testing the approach with a 0.19.x branch for a 0.19.1 release, so we can start with deprecations/breaking changes for 0.20/1.0 in master. |
@jorisvandenbossche sure, let's release! and certainly could test the backports if you'd like. So IIUC. you then want to also create a 0.19.x branch. master is then effectively 0.20.0 at this point. and will selectively backport? |
prob need a script to make sure we don't miss any bug fixes. E.g. as soon as something is merged to master it needs to be considered for 0.19.x. Further need to make sure travis/appveyor is testing that branch as well. |
I will do the release tomorrow |
Website and docs are updated, source and windows/mac/linux wheels are on PyPI and conda-forge packages are built as well! |
Issue to track the progress towards the 0.19.0 release.
cc @jreback @shoyer @sinhrks @TomAugspurger @wesm
The text was updated successfully, but these errors were encountered: