-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Tagging 0.13 #5796
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
yep |
I think you are prob better writing the announcement, if that's ok? I had updated the whatsnew top section, so can use some of that. thxs |
All green, tagged and pushed. Let's hold off on merges that would not fit into a 0.13.1 for a couple of weeks |
I'll send out an ANN after the binaries are up. |
@y-p awesome! can you setup the new version? e.g. so it shows say 0.14-dev? I am not sure how to do that.... also I should add the 0.14 whatsnew? |
@y-p added whatsnew template (but didn't link it in yet so docs will build for 0.13 correctly), and wont' show up on dev till its switched over (so won't be confusing like last time) |
Good thinking about the docs. Re versions, that's what it's like now: comment. The version string is constructed using number Is it bad enough to warrent another change in versioning scheme? |
hmm; right now mine shows this....shouldn't this be 0.14-dev-...?
|
read: "The first commit following the v0.13.0 release" Did you |
yep...not updating ...I see it in |
does this get updated automatically?
|
pandas/version.py is updated only when running setup.py. Did you do But there is a bug there:
I'll open an issue and deal with it soon. |
gr8...I don't do develop |
the bug is version vs. short_version not having the same base version. |
no what I mean is that shouldn't their be another commit that changes the base of these to 0.14-dev, (now) like you did for the release |
Unless we change the versioning scheme, then all dev versions until 0.14.0rc1 will be named 0.13.0-postX, The version was changed: https://github.com/pydata/pandas/blob/master/setup.py#L192 |
I think that's the problem...the short version should be 0.14-dev (is that #5799) e.g. I also want to see the current version in master so need a 0.14-dev commit then? |
after running install/develop, is this not what you see?
I agree It's not intuitive, but we're in the 0.14.0 cycle and 4 commits after the 0.13.0 release.
|
no that's what I see..I see your point...ok then |
I know it's not pretty, better idea welcome. |
Okay - why can't we just tag it as 0.14-dev now? It might not be pretty from reading the branch, but it would certainly be more convenient for us. Last time it caused some confusion to have everything named 0.12... |
or could tag as 0.13.1-dev (and then later change to 0.14) if needed |
Because tags are releases and changing conventions introduces inconsistency and usually We can change anything, if there's a good enough reason. What's the actual inconvenience involved? |
It's very helpful to differentiate between released versions and development versions when people post bug reports. I'd rather have $ # What I *want* to have happen
$ git describe
v0.13.0-5-g2a9245e
$ python -c "import pandas; print pandas.__version__"
v0.14.0-dev-5-g2a9245e If it says |
But, I agree(d) this is ugly. We should be able to do what you described without |
I'll go look around for examples of confusion, but it may just be me in my |
nah, your points are valid. I'm just unconvinced that the current state of affairs isn't the |
#5803 to align with how versions worked up until now. Mistake on my part when tagging the release. |
I put together a wiki page on our release process https://github.com/pydata/pandas/wiki/Release-Checklist feedback/additions welcome. |
#5812 We have to tag a 0.13.1 within a couple of weeks. Like I feared, you can never know in advance cc @dartdog |
yep...prob useful to do |
shall create a 0.14 milestone...then move appropriate issues to 0.13.1? |
I already created a 0.14, but it makes more sense to rename 0.13.1 to 0.14 and take all the |
ok....of course I renamed 0.14 to 0.13.1....i'll create and move everything to 0.14....we can then move selected ones to 0.13... bug fixes for now I think |
@y-p I think we are trying to do at the same time....you finish |
No, I'm hands off, you have the con. |
Whoa nelly, I just saw some open issues closing. careful. |
@y-p I don't think anything closed...? |
@y-p @jtratner @jorisvandenbossche feel free to move things to 0.13.1 as needed/appropriate I just put a smattering |
went through the git log since v0.13.0 and added just one missing PR. |
ok gr8 |
@y-p u r right...some how a bunch of issues got closed....reopening... |
@jreback , if you didn't manually close them by mistake and they closed when you renamed Did you? |
ok...here's the sequence
I think a smattering of issues got closed in 3 (maybe 10-15), example is this: #4867 |
@jreback , good to go?
The text was updated successfully, but these errors were encountered: