Re: [sage-release] Re: Sage 9.2 released

2020-11-03 Thread 'jonatha...@googlemail.com' via sage-release
Thank you Samuel for your reply. I know nothing about windows and I have been amazed by the fact that the windows binaries are produced somehow. In that way, it doesn't surprise me that they are not just produced somehow, but a decent effort is put into it. I just never looked into it, because

Re: [sage-release] Re: Sage 9.2 released

2020-11-03 Thread Samuel Lelievre
2020-11-03 09:57:12 UTC, Jonathan: > > There no windows binaries for 9.2 yet. Maybe there > is a reason for it, but I should wanted to post that. > It's being worked on. It's not unusual that preparing Windows binaries for a new Sage version takes a few days to a few weeks. New releases of

Re: [sage-release] Re: Sage 9.2 released

2020-11-03 Thread 'jonatha...@googlemail.com' via sage-release
There no windows binaries for 9.2 yet. Maybe there is a reason for it, but I should wanted to post that. http://mirror.aarnet.edu.au/pub/sage/win/index.html jaap...@gmail.com schrieb am Mittwoch, 28. Oktober 2020 um 22:51:36 UTC+1: > On Raspberry Pi OS 64 bit build ok with the "usual" test

Re: [sage-release] Re: Sage 9.2 released

2020-10-28 Thread Jaap Spies
On Raspberry Pi OS 64 bit build ok with the "usual" test failures: -- sage -t --long --warn-long 292.7 --random-seed=0 src/sage/calculus/riemann.pyx # Killed due to segmentation fault sage -t --long --warn-long 292.7

Re: [sage-release] Re: Sage 9.2 released

2020-10-26 Thread Sébastien Labbé
> > Thanks, Volker, for preparing the release! > Yes, thanks Volker for the release and everyone. > > > The 9.2 changelog is available at > https://github.com/sagemath/website/pull/208/files > https://github.com/sagemath/website/blob/master/src/changelogs/sage-9.2.txt > > See also the

[sage-release] Re: Sage 9.2 released

2020-10-26 Thread Thierry Dumont
Compilation of 9.2 from source on the new Ubuntu 20-10 (groovy) using as much system packages as possible was ok. t.d. -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: [sage-release] Re: Sage 9.2 released

2020-10-25 Thread Dima Pasechnik
On Sun, Oct 25, 2020 at 2:19 PM Dima Pasechnik wrote: > > > On Sun, 25 Oct 2020, 12:18 Emmanuel Charpentier, < > emanuel.charpent...@gmail.com> wrote: > >> FWIW : this new version does not seem to be already recorded on Zenodo >> ... >> > > the

Re: [sage-release] Re: Sage 9.2 released

2020-10-25 Thread Dima Pasechnik
On Sun, Oct 25, 2020 at 7:21 PM Andrey Novoseltsev wrote: > > > > On Sunday, 25 October 2020 at 13:04:03 UTC-6 Dima Pasechnik wrote: >> >> On Sun, Oct 25, 2020 at 6:52 PM Dima Pasechnik wrote: >> > >> > This is https://trac.sagemath.org/ticket/30795 - a trivial fix >> >> with this branch in, one

Re: [sage-release] Re: Sage 9.2 released

2020-10-25 Thread Andrey Novoseltsev
On Sunday, 25 October 2020 at 13:04:03 UTC-6 Dima Pasechnik wrote: > On Sun, Oct 25, 2020 at 6:52 PM Dima Pasechnik wrote: > > > > This is https://trac.sagemath.org/ticket/30795 - a trivial fix > > with this branch in, one needs to run > > make bootstrap-clean > > followed by > >

Re: [sage-release] Re: Sage 9.2 released

2020-10-25 Thread Dima Pasechnik
On Sun, Oct 25, 2020 at 6:52 PM Dima Pasechnik wrote: > > This is https://trac.sagemath.org/ticket/30795 - a trivial fix with this branch in, one needs to run make bootstrap-clean followed by ./bootstrap && ./configure > Unfortunately Volker did not want to merge it in 9.2 > > On Sun, Oct

Re: [sage-release] Re: Sage 9.2 released

2020-10-25 Thread Dima Pasechnik
This is https://trac.sagemath.org/ticket/30795 - a trivial fix Unfortunately Volker did not want to merge it in 9.2 On Sun, Oct 25, 2020 at 6:30 PM Andrey Novoseltsev wrote: > > Thanks a lot for the release! > > I pulled 9.2 into a previous 9.1 installation and tried to clean things, but > it

Re: [sage-release] Re: Sage 9.2 released

2020-10-25 Thread Andrey Novoseltsev
Thanks a lot for the release! I pulled 9.2 into a previous 9.1 installation and tried to clean things, but it didn't work: novoselt@mncds:~/sage$ make distclean make build/make/Makefile --stop make[1]: Entering directory '/home/novoselt/sage' ./bootstrap -d make[2]: Entering directory

Re: [sage-release] Re: Sage 9.2 released

2020-10-25 Thread Dima Pasechnik
On Sun, 25 Oct 2020, 12:18 Emmanuel Charpentier, < emanuel.charpent...@gmail.com> wrote: > FWIW : this new version does not seem to be already recorded on Zenodo > ... > the zenodo update for 9.2 can only happen after the release is done on Github,

[sage-release] Re: Sage 9.2 released

2020-10-25 Thread Emmanuel Charpentier
FWIW : this new version does not seem to be already recorded on Zenodo ... Le dimanche 25 octobre 2020 12:13:15 UTC+1, Emmanuel Charpentier a écrit : > > Forgot : congratilations and kudos to all the Sage development team and > especially release

[sage-release] Re: Sage 9.2 released

2020-10-25 Thread Emmanuel Charpentier
Forgot : congratilations and kudos to all the Sage development team and especially release manager, who managed to get a much cleaned and consistent Python 3-based Sage in record time (and to gracefully put a end to Python 2-related quirks). Le dimanche 25 octobre 2020 12:06:06 UTC+1,

[sage-release] Re: Sage 9.2 released

2020-10-25 Thread Emmanuel Charpentier
On Debian testing running on core i7 + 16 GB RAM, after upgrading 0.2.rc3 to 9.2 configured to use all available system packages, ptestlong results in one transient and five permanent failures,all already reported for previous versions : File Result P/T src/sage/tests/parigp.py Timed out T

Re: [sage-release] Re: Sage 9.2 released

2020-10-25 Thread Dima Pasechnik
On Sun, Oct 25, 2020 at 12:13 AM Matthias Köppe wrote: > > On Saturday, October 24, 2020 at 3:49:58 PM UTC-7, Volker Braun wrote: >> >> The "master" git branch has been updated to Sage-9.2. As always, you can get >> the latest beta version from the "develop" git branch. Alternatively, the >>

[sage-release] Re: Sage 9.2 released

2020-10-24 Thread Matthias Köppe
On Saturday, October 24, 2020 at 3:49:58 PM UTC-7, Volker Braun wrote: > > The "master" git branch has been updated to Sage-9.2. As always, you can > get the latest beta version from the "develop" git branch. Alternatively, > the self-contained source tarball is at >