Uh oh!
There was an error while loading. Please reload this page.
update version policy to use effver - #2910
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Joe Hamman <jhamman1@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Joe Hamman <jhamman1@gmail.com>
d-v-b
commented
Mar 14, 2025
@zarr-developers/python-core-devs it would be good to get yalls eyes on this |
dstansby
left a comment
There was a problem hiding this comment.
Thanks for tackling this! I left some comments inline. I think a major gap in the policy as it stands is that it doesn't embody @TomAugspurger's excellent points of being considerate to downstream users by:
- preserving backwards compatibility where possible
- giving notice of deprecations through FutureWarnings
- giving users and libraries time to adapt to those deprecations
Matplotlib has some good guidelines on making breaking API changes using deprecations which could be taken as inspiration here.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: David Stansby <dstansby@gmail.com>
Co-authored-by: David Stansby <dstansby@gmail.com>
Co-authored-by: David Stansby <dstansby@gmail.com>
d-v-b
commented
Mar 17, 2025
|
d-v-b
commented
Mar 18, 2025
does anyone else think a community announcement (e.g. a blog post) would make sense here? If so, I can start working on one |
Uh oh!
There was an error while loading. Please reload this page.
sanketverma1704
commented
Mar 19, 2025
Thanks for working on this, @d-v-b! Important change.
We should at least make a social media announcement on BlueSky, LinkedIn, and Mastodon. A blog post would be great! I can take care of the announcements and help with blog writing/review. A minor suggestion: Can we wrap the text to 80 (or similar) columns? |
Uh oh!
There was an error while loading. Please reload this page.
This changes the versioning policy from something semver-ish to effver.
based on conversations in this issue
TODO:
docs/user-guide/*.rstchanges/closes#2889