[SciPy-Dev] Proposed SciPy 1.5.0 Release Schedule

Tyler Reddy tyler.je.reddy at gmail.com
Sat May 30 18:56:56 EDT 2020


Ah interesting, but copy/pasting the extra "Hi all.." text/preamble at the
start doesn't invalidate the signature?

I guess I don't understand encryption stuff enough to know why we can't
have the retained formatting and encryption at the same time.

On Sat, 30 May 2020 at 16:48, Pauli Virtanen <pav at iki.fi> wrote:

> la, 2020-05-30 kello 15:46 -0600, Tyler Reddy kirjoitti:
> > Also, some parts of the release process (quite possibly "paver
> > write_release_and_log") introduce small flaws into the release notes
> > (underlines "---------" gain a spurious space "- --------", and
> > bullet lists get another bullet ("-" to "- -"). I correct these
> > manually to the extent reasonable, but I do not currently manually
> > correct the pasted author names.
>
> Those are actually not flaws, but parts of the encoding required for
> the GPG signature. If you modify them manually, the signature becomes
> invalid (as you can see if your email client supports GPG).
>
>         Pauli
>
>
> > The "-" issue has existed for all releases in recent memory; the
> > author names/encoding issue probably depends on how I copy/paste
> > (which OS/text editor, etc.).
> >
> > On Sat, 30 May 2020 at 10:56, Tyler Reddy <tyler.je.reddy at gmail.com>
> > wrote:
> > > The 1.5.0rc1 wheels are slightly delayed because I had to bump
> > > Cython version in the wheels branch to match our Cython bump in the
> > > main repo. That'll cost about half a day of time, so maybe later
> > > tonight or tomorrow I can put those out.
> > >
> > > On Mon, 25 May 2020 at 15:25, Tyler Reddy <tyler.je.reddy at gmail.com
> > > > wrote:
> > > > Early draft 1.5.0 release notes PR is open:
> > > > https://github.com/scipy/scipy/pull/12221
> > > >
> > > > Please do help improve/fix issues there.
> > > >
> > > > Best wishes,
> > > > Tyler
> > > >
> > > > On Fri, 22 May 2020 at 03:48, Ralf Gommers <
> > > > ralf.gommers at gmail.com> wrote:
> > > > >
> > > > > On Fri, May 22, 2020 at 2:02 AM Eric Larson <
> > > > > larson.eric.d at gmail.com> wrote:
> > > > > > +1 for bumping it before 1.5.0 branching. It is indeed a
> > > > > > risk, but it's a minor version change so hopefully just makes
> > > > > > things work better.
> > > > > >
> > > > >
> > > > > +1 from me too, that should always be fine if CI is green,
> > > > >
> > > > > Ralf
> > > > >
> > > > > > Eric
> > > > > >
> > > > > >
> > > > > > On Thu, May 21, 2020 at 7:44 PM Tyler Reddy <
> > > > > > tyler.je.reddy at gmail.com> wrote:
> > > > > > > Any objections to bumping our minimum Cython version from
> > > > > > > 0.29.14 to 0.29.18 to support:
> > > > > > > https://github.com/scipy/scipy/pull/11385 ?
> > > > > > >
> > > > > > > We do typically bump Cython versions regularly, though just
> > > > > > > a few days before branching might be asking for trouble?
> > > > > > >
> > > > > > > Best wishes,
> > > > > > > Tyler
> > > > > > >
> > > > > > > On Fri, 8 May 2020 at 01:30, Ralf Gommers <
> > > > > > > ralf.gommers at gmail.com> wrote:
> > > > > > > >
> > > > > > > > On Wed, May 6, 2020 at 4:49 AM Tyler Reddy <
> > > > > > > > tyler.je.reddy at gmail.com> wrote:
> > > > > > > > > Hi,
> > > > > > > > >
> > > > > > > > > SciPy 1.4.0 was released December 16 (~ 5 months ago),
> > > > > > > > > and I think we'd like to keep a roughly biannual
> > > > > > > > > release cadence.
> > > > > > > > >
> > > > > > > > > I'd like to propose the following schedule for 1.5.0:
> > > > > > > > > - May 26/2020: branch 1.5.x
> > > > > > > > > - May 29/2020: rc1
> > > > > > > > > - June 11/2020: rc2 (if needed)
> > > > > > > > > - June 20/2020: final release
> > > > > > > > >
> > > > > > > >
> > > > > > > > Sounds good to me.
> > > > > > > >
> > > > > > > > > Complicating factors this time around may include
> > > > > > > > > attempts at providing ARM/ppc64le wheels and the
> > > > > > > > > continued migration from rackspace -> anaconda.org for
> > > > > > > > > asset hosting in both the main and wheels repos.
> > > > > > > > >
> > > > > > > >
> > > > > > > > Looks like the anaconda.org migration is going well,
> > > > > > > > thanks to Tyler and everyone else who is pitching in.
> > > > > > > > Having arm64/ppc64le wheels would be great, we're pretty
> > > > > > > > far along. Not a blocker though - they could be uploaded
> > > > > > > > later. Having CI for both platforms in place now is a
> > > > > > > > good place to start from.
> > > > > > > >
> > > > > > > > > As always, it is a good idea to start tagging things
> > > > > > > > > that should be in 1.5.0 & please do help with reviewing
> > > > > > > > > PRs/issues that are tagged--current counts are:
> > > > > > > > >
> > > > > > > > > - 23 open issues with 1.5.0 milestone
> > > > > > > > > - 38 open PRs with 1.5.0 milestone
> > > > > > > > >
> > > > > > > >
> > > > > > > > I bumped a few milestones and merged some PRs, it's down
> > > > > > > > to 53 total. There's a bunch of PRs that we really need
> > > > > > > > to review, but not any really problematic issues it looks
> > > > > > > > like.
> > > > > > > >
> > > > > > > > > While helping with that, also great if the release
> > > > > > > > > notes wiki is updated for appropriate changes:
> > > > > > > > >
> https://github.com/scipy/scipy/wiki/Release-note-entries-for-SciPy-1.5.0
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Curating those final notes can be painful if the wiki
> > > > > > > > > isn't updated.
> > > > > > > > >
> > > > > > > > > Thoughts/objections for the schedule?
> > > > > > > > >
> > > > > > > >
> > > > > > > > Thanks for leading the charge again Tyler.
> > > > > > > >
> > > > > > > > Cheers,
> > > > > > > > Ralf
> > > > > > > >
> > > > > > > >
> > > > > > > > > Best wishes,
> > > > > > > > > Tyler
> > > > > > > > > _______________________________________________
> > > > > > > > > SciPy-Dev mailing list
> > > > > > > > > SciPy-Dev at python.org
> > > > > > > > > https://mail.python.org/mailman/listinfo/scipy-dev
> > > > > > > >
> > > > > > > > _______________________________________________
> > > > > > > > SciPy-Dev mailing list
> > > > > > > > SciPy-Dev at python.org
> > > > > > > > https://mail.python.org/mailman/listinfo/scipy-dev
> > > > > > >
> > > > > > > _______________________________________________
> > > > > > > SciPy-Dev mailing list
> > > > > > > SciPy-Dev at python.org
> > > > > > > https://mail.python.org/mailman/listinfo/scipy-dev
> > > > > >
> > > > > > _______________________________________________
> > > > > > SciPy-Dev mailing list
> > > > > > SciPy-Dev at python.org
> > > > > > https://mail.python.org/mailman/listinfo/scipy-dev
> > > > >
> > > > > _______________________________________________
> > > > > SciPy-Dev mailing list
> > > > > SciPy-Dev at python.org
> > > > > https://mail.python.org/mailman/listinfo/scipy-dev
> >
> > _______________________________________________
> > SciPy-Dev mailing list
> > SciPy-Dev at python.org
> > https://mail.python.org/mailman/listinfo/scipy-dev
>
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at python.org
> https://mail.python.org/mailman/listinfo/scipy-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20200530/954eab5d/attachment-0001.html>


More information about the SciPy-Dev mailing list