-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
RLS: 0.20.0 #16049
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
Current target for the release candidate is this Friday I think, @TomAugspurger ? |
Yep, that's the goal. |
this is just an RC this friday. We prob need 2 or more weeks for that. |
yep, that is what I meant, sorry for the confusion |
Doing the RC tonight or early tomorrow. Of the remaining issues, #16088 is a blocker and #16086 would be nice. Any I am missing? @jreback do you have a preference on tagging |
no those are fine. I'll have a look in a few. hmm it feels weird to tag 0.21.dev before 0.20.0. |
I don't think there is anything strange about that. It is just a practical choice to make about when we branch the 0.20.x branch (the tagging is just a consequence of that): now with the rc, or only after the final release. For me both options are OK. Branching now makes it a bit easier for progressing / merging PRs (we have to be less concerned about which PR we merge, or which has to wait until 0.20 is out), but is more work for Tom to backport. |
@TomAugspurger there are still some doc issues open for 0.20, but you don't have to be too concerned about them, as for rc's we typically point to the dev docs which are further updated (I mean, tagging the rc does not freeze the docs, as it is with the final release) |
ok open to whatever tagging makes sense. yeah doc issues certainly can be done after (as well as a small number of additional fixes, already marked for 0.20.0). mainly the sorting one. |
@TomAugspurger ok all of the things on my list are merged. |
👍 Building now and testing locally. I'll probably tag tonight. Conda-forge hasn't settled on pre-release stuff yet, so I'll probably wait till tomorrow to make announcements (have to finish setting up this windows VM). |
ok lmk if u need anything |
Ok, tagged and made the release on github. Doing all the conda stuff and mailing list announcements tomorrow. |
Just sent out the announce email. All the wheels are on PyPI. Our conda channel has packages for OSX and 64-bit windows. I haven't setup a 32-bit windows environment yet. Linux packages should be up shortly (built 0.19.2 on accident). |
thanks @TomAugspurger ! Since we didn't tag 0.21.0.dev (I think we should do this after tag of 0.20.0 final), then going to continue merging small things to master. |
Could #16111 be fixed before 0.20.final? It's a bug that causes Pandas to crash the whole Python interpreter, leaving no traceback or clue as to what went wrong. I do not have the capabilities to fix this myself, though, so consider this just a plea from a happy user. Also, I've made my own (non-optimal) workaround, but this could bring a negative surprise to others when it happens... EDIT: This has been taken care of. Thanks! |
The 0.20.0 release candidate breaks a large amount of my code and AFAICS the breakage was in previously non-deprecate modules so 3rd party libraries haven't had time to adapt to the new api. I think there should be serious consideration given to providing a compatibility layer for at least one minor release. It's not hard to do and doesn't need to stick around for very long, but will give 3rd party libraries a change to adapt. The required work is in PR #16140 |
Which is why we want people to test with the rc, thanks a lot for your feedback @dhirschfeld ! |
Any remaining issues / fixes people want in for 0.20? #16171 is the only blocker I see. I'll probably do the release Tuesday or Wednesday if that works for everyone. |
after #16223 and remaining doc fixes I think good to go. We could do an rc2 (maybe just conda packages). For a quick check? up to you @TomAugspurger |
Yeah, I could go either way on an RC2... May as do one just for the conda packages, and test against dask, statsmodels, etc. |
sure that works. |
Should I even push an RC2 to PyPI? Or just tag, push to github, and then build the conda pkgs? |
no, I would just make some conda packages. |
Going to do the RC2 now. We have the two doc issues outstanding, but those can go in between RC2 and the release. |
@jreback a couple GBQ failures on master
Could the be related to googleapis/python-bigquery-pandas#34? (I haven't looked at that PR) |
I restarted on master. this should work. I released a new version of gbq because was using |
these gbq sometimes fail if multiple things are running against it (e.g. 0.20rc2 tag & master both launched at the same time). |
Dask, statsmodels, and seaborn all looked OK on rc2. I did a windows build and test locally, and that passed as well. |
great @TomAugspurger yeah master is green now (and rc2 I just restarted those builds). |
I get three test failures on win-amd64-py3.6.1 with numpy-1.11.3+mkl. The
|
@cgohlke thanks. Is that on 32-bit windows? |
It is 64-bit Python 3.6.1 from python.org on Windows 10. |
|
Thanks, I'm able to reproduce on my windows VM with bottleneck installed (I didn't have it installed earlier). Taking a look at what's going on now. |
we might not have bottleneck installed for windows test builds just skip them for now |
we are testing on 2.7 w/bottleneck on windows, but not 3.6....will add and skip/fix those. |
Yep, it is definitely in bottleneck. Are you doing a PR for skipping those, or should I? |
testing now |
xfailed these tests: https://ci.appveyor.com/project/jreback/pandas/build/1.0.3686 so when I fix the bottlneck things in 0.21.0 will fix this. |
@jreback thanks bottleneck issue is here: pydata/bottleneck#163 |
* CI: add bottleneck for 3.6 on windows * TST: xfail some bottleneck tests on windows xref #16049 (comment)
@TomAugspurger ok everything lgtm. assuming master finishes and passes. cut when you are ready. (obviously if you see any doc things when you are doing, pls push fixes). |
@jreback the whatsnew mentions a new |
that's not public it could be i guess |
I only ask since it was in a release note item. Though, dask isn't using it, so maybe keep it private for now? |
yeah is meant to be private OT - date of whatsnew note needs changing |
Got it in #16245 I'll push one more commit removing that reference to |
Has 0.20 been released? pandas.pydata.org says 0.19.2 is the current release.. |
just refresh and you shall see. |
* CI: add bottleneck for 3.6 on windows * TST: xfail some bottleneck tests on windows xref pandas-dev#16049 (comment)
* CI: add bottleneck for 3.6 on windows * TST: xfail some bottleneck tests on windows xref pandas-dev#16049 (comment)
We are nearing the 0.20.0 release, so opening an issue to track this.
Remaining issues/PRs with the 0.20 tag: https://github.com/pandas-dev/pandas/milestones/0.20.0
If there are other remaining things, time to speak up
cc @pandas-dev/pandas-core
The text was updated successfully, but these errors were encountered: