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

2021-05-06 Thread Matthias Köppe
On Friday, April 30, 2021 at 4:13:29 PM UTC-7 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 
>
> c27d4d6803 (tag: 9.3.rc5, trac/develop) Updated SageMath version to 9.3.rc5
>

Thanks for preparing the new release candidate.

Following up on my previous summary of GH Actions runs for 9.3.rc2 in 
https://groups.google.com/g/sage-release/c/6WjKQt_e_B8/m/dpx1qILOCwAJ:

First time in a long time that the *cygwin-standard* build on GH Actions 
ran through. We have not done anything to fix 
https://trac.sagemath.org/ticket/31565 ("Build still non-portable despite 
SAGE_FAT_BINARY=yes because of numpy 
"), so this could either be a 
result of chance, or due to changes in Cygwin or changes to how GH Actions 
allocates machines. There are a number of doctest failures 
(https://github.com/sagemath/sage/runs/2485275132) that result from running 
the doctests without building the documentation first. Overall looking good.

The issue with *fedora-34* system NTL 
(https://trac.sagemath.org/ticket/31624), first reported for 9.3.beta8, has 
become critical now that Fedora 34 has been released. I would suggest that 
we make an emergency fix to the ntl spkg-configure.m4 so that it rejects 
system NTL if we reject system gcc.


 

-- 
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/3eab23af-dc10-40ea-b3e7-00e6d58892f5n%40googlegroups.com.


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

2021-05-05 Thread Emmanuel Charpentier


On another, long neglected, Debian testing machine, upgrading from 9.3.beta4 
to 9.3.rc5 failed spectacularly, with a long list of errors pointing to 
various systems failing to find the 20.4 version of eclib. Rebuilding from 
scratch gave the same results as the previous Debian machine, modulo the 
parigp timeout, which doesn’t happen on this desktop machine.

HTH,
​
Le dimanche 2 mai 2021 à 15:03:58 UTC+2, Emmanuel Charpentier a écrit :

> On Debian testing running on core i7 + 16 GB RAM (using gcc 10.2.1, FWIW) 
> upgrading 9.3.rc2 (configured to use all available system packages) to 
> 9.3.rc5 and running ptestlong results in one transient and two permanent 
> failures (identical to those already reported for previous betas) :
> File Results P/T 
> src/sage/tests/parigp.py Timed out T 
> src/sage/tests/gap_packages.py 1 doctest failed P 
> src/sage/groups/abelian_gps/abelian_group_gap.py 1 doctest failed P 
>
> HTH,
> ​
>
> Le samedi 1 mai 2021 à 01:13:29 UTC+2, Volker Braun a écrit :
>
>> 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 
>>
>> c27d4d6803 (tag: 9.3.rc5, trac/develop) Updated SageMath version to 
>> 9.3.rc5
>> b570ac37fd Trac #31640: 2d Bezier path does not plot in 3d
>> bc54836830 Trac #31646: clean BezierPath constructor
>> bd3334c774 Trac #30518: eigenvectors over QQbar are incorrectly conjugated
>> de9c3d51b3 Trac #31628: fix/improve conversions to QQbar and AA
>> 96c2708fce Trac #31641: Remove outdated MacPorts/fink ban
>> 64b0382bba Trac #31625: Memory leak for IntegralLattice
>> 068797f2a1 Trac #31620: Document installing sagemath kernel without 
>> copying documentation
>> d4650fc337 Trac #31612: Update setuptools_scm to 6.0.1
>> 69db9b24f3 Trac #31600: threejs does not handle transparency correctly
>> 5482111309 <(548)%20211-1309> Trac #31541: GH Actions: Update 32-bit 
>> platforms
>> 0e8c26ba6a Trac #29372: At the end of configure, show installation hints 
>> for non-enabled optional packages separately
>> a0672c621b Trac #31673: MR53: Unbreak sagelib's setup.py install
>> 80c2258835 Trac #31645: incorrect handling of constant term when creating 
>> power series
>> 889f3f9e16 Trac #31555: Update freetype to 2.10.4 - fixes a vulnerability
>> 6d8b561fec Trac #25034: Special case for gen_legendre_P with n == m gives 
>> incorrect results for x in (-1,1)
>> 990c9bc3b0 Trac #31679: Actually fix: "Do not use pynac's poly_mul_expand 
>> function until it has been debugged"
>> de32db6991 (tag: 9.3.rc4) Updated SageMath version to 9.3.rc4
>>
>>
>>

-- 
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/e0fbd53f-bab7-4b55-9755-774a68e020d0n%40googlegroups.com.


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

2021-05-02 Thread Emmanuel Charpentier


On Debian testing running on core i7 + 16 GB RAM (using gcc 10.2.1, FWIW) 
upgrading 9.3.rc2 (configured to use all available system packages) to 
9.3.rc5 and running ptestlong results in one transient and two permanent 
failures (identical to those already reported for previous betas) :
File Results P/T 
src/sage/tests/parigp.py Timed out T 
src/sage/tests/gap_packages.py 1 doctest failed P 
src/sage/groups/abelian_gps/abelian_group_gap.py 1 doctest failed P 

HTH,

Le samedi 1 mai 2021 à 01:13:29 UTC+2, Volker Braun a écrit :

> 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 
>
> c27d4d6803 (tag: 9.3.rc5, trac/develop) Updated SageMath version to 9.3.rc5
> b570ac37fd Trac #31640: 2d Bezier path does not plot in 3d
> bc54836830 Trac #31646: clean BezierPath constructor
> bd3334c774 Trac #30518: eigenvectors over QQbar are incorrectly conjugated
> de9c3d51b3 Trac #31628: fix/improve conversions to QQbar and AA
> 96c2708fce Trac #31641: Remove outdated MacPorts/fink ban
> 64b0382bba Trac #31625: Memory leak for IntegralLattice
> 068797f2a1 Trac #31620: Document installing sagemath kernel without 
> copying documentation
> d4650fc337 Trac #31612: Update setuptools_scm to 6.0.1
> 69db9b24f3 Trac #31600: threejs does not handle transparency correctly
> 5482111309 <(548)%20211-1309> Trac #31541: GH Actions: Update 32-bit 
> platforms
> 0e8c26ba6a Trac #29372: At the end of configure, show installation hints 
> for non-enabled optional packages separately
> a0672c621b Trac #31673: MR53: Unbreak sagelib's setup.py install
> 80c2258835 Trac #31645: incorrect handling of constant term when creating 
> power series
> 889f3f9e16 Trac #31555: Update freetype to 2.10.4 - fixes a vulnerability
> 6d8b561fec Trac #25034: Special case for gen_legendre_P with n == m gives 
> incorrect results for x in (-1,1)
> 990c9bc3b0 Trac #31679: Actually fix: "Do not use pynac's poly_mul_expand 
> function until it has been debugged"
> de32db6991 (tag: 9.3.rc4) Updated SageMath version to 9.3.rc4
>
>
>

-- 
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/4ed65b0b-5042-427e-b172-065fe408d636n%40googlegroups.com.


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

2021-05-01 Thread Matthias Köppe
On Saturday, May 1, 2021 at 11:57:38 AM UTC-7 Dima Pasechnik wrote:

>
> On Sat, 1 May 2021, 15:20 Enrique Artal,  wrote:
>
>> I have tried to compile it in Fedora 34, I know it is a very recent 
>> release and problems would be expected. The first one is that F34 uses 
>> gcc11 and it seems to be incompatible with sage, so when installing it uses 
>> gcc 9.2 package. [...]
>> ImportError: /usr/local/sage/local/lib/libstdc++.so.6: version 
>> `GLIBCXX_3.4.29' not found (required by /lib64/libvmaf.so.0)
>>
>
> this is a C++ incompatibility issue - if you insists on using gcc 9 you 
> might have to supply all the C++ libs needed by Sage rebuilt with gcc 9.
>
>>
>>
We should update the gcc spkg to use the latest 10.x gcc.
This is https://trac.sagemath.org/ticket/29703


 

-- 
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/8dfaddd9-d992-4e8c-b156-e42c9165f455n%40googlegroups.com.


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

2021-05-01 Thread Enrique Artal
I would prefer to use gcc 11, but forcing it with configure did not work. 

El sábado, 1 de mayo de 2021 a las 20:57:38 UTC+2, Dima Pasechnik escribió:

>
>
> On Sat, 1 May 2021, 15:20 Enrique Artal,  wrote:
>
>> I have tried to compile it in Fedora 34, I know it is a very recent 
>> release and problems would be expected. The first one is that F34 uses 
>> gcc11 and it seems to be incompatible with sage, so when installing it uses 
>> gcc 9.2 package. After some problems I decided to run `make distclean` for 
>> a fresh install. I ran into some problems but 
>>
>> `./configure --with-system-zeromq=no --with-system-eclib=no 
>> --with-system-flint=no --with-system-flintqs=no --with-system-ntl=no` 
>>
>> finished with apparent success (in fact I did not apply the whole order 
>> once, I ran each one separately to solve compiling issues). 
>>
>> The problem is that running sage I get a crash; I can attach the whole 
>> crash report but maybe the relevant line is:
>>
>> ImportError: /usr/local/sage/local/lib/libstdc++.so.6: version 
>> `GLIBCXX_3.4.29' not found (required by /lib64/libvmaf.so.0)
>>
>
>
> this is a C++ incompatibility issue - if you insists on using gcc 9 you 
> might have to supply all the C++ libs needed by Sage rebuilt with gcc 9.
>
> I'd rather try gcc 11 instead.
>
>
>> I got a similar message with libzmq and this was the reason to add  
>> --with-system-zeromq=no, but I do not guess what to do now.
>>
>> Thanks for the work, Enrique
>> El sábado, 1 de mayo de 2021 a las 1:13:29 UTC+2, Volker Braun escribió:
>>
>>> 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 
>>>
>>> c27d4d6803 (tag: 9.3.rc5, trac/develop) Updated SageMath version to 
>>> 9.3.rc5
>>> b570ac37fd Trac #31640: 2d Bezier path does not plot in 3d
>>> bc54836830 Trac #31646: clean BezierPath constructor
>>> bd3334c774 Trac #30518: eigenvectors over QQbar are incorrectly 
>>> conjugated
>>> de9c3d51b3 Trac #31628: fix/improve conversions to QQbar and AA
>>> 96c2708fce Trac #31641: Remove outdated MacPorts/fink ban
>>> 64b0382bba Trac #31625: Memory leak for IntegralLattice
>>> 068797f2a1 Trac #31620: Document installing sagemath kernel without 
>>> copying documentation
>>> d4650fc337 Trac #31612: Update setuptools_scm to 6.0.1
>>> 69db9b24f3 Trac #31600: threejs does not handle transparency correctly
>>> 5482111309 <(548)%20211-1309> Trac #31541: GH Actions: Update 32-bit 
>>> platforms
>>> 0e8c26ba6a Trac #29372: At the end of configure, show installation hints 
>>> for non-enabled optional packages separately
>>> a0672c621b Trac #31673: MR53: Unbreak sagelib's setup.py install
>>> 80c2258835 Trac #31645: incorrect handling of constant term when 
>>> creating power series
>>> 889f3f9e16 Trac #31555: Update freetype to 2.10.4 - fixes a vulnerability
>>> 6d8b561fec Trac #25034: Special case for gen_legendre_P with n == m 
>>> gives incorrect results for x in (-1,1)
>>> 990c9bc3b0 Trac #31679: Actually fix: "Do not use pynac's 
>>> poly_mul_expand function until it has been debugged"
>>> de32db6991 (tag: 9.3.rc4) Updated SageMath version to 9.3.rc4
>>>
>>>
>>> -- 
>> 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...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-release/ff9707cb-ee89-494c-9689-a3175c1d3f1en%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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/2a230f3e-b6c2-4ad1-8db8-cd309ed08bd2n%40googlegroups.com.


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

2021-05-01 Thread Dima Pasechnik
On Sat, 1 May 2021, 15:20 Enrique Artal,  wrote:

> I have tried to compile it in Fedora 34, I know it is a very recent
> release and problems would be expected. The first one is that F34 uses
> gcc11 and it seems to be incompatible with sage, so when installing it uses
> gcc 9.2 package. After some problems I decided to run `make distclean` for
> a fresh install. I ran into some problems but
>
> `./configure --with-system-zeromq=no --with-system-eclib=no
> --with-system-flint=no --with-system-flintqs=no --with-system-ntl=no`
>
> finished with apparent success (in fact I did not apply the whole order
> once, I ran each one separately to solve compiling issues).
>
> The problem is that running sage I get a crash; I can attach the whole
> crash report but maybe the relevant line is:
>
> ImportError: /usr/local/sage/local/lib/libstdc++.so.6: version
> `GLIBCXX_3.4.29' not found (required by /lib64/libvmaf.so.0)
>


this is a C++ incompatibility issue - if you insists on using gcc 9 you
might have to supply all the C++ libs needed by Sage rebuilt with gcc 9.

I'd rather try gcc 11 instead.


> I got a similar message with libzmq and this was the reason to add
> --with-system-zeromq=no, but I do not guess what to do now.
>
> Thanks for the work, Enrique
> El sábado, 1 de mayo de 2021 a las 1:13:29 UTC+2, Volker Braun escribió:
>
>> 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
>>
>> c27d4d6803 (tag: 9.3.rc5, trac/develop) Updated SageMath version to
>> 9.3.rc5
>> b570ac37fd Trac #31640: 2d Bezier path does not plot in 3d
>> bc54836830 Trac #31646: clean BezierPath constructor
>> bd3334c774 Trac #30518: eigenvectors over QQbar are incorrectly conjugated
>> de9c3d51b3 Trac #31628: fix/improve conversions to QQbar and AA
>> 96c2708fce Trac #31641: Remove outdated MacPorts/fink ban
>> 64b0382bba Trac #31625: Memory leak for IntegralLattice
>> 068797f2a1 Trac #31620: Document installing sagemath kernel without
>> copying documentation
>> d4650fc337 Trac #31612: Update setuptools_scm to 6.0.1
>> 69db9b24f3 Trac #31600: threejs does not handle transparency correctly
>> 5482111309 <(548)%20211-1309> Trac #31541: GH Actions: Update 32-bit
>> platforms
>> 0e8c26ba6a Trac #29372: At the end of configure, show installation hints
>> for non-enabled optional packages separately
>> a0672c621b Trac #31673: MR53: Unbreak sagelib's setup.py install
>> 80c2258835 Trac #31645: incorrect handling of constant term when creating
>> power series
>> 889f3f9e16 Trac #31555: Update freetype to 2.10.4 - fixes a vulnerability
>> 6d8b561fec Trac #25034: Special case for gen_legendre_P with n == m gives
>> incorrect results for x in (-1,1)
>> 990c9bc3b0 Trac #31679: Actually fix: "Do not use pynac's poly_mul_expand
>> function until it has been debugged"
>> de32db6991 (tag: 9.3.rc4) Updated SageMath version to 9.3.rc4
>>
>>
>> --
> 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/ff9707cb-ee89-494c-9689-a3175c1d3f1en%40googlegroups.com
> 
> .
>

-- 
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/CAAWYfq0h7kLWD2txDt_arYC%2B-jedBdcOkPChDLrpUx6C1aVboA%40mail.gmail.com.


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

2021-05-01 Thread Enrique Artal
After some extra trial make build after
./configure --with-system-zeromq=no --with-system-eclib=no 
--with-system-flint=no --with-system-flintqs=no --with-system-ntl=no 
--with-system-libgd=no --with-system-brial=no
works

El sábado, 1 de mayo de 2021 a las 16:20:01 UTC+2, Enrique Artal escribió:

> I have tried to compile it in Fedora 34, I know it is a very recent 
> release and problems would be expected. The first one is that F34 uses 
> gcc11 and it seems to be incompatible with sage, so when installing it uses 
> gcc 9.2 package. After some problems I decided to run `make distclean` for 
> a fresh install. I ran into some problems but 
>
> `./configure --with-system-zeromq=no --with-system-eclib=no 
> --with-system-flint=no --with-system-flintqs=no --with-system-ntl=no` 
>
> finished with apparent success (in fact I did not apply the whole order 
> once, I ran each one separately to solve compiling issues). 
>
> The problem is that running sage I get a crash; I can attach the whole 
> crash report but maybe the relevant line is:
>
> ImportError: /usr/local/sage/local/lib/libstdc++.so.6: version 
> `GLIBCXX_3.4.29' not found (required by /lib64/libvmaf.so.0)
>
> I got a similar message with libzmq and this was the reason to add  
> --with-system-zeromq=no, but I do not guess what to do now.
>
> Thanks for the work, Enrique
> El sábado, 1 de mayo de 2021 a las 1:13:29 UTC+2, Volker Braun escribió:
>
>> 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 
>>
>> c27d4d6803 (tag: 9.3.rc5, trac/develop) Updated SageMath version to 
>> 9.3.rc5
>> b570ac37fd Trac #31640: 2d Bezier path does not plot in 3d
>> bc54836830 Trac #31646: clean BezierPath constructor
>> bd3334c774 Trac #30518: eigenvectors over QQbar are incorrectly conjugated
>> de9c3d51b3 Trac #31628: fix/improve conversions to QQbar and AA
>> 96c2708fce Trac #31641: Remove outdated MacPorts/fink ban
>> 64b0382bba Trac #31625: Memory leak for IntegralLattice
>> 068797f2a1 Trac #31620: Document installing sagemath kernel without 
>> copying documentation
>> d4650fc337 Trac #31612: Update setuptools_scm to 6.0.1
>> 69db9b24f3 Trac #31600: threejs does not handle transparency correctly
>> 5482111309 <(548)%20211-1309> Trac #31541: GH Actions: Update 32-bit 
>> platforms
>> 0e8c26ba6a Trac #29372: At the end of configure, show installation hints 
>> for non-enabled optional packages separately
>> a0672c621b Trac #31673: MR53: Unbreak sagelib's setup.py install
>> 80c2258835 Trac #31645: incorrect handling of constant term when creating 
>> power series
>> 889f3f9e16 Trac #31555: Update freetype to 2.10.4 - fixes a vulnerability
>> 6d8b561fec Trac #25034: Special case for gen_legendre_P with n == m gives 
>> incorrect results for x in (-1,1)
>> 990c9bc3b0 Trac #31679: Actually fix: "Do not use pynac's poly_mul_expand 
>> function until it has been debugged"
>> de32db6991 (tag: 9.3.rc4) Updated SageMath version to 9.3.rc4
>>
>>
>>

-- 
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/eb83ac12-fae7-459a-8526-50a65e535d03n%40googlegroups.com.


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

2021-05-01 Thread Enrique Artal
I have tried to compile it in Fedora 34, I know it is a very recent release 
and problems would be expected. The first one is that F34 uses gcc11 and it 
seems to be incompatible with sage, so when installing it uses gcc 9.2 
package. After some problems I decided to run `make distclean` for a fresh 
install. I ran into some problems but 

`./configure --with-system-zeromq=no --with-system-eclib=no 
--with-system-flint=no --with-system-flintqs=no --with-system-ntl=no` 

finished with apparent success (in fact I did not apply the whole order 
once, I ran each one separately to solve compiling issues). 

The problem is that running sage I get a crash; I can attach the whole 
crash report but maybe the relevant line is:

ImportError: /usr/local/sage/local/lib/libstdc++.so.6: version 
`GLIBCXX_3.4.29' not found (required by /lib64/libvmaf.so.0)

I got a similar message with libzmq and this was the reason to add  
--with-system-zeromq=no, but I do not guess what to do now.

Thanks for the work, Enrique
El sábado, 1 de mayo de 2021 a las 1:13:29 UTC+2, Volker Braun escribió:

> 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 
>
> c27d4d6803 (tag: 9.3.rc5, trac/develop) Updated SageMath version to 9.3.rc5
> b570ac37fd Trac #31640: 2d Bezier path does not plot in 3d
> bc54836830 Trac #31646: clean BezierPath constructor
> bd3334c774 Trac #30518: eigenvectors over QQbar are incorrectly conjugated
> de9c3d51b3 Trac #31628: fix/improve conversions to QQbar and AA
> 96c2708fce Trac #31641: Remove outdated MacPorts/fink ban
> 64b0382bba Trac #31625: Memory leak for IntegralLattice
> 068797f2a1 Trac #31620: Document installing sagemath kernel without 
> copying documentation
> d4650fc337 Trac #31612: Update setuptools_scm to 6.0.1
> 69db9b24f3 Trac #31600: threejs does not handle transparency correctly
> 5482111309 <(548)%20211-1309> Trac #31541: GH Actions: Update 32-bit 
> platforms
> 0e8c26ba6a Trac #29372: At the end of configure, show installation hints 
> for non-enabled optional packages separately
> a0672c621b Trac #31673: MR53: Unbreak sagelib's setup.py install
> 80c2258835 Trac #31645: incorrect handling of constant term when creating 
> power series
> 889f3f9e16 Trac #31555: Update freetype to 2.10.4 - fixes a vulnerability
> 6d8b561fec Trac #25034: Special case for gen_legendre_P with n == m gives 
> incorrect results for x in (-1,1)
> 990c9bc3b0 Trac #31679: Actually fix: "Do not use pynac's poly_mul_expand 
> function until it has been debugged"
> de32db6991 (tag: 9.3.rc4) Updated SageMath version to 9.3.rc4
>
>
>

-- 
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/ff9707cb-ee89-494c-9689-a3175c1d3f1en%40googlegroups.com.