-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
REL: 0.17.0 #10848
Comments
@jorisvandenbossche @TomAugspurger @sinhrks @shoyer @cpcloud going to do the RC this friday. |
Sounds good, I'll cleanup my plot methods accessor PR ASAP. |
fine! @jreback question: would it be possible to get the conda builds working in the pandas channel http://anaconda.org/pandas/pandas? Would be nice if we could provide conda packages of the RC through the channel, this could make it easier to test it out. |
yes I will have conda builds up (for all platforms) |
so as a test I built all of the packages. (all master, windows a few commits behind).
can people try the win/linux packages and install just to make sure they are not horribly broken. e.g. thxs. |
I installed and quickly tests it on py2.7 / windows, and that seems to work fine! |
gr8. I am not 100% I am building a kosher recipe on 3.4/windows.....but when I do the rc will know. |
Used the 3.4 Windows build (lightly) today. I’ll swap it in the environment I’m using tomorrow and let you know how things look. -Tom
|
@TomAugspurger gr8 thanks! |
RC1 is posted: https://github.com/pydata/pandas/releases/tag/v0.17.0rc1 going to send out the e-mail / update pandas-website shortly. |
posted to some downstream projects, if any others, pls post and issue and record here: pydata/pandas-datareader#87 |
A minor note: are the RC docs expected to render images properly? I don't see images at http://pandas-docs.github.io/pandas-docs-travis/whatsnew.html#changes-to-excel-with-multiindex |
I referenced the wrong issue in my PR: |
@rosnfeld not sure about the images... @jorisvandenbossche any idea? |
Looks like we just forgot to commit these images in our PRs. This is easy to miss because because our |
@kawochen fixed that issue, thanks! |
So obviously waiting on merging this: #11173 (just needs a couple of more tests). Thoughts on pushing out a 0.17.0rc2. for say a week? (e.g. till next sunday/monday). Then release next sunday/monday? or just release next sunday/monday. (I am busy with strata this week, so doing a release takes a bit of time). |
A second release candidate sounds good to me! At least, if you have the time of course |
ok rc2 is up and announced: https://groups.google.com/forum/#!topic/pydata/k03SQiBG3jc |
and we are released: https://groups.google.com/forum/#!topic/pydata/2nUh2UenY_o thanks to everyone who contributed! |
To keep track of the 0.17.0 release
FutureWarning
toDeprecationWarning
for the changed in sorting, xref API/WIP: .sorted #10726The text was updated successfully, but these errors were encountered: