Re: [sage-release] Sage 9.3.beta4 released

2020-07-12 Thread Matthias Köppe
Sage does not support gcc/gfortran 10 yet. 
See https://trac.sagemath.org/ticket/30067 for a workaround
and https://trac.sagemath.org/ticket/29456 for the task of adding support 
for 10.

On Sunday, July 12, 2020 at 6:26:37 AM UTC-7, Kenji Iohara wrote:
>
> The version of gfortran I use is 10.1.0. Via Homebrew, it seems impossible 
> to install only gfortran (i.e., without gcc).
>
> 2020/07/12 11:52、Dima Pasechnik >のメール:
>
>gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/icopy.f
>error: Command "gfortran -Wall -g -ffixed-form
> -fno-second-underscore -fPIC -O3 -funroll-loops
> -Iscipy/sparse/linalg/eigen/arpack/ARPACK/SRC
>
> -I/Users/iohara/Desktop/sage-9.2.beta4/local/lib/python3.7/site-packages/numpy/core/include
> -c -c scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaitr.f -o
>
> build/temp.macosx-10.14-x86_64-3.7/scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaitr.o"
> failed with exit status 1
>
> what is the version of gfortran you use?
>
> It is by any chance gfortran-10 (from Homebrew) ?
> (unfortunately scipy log does not say)
> In this case please uninstall package gcc and install package gfortran
> https://formulae.brew.sh/cask/gfortran#default
>
> On Sun, Jul 12, 2020 at 8:22 AM Kenji Iohara  > wrote:
>
>
> I couldn’t compile it; it stops at scipy-1.2.3.  I am using Mac OS X.15.5 
> with Intel Core i5,
> and the log-file is attached to this email.
>
> --
> 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 
> email to sage-r...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/AE72646B-A62E-433A-9BC4-DB7ADC4336A4%40gmail.com
> .
>
>
> 2020/07/11 16:31、Dima Pasechnik >のメール:
>
> perhaps we should update notebook to 5.7.10 ?
>
> On Sat, 11 Jul 2020, 15:10 'Jonathan Kliem' via sage-release, <
> sage-r...@googlegroups.com > wrote:
>
>
> Ok, I think it has nothing to do with #30030.
>
> Running
>
> make build
>
> leads to the blank screen for the notebook (also with "./configure" 
> before).
>
> Running
>
> sage -b
>
> fixes it (but only until you run `make build` again).
>
> Am Samstag, 11. Juli 2020 15:35:56 UTC+2 schrieb Dima Pasechnik:
>
>
> I can confirm that it does break things for me too (and reverting fixes)
> on Linux/Firefox.
>
> But if I re-revert back, everything works. So this is some kind  of
> caching issue, I gather.
>
> On Sat, Jul 11, 2020 at 1:40 PM 'Jonathan Kliem' via sage-release
>  wrote:
>
>
> https://trac.sagemath.org/ticket/30030 broke the jupyter notebook for me.
>
> Please wait while the Sage Jupyter Notebook server starts...
> [I 14:23:35.535 NotebookApp] Using MathJax: nbextensions/mathjax/MathJax.js
> [I 14:23:35.655 NotebookApp] Serving notebooks from local directory: 
> /home/mi/kliem
> [I 14:23:35.655 NotebookApp] The Jupyter Notebook is running at:
> [I 14:23:35.655 NotebookApp] 
> http://localhost:/?token=13410c6dbd032a2e31784207d69dcb1bbf54374b475a6449
> [I 14:23:35.656 NotebookApp] Use Control-C to stop this server and shut 
> down all kernels (twice to skip confirmation).
> [C 14:23:35.658 NotebookApp]
>
>To access the notebook, open this file in a browser:
>file:///run/user/284784/jupyter/nbserver-12512-open.html
>Or copy and paste one of these URLs:
>
> http://localhost:/?token=13410c6dbd032a2e31784207d69dcb1bbf54374b475a6449
> [I 14:23:47.500 NotebookApp] 302 GET 
> /?token=13410c6dbd032a2e31784207d69dcb1bbf54374b475a6449 (127.0.0.1) 0.33ms
> [I 14:23:55.390 NotebookApp] Creating new notebook in
> [W 14:23:55.908 NotebookApp] 404 GET 
> /nbextensions/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full,Safe=configured
>  
> (127.0.0.1) 5.67ms referer=
> http://localhost:/notebooks/Untitled2.ipynb?kernel_name=sagemath
> [W 14:24:54.535 NotebookApp] 404 GET 
> /nbextensions/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full,Safe=configured
>  
> (127.0.0.1) 1.72ms referer=
> http://localhost:/notebooks/Dokumente/SageDays109/CombinatorialPolyhedron.ipynb
>
> All I'm seeing is something like this. I can navigate the folders, but 
> when I open a file I just see a blank page in the browser.
>
> It worked just fine on debian buster and ubuntu bionic. Reverting the 
> commit it works fine again. I'm using firefox, but I cannot get it to work 
> on chromium either.
>
> Am Donnerstag, 9. Juli 2020 00:50:33 UTC+2 schrieb Volker Braun:
>
>
> As always, you can get the latest beta version from the "develop" git 
> branch. Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html
>
> 02b0be1ff8 Updated SageMath version to 9.2.beta4
> 3e65aa67cc Trac #29878: Remove `sage -twistd` from `src/bin/sage`
>
> a3308ffb43 Trac #29862: Installation guide: change python version in conda 
> instructions
> a6215602a5 Trac #29828: Broken conversion from ZZ['x'] to Qp['y']
> 5d2577a0ce Trac #29746: 

Re: [sage-release] Sage 9.3.beta4 released

2020-07-12 Thread Dima Pasechnik
On Sun, 12 Jul 2020, 14:26 Kenji Iohara,  wrote:

> The version of gfortran I use is 10.1.0. Via Homebrew, it seems impossible
> to install only gfortran (i.e., without gcc).
>
> 2020/07/12 11:52、Dima Pasechnik のメール:
>
>gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/icopy.f
>error: Command "gfortran -Wall -g -ffixed-form
> -fno-second-underscore -fPIC -O3 -funroll-loops
> -Iscipy/sparse/linalg/eigen/arpack/ARPACK/SRC
>
> -I/Users/iohara/Desktop/sage-9.2.beta4/local/lib/python3.7/site-packages/numpy/core/include
> -c -c scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaitr.f -o
>
> build/temp.macosx-10.14-x86_64-3.7/scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaitr.o"
> failed with exit status 1
>
> what is the version of gfortran you use?
>
> It is by any chance gfortran-10 (from Homebrew) ?
> (unfortunately scipy log does not say)
> In this case please uninstall package gcc and install package gfortran
> https://formulae.brew.sh/cask/gfortran#default
>
>
this gfortran package is the right version.

(probably requires un-install of gcc package - which is not needed to build
sage)



>
> On Sun, Jul 12, 2020 at 8:22 AM Kenji Iohara 
> wrote:
>
>
> I couldn’t compile it; it stops at scipy-1.2.3.  I am using Mac OS X.15.5
> with Intel Core i5,
> and the log-file is attached to this email.
>
> --
> 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
> email to sage-release+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-release/AE72646B-A62E-433A-9BC4-DB7ADC4336A4%40gmail.com
> .
>
>
> 2020/07/11 16:31、Dima Pasechnik のメール:
>
> perhaps we should update notebook to 5.7.10 ?
>
> On Sat, 11 Jul 2020, 15:10 'Jonathan Kliem' via sage-release, <
> sage-release@googlegroups.com> wrote:
>
>
> Ok, I think it has nothing to do with #30030.
>
> Running
>
> make build
>
> leads to the blank screen for the notebook (also with "./configure"
> before).
>
> Running
>
> sage -b
>
> fixes it (but only until you run `make build` again).
>
> Am Samstag, 11. Juli 2020 15:35:56 UTC+2 schrieb Dima Pasechnik:
>
>
> I can confirm that it does break things for me too (and reverting fixes)
> on Linux/Firefox.
>
> But if I re-revert back, everything works. So this is some kind  of
> caching issue, I gather.
>
> On Sat, Jul 11, 2020 at 1:40 PM 'Jonathan Kliem' via sage-release
>  wrote:
>
>
> https://trac.sagemath.org/ticket/30030 broke the jupyter notebook for me.
>
> Please wait while the Sage Jupyter Notebook server starts...
> [I 14:23:35.535 NotebookApp] Using MathJax: nbextensions/mathjax/MathJax.js
> [I 14:23:35.655 NotebookApp] Serving notebooks from local directory:
> /home/mi/kliem
> [I 14:23:35.655 NotebookApp] The Jupyter Notebook is running at:
> [I 14:23:35.655 NotebookApp]
> http://localhost:/?token=13410c6dbd032a2e31784207d69dcb1bbf54374b475a6449
> [I 14:23:35.656 NotebookApp] Use Control-C to stop this server and shut
> down all kernels (twice to skip confirmation).
> [C 14:23:35.658 NotebookApp]
>
>To access the notebook, open this file in a browser:
>file:///run/user/284784/jupyter/nbserver-12512-open.html
>Or copy and paste one of these URLs:
>
> http://localhost:/?token=13410c6dbd032a2e31784207d69dcb1bbf54374b475a6449
> [I 14:23:47.500 NotebookApp] 302 GET
> /?token=13410c6dbd032a2e31784207d69dcb1bbf54374b475a6449 (127.0.0.1) 0.33ms
> [I 14:23:55.390 NotebookApp] Creating new notebook in
> [W 14:23:55.908 NotebookApp] 404 GET
> /nbextensions/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full,Safe=configured
> (127.0.0.1) 5.67ms referer=
> http://localhost:/notebooks/Untitled2.ipynb?kernel_name=sagemath
> [W 14:24:54.535 NotebookApp] 404 GET
> /nbextensions/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full,Safe=configured
> (127.0.0.1) 1.72ms referer=
> http://localhost:/notebooks/Dokumente/SageDays109/CombinatorialPolyhedron.ipynb
>
> All I'm seeing is something like this. I can navigate the folders, but
> when I open a file I just see a blank page in the browser.
>
> It worked just fine on debian buster and ubuntu bionic. Reverting the
> commit it works fine again. I'm using firefox, but I cannot get it to work
> on chromium either.
>
> Am Donnerstag, 9. Juli 2020 00:50:33 UTC+2 schrieb Volker Braun:
>
>
> As always, you can get the latest beta version from the "develop" git
> branch. Alternatively, the self-contained source tarball is at
> http://www.sagemath.org/download-latest.html
>
> 02b0be1ff8 Updated SageMath version to 9.2.beta4
> 3e65aa67cc Trac #29878: Remove `sage -twistd` from `src/bin/sage`
>
> a3308ffb43 Trac #29862: Installation guide: change python version in conda
> instructions
> a6215602a5 Trac #29828: Broken conversion from ZZ['x'] to Qp['y']
> 5d2577a0ce Trac #29746: Document integer overflow bug in
> vector_space_dimension()
> d0e1751d76 Trac #30050: add 

Re: [sage-release] Sage 9.3.beta4 released

2020-07-12 Thread Kenji Iohara
The version of gfortran I use is 10.1.0. Via Homebrew, it seems impossible to 
install only gfortran (i.e., without gcc).

> 2020/07/12 11:52、Dima Pasechnik のメール:
> 
>gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/icopy.f
>error: Command "gfortran -Wall -g -ffixed-form
> -fno-second-underscore -fPIC -O3 -funroll-loops
> -Iscipy/sparse/linalg/eigen/arpack/ARPACK/SRC
> -I/Users/iohara/Desktop/sage-9.2.beta4/local/lib/python3.7/site-packages/numpy/core/include
> -c -c scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaitr.f -o
> build/temp.macosx-10.14-x86_64-3.7/scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaitr.o"
> failed with exit status 1
> 
> what is the version of gfortran you use?
> 
> It is by any chance gfortran-10 (from Homebrew) ?
> (unfortunately scipy log does not say)
> In this case please uninstall package gcc and install package gfortran
> https://formulae.brew.sh/cask/gfortran#default 
> 
> 
> On Sun, Jul 12, 2020 at 8:22 AM Kenji Iohara  > wrote:
>> 
>> I couldn’t compile it; it stops at scipy-1.2.3.  I am using Mac OS X.15.5 
>> with Intel Core i5,
>> and the log-file is attached to this email.
>> 
>> --
>> 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 
>> email to sage-release+unsubscr...@googlegroups.com 
>> .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-release/AE72646B-A62E-433A-9BC4-DB7ADC4336A4%40gmail.com
>>  
>> .
>> 
>> 
>> 2020/07/11 16:31、Dima Pasechnik のメール:
>> 
>> perhaps we should update notebook to 5.7.10 ?
>> 
>> On Sat, 11 Jul 2020, 15:10 'Jonathan Kliem' via sage-release, 
>>  wrote:
>>> 
>>> Ok, I think it has nothing to do with #30030.
>>> 
>>> Running
>>> 
>>> make build
>>> 
>>> leads to the blank screen for the notebook (also with "./configure" before).
>>> 
>>> Running
>>> 
>>> sage -b
>>> 
>>> fixes it (but only until you run `make build` again).
>>> 
>>> Am Samstag, 11. Juli 2020 15:35:56 UTC+2 schrieb Dima Pasechnik:
 
 I can confirm that it does break things for me too (and reverting fixes)
 on Linux/Firefox.
 
 But if I re-revert back, everything works. So this is some kind  of
 caching issue, I gather.
 
 On Sat, Jul 11, 2020 at 1:40 PM 'Jonathan Kliem' via sage-release
  wrote:
> 
> https://trac.sagemath.org/ticket/30030 broke the jupyter notebook for me.
> 
> Please wait while the Sage Jupyter Notebook server starts...
> [I 14:23:35.535 NotebookApp] Using MathJax: 
> nbextensions/mathjax/MathJax.js
> [I 14:23:35.655 NotebookApp] Serving notebooks from local directory: 
> /home/mi/kliem
> [I 14:23:35.655 NotebookApp] The Jupyter Notebook is running at:
> [I 14:23:35.655 NotebookApp] 
> http://localhost:/?token=13410c6dbd032a2e31784207d69dcb1bbf54374b475a6449
> [I 14:23:35.656 NotebookApp] Use Control-C to stop this server and shut 
> down all kernels (twice to skip confirmation).
> [C 14:23:35.658 NotebookApp]
> 
>To access the notebook, open this file in a browser:
>file:///run/user/284784/jupyter/nbserver-12512-open.html
>Or copy and paste one of these URLs:
>
> http://localhost:/?token=13410c6dbd032a2e31784207d69dcb1bbf54374b475a6449
> [I 14:23:47.500 NotebookApp] 302 GET 
> /?token=13410c6dbd032a2e31784207d69dcb1bbf54374b475a6449 (127.0.0.1) 
> 0.33ms
> [I 14:23:55.390 NotebookApp] Creating new notebook in
> [W 14:23:55.908 NotebookApp] 404 GET 
> /nbextensions/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full,Safe=configured
>  (127.0.0.1) 5.67ms 
> referer=http://localhost:/notebooks/Untitled2.ipynb?kernel_name=sagemath
> [W 14:24:54.535 NotebookApp] 404 GET 
> /nbextensions/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full,Safe=configured
>  (127.0.0.1) 1.72ms 
> referer=http://localhost:/notebooks/Dokumente/SageDays109/CombinatorialPolyhedron.ipynb
> 
> All I'm seeing is something like this. I can navigate the folders, but 
> when I open a file I just see a blank page in the browser.
> 
> It worked just fine on debian buster and ubuntu bionic. Reverting the 
> commit it works fine again. I'm using firefox, but I cannot get it to 
> work on chromium either.
> 
> Am Donnerstag, 9. Juli 2020 00:50:33 UTC+2 schrieb Volker Braun:
>> 
>> As always, you can get the latest beta version from the "develop" git 
>> branch. Alternatively, the self-contained source tarball is at 
>> http://www.sagemath.org/download-latest.html
>> 
>> 02b0be1ff8 Updated SageMath version to 9.2.beta4
>> 

Re: [sage-release] Sage 9.3.beta4 released

2020-07-12 Thread Dima Pasechnik
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/UTIL/icopy.f
error: Command "gfortran -Wall -g -ffixed-form
-fno-second-underscore -fPIC -O3 -funroll-loops
-Iscipy/sparse/linalg/eigen/arpack/ARPACK/SRC
-I/Users/iohara/Desktop/sage-9.2.beta4/local/lib/python3.7/site-packages/numpy/core/include
-c -c scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaitr.f -o
build/temp.macosx-10.14-x86_64-3.7/scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaitr.o"
failed with exit status 1

what is the version of gfortran you use?

It is by any chance gfortran-10 (from Homebrew) ?
(unfortunately scipy log does not say)
In this case please uninstall package gcc and install package gfortran
https://formulae.brew.sh/cask/gfortran#default

On Sun, Jul 12, 2020 at 8:22 AM Kenji Iohara  wrote:
>
> I couldn’t compile it; it stops at scipy-1.2.3.  I am using Mac OS X.15.5 
> with Intel Core i5,
> and the log-file is attached to this email.
>
> --
> 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 
> email to sage-release+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/AE72646B-A62E-433A-9BC4-DB7ADC4336A4%40gmail.com.
>
>
> 2020/07/11 16:31、Dima Pasechnik のメール:
>
> perhaps we should update notebook to 5.7.10 ?
>
> On Sat, 11 Jul 2020, 15:10 'Jonathan Kliem' via sage-release, 
>  wrote:
>>
>> Ok, I think it has nothing to do with #30030.
>>
>> Running
>>
>> make build
>>
>> leads to the blank screen for the notebook (also with "./configure" before).
>>
>> Running
>>
>> sage -b
>>
>> fixes it (but only until you run `make build` again).
>>
>> Am Samstag, 11. Juli 2020 15:35:56 UTC+2 schrieb Dima Pasechnik:
>>>
>>> I can confirm that it does break things for me too (and reverting fixes)
>>> on Linux/Firefox.
>>>
>>> But if I re-revert back, everything works. So this is some kind  of
>>> caching issue, I gather.
>>>
>>> On Sat, Jul 11, 2020 at 1:40 PM 'Jonathan Kliem' via sage-release
>>>  wrote:
>>> >
>>> > https://trac.sagemath.org/ticket/30030 broke the jupyter notebook for me.
>>> >
>>> > Please wait while the Sage Jupyter Notebook server starts...
>>> > [I 14:23:35.535 NotebookApp] Using MathJax: 
>>> > nbextensions/mathjax/MathJax.js
>>> > [I 14:23:35.655 NotebookApp] Serving notebooks from local directory: 
>>> > /home/mi/kliem
>>> > [I 14:23:35.655 NotebookApp] The Jupyter Notebook is running at:
>>> > [I 14:23:35.655 NotebookApp] 
>>> > http://localhost:/?token=13410c6dbd032a2e31784207d69dcb1bbf54374b475a6449
>>> > [I 14:23:35.656 NotebookApp] Use Control-C to stop this server and shut 
>>> > down all kernels (twice to skip confirmation).
>>> > [C 14:23:35.658 NotebookApp]
>>> >
>>> > To access the notebook, open this file in a browser:
>>> > file:///run/user/284784/jupyter/nbserver-12512-open.html
>>> > Or copy and paste one of these URLs:
>>> > 
>>> > http://localhost:/?token=13410c6dbd032a2e31784207d69dcb1bbf54374b475a6449
>>> > [I 14:23:47.500 NotebookApp] 302 GET 
>>> > /?token=13410c6dbd032a2e31784207d69dcb1bbf54374b475a6449 (127.0.0.1) 
>>> > 0.33ms
>>> > [I 14:23:55.390 NotebookApp] Creating new notebook in
>>> > [W 14:23:55.908 NotebookApp] 404 GET 
>>> > /nbextensions/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full,Safe=configured
>>> >  (127.0.0.1) 5.67ms 
>>> > referer=http://localhost:/notebooks/Untitled2.ipynb?kernel_name=sagemath
>>> > [W 14:24:54.535 NotebookApp] 404 GET 
>>> > /nbextensions/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full,Safe=configured
>>> >  (127.0.0.1) 1.72ms 
>>> > referer=http://localhost:/notebooks/Dokumente/SageDays109/CombinatorialPolyhedron.ipynb
>>> >
>>> > All I'm seeing is something like this. I can navigate the folders, but 
>>> > when I open a file I just see a blank page in the browser.
>>> >
>>> > It worked just fine on debian buster and ubuntu bionic. Reverting the 
>>> > commit it works fine again. I'm using firefox, but I cannot get it to 
>>> > work on chromium either.
>>> >
>>> > Am Donnerstag, 9. Juli 2020 00:50:33 UTC+2 schrieb Volker Braun:
>>> >>
>>> >> As always, you can get the latest beta version from the "develop" git 
>>> >> branch. Alternatively, the self-contained source tarball is at 
>>> >> http://www.sagemath.org/download-latest.html
>>> >>
>>> >> 02b0be1ff8 Updated SageMath version to 9.2.beta4
>>> >> 3e65aa67cc Trac #29878: Remove `sage -twistd` from `src/bin/sage`
>>> >>
>>> >> a3308ffb43 Trac #29862: Installation guide: change python version in 
>>> >> conda instructions
>>> >> a6215602a5 Trac #29828: Broken conversion from ZZ['x'] to Qp['y']
>>> >> 5d2577a0ce Trac #29746: Document integer overflow bug in 
>>> >> vector_space_dimension()
>>> >> d0e1751d76 Trac #30050: add even more missing empty lines in the doc
>>> >> 87d9811918 Trac #30048: get rid of python2 mentioned in 
>>> >> .github/workflows 

[sage-release] Re: Sage 9.3.beta4 released

2020-07-12 Thread Volker Braun
Typo: Sage 9.2.beta4 


On Thursday, July 9, 2020 at 12:50:33 AM UTC+2 Volker Braun wrote:

> As always, you can get the latest beta version from the "develop" git 
> branch. Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html 
>
> 02b0be1ff8 Updated SageMath version to 9.2.beta4
> 3e65aa67cc Trac #29878: Remove `sage -twistd` from `src/bin/sage`
> a3308ffb43 Trac #29862: Installation guide: change python version in conda 
> instructions
> a6215602a5 Trac #29828: Broken conversion from ZZ['x'] to Qp['y']
> 5d2577a0ce Trac #29746: Document integer overflow bug in 
> vector_space_dimension()
> d0e1751d76 Trac #30050: add even more missing empty lines in the doc
> 87d9811918 Trac #30048: get rid of python2 mentioned in .github/workflows 
> and README.md
> aaa2bdf045 Trac #30042: clarify docs of nauty_geng
> 381891c57c Trac #30028: remove some traces of __cmp__
> 917f8de0eb Trac #30021: FPLLL 5.3.3
> 837e9ad07a Trac #30005: Small documentation fixes in combinat
> 063c266cbf Trac #29997: a bunch of typos
> ac7ee1abe6 Trac #29994: Add integral curves over QQ
> 6612f2 Trac #29917: Move ChainComplexes from 
> sage.categories.category_types to a separate module
> 736ceffc41 Trac #29910: sage.rings.finite_rings.element_givaro: Remove 
> dependency on NTL
> 2bb470b2f2 Trac #29897: database_stein_watkins_mini installation is broken
> ad109e3649 Trac #29851: tox.ini: debian-bullseye, -sid have Python3.8 
> instead of 3.7
> 8de8febcb6 Trac #29808: fix left and right actions of permutations on 
> matrices
> 76f6767a09 Trac #29794: spring cleanup in modsym/space.py
> f62fb5f99e Trac #29787: 1 optional internet oeis doctest failing (busy 
> beaver ordering)
> 1f983640f6 Trac #29733: Create gitattributes file specifying proper line 
> endings
> bed0bc6493 Trac #29714: some micro optimisations in comparison to empty 
> list
> d000965b0a Trac #29668: map_coefficients for Laurent polynomials
> 5ef2540085 Trac #29605: plotting function for forests
> 98a1c9be6d Trac #29514: implement formatting of elements in RDF/CDF
> 6629f4c3a9 Trac #12074: real nth root function
> 8cb2f93213 Trac #8111: gcd of rationals is trouble
> 55663b6cc7 Trac #30057: remove some old "known bug" tags about log
> 48a6328304 Trac #30047: add missing empty lines in the doc
> 8aebea9275 Trac #30034: Description of ramification_index in local_generic 
> is wrong
> aa4e325083 Trac #30030: Prevent JSmol from phoning home
> 20ea231df1 Trac #30019: 1 internet doctest failing in combinat/quickref.py
> 030a4794fe Trac #30009: using coprime_integers in more places
> 1cecf97864 Trac #30007: Allow regular partition tuples to have different 
> \ell values on different components
> 684446ab04 Trac #30006: implement multiplicative_order for elements of AA
> 1a9e4473b1 Trac #30004: Added new constructions for BIBDs
> a01f419522 Trac #30003: some details in Kloosterman sums
> d4caf56bd2 Trac #29987: build/make/install: Do not depend on 
> src/bin/sage-version.sh
> 02e6a8d2bd Trac #29959: Extended the construction of BIBDs to allow for 
> \lambda different from 1
> 7d65facffb Trac #29955: Reduction from dancing links instance to MILP 
> instance
> 9b8c6b24d7 Trac #29953: Let diff() act on chart functions and 
> differentiable forms
> aba874e2bc Trac #29952: simplify Seifert matrix code
> 0feaa365b4 Trac #29940: sage.doctest: Remove handling of sagenb
> 1c1284c0f5 Trac #29937: remove deprecated things in plot3d and structure
> 08f24ca812 Trac #29933: refresh faq-contribute
> cf4d9ff8ae Trac #29928: implement action of DifferentialWeylAlgebra on 
> polynomials
> 568d80a378 Trac #29926: shifting issue in padic function: preprocess_list
> 0e4aa016a8 Trac #29925: shifting issue in padic function: _polynomial_list
> 2de06fc429 Trac #29920: Remove deprecated scripts sage-list-optional, 
> sage-list-experimental, sage-list-standard
> df41dca2b0 Trac #29916: sage.structure, sage.misc: Replace import of 
> sage.categories.all by more specific imports
> f9fdd736af Trac #29914: cython code for Moebius and Coxeter matrices of 
> posets
> bfacdd6bdf Trac #29909: Add tox as a type=optional, source=pip package
> b0e01a3202 Trac #29906: Run tests for `an_affine_basis`
> 12eddec434 Trac #29903: Run many test suite examples for polyhedra
> c6e56b30f2 Trac #29883: sage.structure: Remove some module-level imports
> a70567b122 Trac #29894: add minimal interface for using ZZ[x]-matrices 
> from flint
> a061db04bc Trac #29893: Another speedup of hypergeometric trace formula
> 62b405c4f3 Trac #29892: Move sage.misc.misc.coeff_repr, repr_lincomb to 
> new module sage.misc.repr
> 699bf78e8c Trac #29867: Remove __div__ methods from cython modules
> 5eaa10e139 Trac #29855: sagelib setup.py: Fix dependencies on header files 
> of packages gmp, ntl
> 184cd6cc13 Trac #29723: inverses of ring homomorphisms
> fc1f2cce4c Trac #29615: Fusion Ring Operations; Central Charge
> 128a94d513 Trac #27934: Implement efficient all eccentricity computation 
> for 

