> * feature parity: we will time 1.0 to be simultaneous with a 0.x release, so that users can keep using the 0.x series without missing out on mission-critical features.

From our experience going from Matplotlib 1.x -> 2.0 this is likely going to be the hardest part of what you are proposing.  I suspect that the two branches will drift apart (making backports more difficult) and that the 1.0 release will take far longer than you expect leaving you in this state of commiting to keep feature parity between two diverging branches far longer than you thought you would ;)

Tom

On Mon, Mar 2, 2020 at 3:28 AM Juan Nunez-Iglesias <jni@fastmail.com> wrote:
Dear scikit-image community,

Last week, Stéfan van der Walt, Emmanuelle Gouillart, Alexandre da Siqueira, and I met at UC Berkeley to discuss the future of the library. For part of the meeting, Kira Evans from napari and Tom Caswell and Hannah Aizenmann from Matplotlib were also attending, and provided valuable feedback.

Our unstructured notes are available here:

https://github.com/scikit-image/meeting-notes/blob/master/2020/2020-02-27--BIDS-core-dev-meeting.markdown

The short of it is that we agree that it is a good time to aim to make a 1.0 release. As a team, we have developed an increasingly good idea of the pain points of the library, vs the things that work. Additionally, for the next year, thanks to CZI, we have ~1.5 people paid to work on scikit-image, so the hard work of major API restructuring is achievable.

Our proposal is that **scikit-image 1.0 will contain breaking changes.** This is because, in many cases in our API, we want to change the return value of a function without changing its signature. This is difficult to achieve with deprecations — it typically involves creating a new, mostly useless keyword argument to signal the new behavior, that later needs to be removed. Additionally, allowing breaking changes will enable us to "clean up shop" and clean up the API a *lot*.

So, how will we minimize the impact of this proposal to the community?
* this email: we want your feedback on this proposal! Ultimately, this will become a SKIP that will need to be approved by the core developers. https://scikit-image.org/docs/dev/skips/0-skip-process.html In the meantime, nothing is set in stone.
* create a transition guide: for every change, analyze how user code could be affected (errors, strange results), and produce an item in the guide for how to transition 0.x code to 1.x code.
* extreme communication: we plan to announce our intentions far and wide, including this mailing list, others in the ecosystem, Twitter, and at conferences. For users that just want their code to keep working, pinning to "<1.0" will prevent their code's behavior from changing without warning.
* pre-releases: we will make one or more pre-release of 1.0 so that users can test their code before the release comes out officially.
* feature parity: we will time 1.0 to be simultaneous with a 0.x release, so that users can keep using the 0.x series without missing out on mission-critical features.

In the coming days, I will be creating a few issues related to this proposal on GitHub at https://github.com/scikit-image/scikit-image, together with a corresponding GitHub Project. You can find all issues related to this transition by using the "1.0" tag. Those will be the right place to discuss specific API changes that we are considering. This thread or the meta-issue on GitHub will be the place to discuss the process of the 1.0 release overall.

Questions? Concerns? Write us an email, catch us on Zulip, or comment on related issues on GitHub.

Thanks for reading!

Juan.
_______________________________________________
scikit-image mailing list -- scikit-image@python.org
To unsubscribe send an email to scikit-image-leave@python.org


--
Thomas Caswell
tcaswell@gmail.com