Re: [scikit-image] Releasing 0.14

2018-05-24 Thread Stefan van der Walt
On Thu, 24 May 2018 22:37:05 +0300, Egor Panfilov wrote: > Probably, the most convenient option is to use this temporary PR - > https://github.com/scikit-image/scikit-image/pull/3102 , and write the > comments as reviews. > I'll later make the proposed changes directly in the v0.14.x branch. OK, p

Re: [scikit-image] Releasing 0.14

2018-05-24 Thread Egor Panfilov
Probably, the most convenient option is to use this temporary PR - https://github.com/scikit-image/scikit-image/pull/3102 , and write the comments as reviews. I'll later make the proposed changes directly in the v0.14.x branch. Regards, Egor чт, 24 мая 2018 г. в 22:30, Stefan van der Walt : > On

Re: [scikit-image] Releasing 0.14

2018-05-24 Thread Stefan van der Walt
On Wed, 23 May 2018 18:08:10 +0300, Egor Panfilov wrote: > I've started to prepare for the release, and have already created the > release branch. If some of you would like to review the release notes, > please, take a look at > https://github.com/scikit-image/scikit-image/blob/v0.14.x/doc/release/

Re: [scikit-image] Releasing 0.14

2018-05-24 Thread Stefan van der Walt
Hi Egor, On Wed, 23 May 2018 18:08:10 +0300, Egor Panfilov wrote: > Hello list, > > I've started to prepare for the release, and have already created the > release branch. If some of you would like to review the release notes, > please, take a look at > https://github.com/scikit-image/scikit-imag

Re: [scikit-image] Releasing 0.14

2018-05-23 Thread Egor Panfilov
Hello list, I've started to prepare for the release, and have already created the release branch. If some of you would like to review the release notes, please, take a look at https://github.com/scikit-image/scikit-image/blob/v0.14.x/doc/release/release_0.14.rst . Concerning the development: I've

Re: [scikit-image] Releasing 0.14

2018-05-23 Thread Egor Panfilov
Hi Juan, I'm in GMT+3. Today I'm going to finish the review of 0.14 milestone, prepare the release notes, and go for a dry-run of the release. Please, let me which tool would you like to use for the interactive chat on the potential questions. As for flood fill, if there is an urgent need in the

Re: [scikit-image] Releasing 0.14

2018-05-21 Thread Juan Nunez-Iglesias
Hello everyone, and thanks for the robust response! =) Josh, there is no urgency in getting flood fill into 0.14.0. It can go into 0.14.1 equally well. Actually my goal is for 0.14.0 to be out before next week's sprint *and* possibly to do generic flood-fill with LowLevelCallable support during

Re: [scikit-image] Releasing 0.14

2018-05-21 Thread Stefan van der Walt
Hi Juan, On Mon, 21 May 2018 22:48:15 +1000, Juan Nunez-Iglesias wrote: > Tomorrow I am going to do one last pass at the 0.14 milestone and then > release 0.14. As a reminder, 0.14.x will be a LTS release, the last > skimage version compatible with Python 2.7, and it will receive > important backp

Re: [scikit-image] Releasing 0.14

2018-05-21 Thread Josh Warner
I would really, really like for us to have flood fill in this release. Particularly if it's going to be the last with some backwards compatibility. It would help with tutorials - actually the panorama tutorial is now broken without it without an acceptable workaround other than shipping a flood fi

Re: [scikit-image] Releasing 0.14

2018-05-21 Thread Egor Panfilov
Hi Juan, Yes, I'm still willing to be a release manager. I agree with you that, despite having a moderate list of open issues [softly] scheduled for 0.14, we should go ahead and make a release. The master branch holds a ton of fascinating additions, and it is way far ahead of 0.13.1 already. My s

[scikit-image] Releasing 0.14

2018-05-21 Thread Juan Nunez-Iglesias
Hello list, Tomorrow I am going to do one last pass at the 0.14 milestone and then release 0.14. As a reminder, 0.14.x will be a LTS release, the last skimage version compatible with Python 2.7, and it will receive important backports (bug fixes, critical performance improvements, and maybe eve