[sage-release] Sage 9.2.beta5 released

2020-07-12 Thread Volker Braun
As always, you can get the latest beta version from the "develop" git 
branch. Alternatively, the self-contained source tarball is at 
http://www.sagemath.org/download-latest.html 

467fbc70a0 (tag: 9.2.beta5, trac/develop) Updated SageMath version to 
9.2.beta5
339b459959 Trac #25624: Latex code generated for the "cases" symbolic 
function does not get viewed.
3589ab188f Trac #30110: py3: remove doctests tagged py2 in graphs
0e2c306454 Trac #30102: Bug with trivial input in designs.difference_family
66094649c5 Trac #30101: Bug in Groebner basis for Tate algebras
fe021b3dcd Trac #30098: Remove remaining __div__ methods
f1cc526461 Trac #30089: some details about arm lengths and conjugate in 
partitions and Macdonald polynomials
02024327a3 Trac #30081: Cleaning and improving consistency in `distances` 
methods in graph module
feb50df138 Trac #30077: get rid of _cmp_ for list_clone
14ae83ba5f Trac #30072: fix some lgtm suggestions
452cdc5f19 Trac #30045: Bug in Reed-Solomon encoder and error-erasure 
decoder
c5474af424 Trac #30016: Combinatorial designs: add function to build 
biplanes
762e2753eb Trac #29895: move sage.misc.misc.*verbose* to new module 
sage.misc.verbose
62618754a7 Trac #29638: replace tuples by mpz vectors in free abelian 
monoids
ee5428363d Trac #29629: Ore polynomials
cd041d1849 Trac #30113: Fix error handling in sagelib setup.py
13cfd67048 Trac #30037: Added a construction for BIBDs from symmetric BIBDs
31ec7c350d Trac #30029: Implement another nonexistence check for symmetric 
BIBDs
3baa6aae05 Trac #30020: 1 internet doctest failing in 
combinat/species/library.py + combinat/tutorial.py
72a9b1c4f8 Trac #30011: Remove sage_setup/fpickle_setup.py
a212503167 Trac #30001: Update sphinx to 3.1
ed0fbf7078 Trac #2: sage.rings.polynomial.evaluation: Split into 
..._flint and ..._ntl
3117f5ac83 Trac #29958: Too many strong articulation points
a0d17af002 Trac #29942: More efficient rank and unrank for Permutations_mset
613162ede1 Trac #29923: Deprecate deprecated sage-cython script harder, 
remove use of it in the main sage script
16c2328fb8 Trac #29905: test basic properties of polyhedra
04219c9cd4 Trac #29898: vertex facet graph for trivial polyhedra fails
66a033851d Trac #29843: Set up linear transformation with precomputed data 
if injective
2429e944e4 Trac #29841: Improve obtaining combinatorial polyhedron
24c9b49aa6 Trac #29837: Improvement for incidence matrix of polyhedra
51a5d8f960 Trac #29688: Finite numbers in the signed InfinityRing 
ironically don't have a sign
2fb40d2b21 Trac #27171: Move file src/bin/sage-maxima.lisp, used by sage at 
import time, to live inside the package
ed49c85844 Trac #21559: Install src/bin scripts by sagelib's setup.py, not 
make
cc19847f77 Trac #29111: src/bin/sage: Delegate handling of options of 
sage-the-distribution, specifying a subset that is supported by sagelib 
proper
16e77bf806 Trac #4039: choose one name for  partial fraction decompositions
9dec446d9e Trac #29422: DiFUB  algorithm for diameter of real (unweighed) 
directed graphs
92a2618778 Trac #29280: expression parser should support unicode
eca054baeb Trac #29278: Callable symbolic expressions should be allowed to 
have unicode identifiers
1948ce39e4 Trac #27934: Implement efficient all eccentricity computation 
for undirected graphs
86f0ff5977 Trac #27874: Trace monoid support
a6d25fb8a5 Trac #30082: Make ./bootstrap less sensitive to stray files in 
build/pkgs (affects patchbot operation)
d1b661de65 Trac #30064: Fix tox-docker builds broken by #29884
249771280c Trac #22191: update ECL to 20.4.24
02b0be1ff8 (tag: 9.2.beta4) Updated SageMath version to 9.2.beta4

-- 
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 email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/eae814be-9dea-4727-adc2-27046fc01d62n%40googlegroups.com.