Re: [sage-release] Sage 10.1.beta0 released

2023-05-27 Thread Kenji Iohara
On Mac OS 13.4 Intel Core i5, , with homebrew updated, it compiled from the 
first built and for make ptestlong, I had

--
sage -t --long --warn-long 227.1 
--random-seed=137852481551826196838278081478820577572 
src/sage/rings/polynomial/multi_polynomial_ideal.py  # Killed due to 
segmentation fault
sage -t --long --warn-long 227.1 
--random-seed=137852481551826196838278081478820577572 
src/sage/libs/giac/__init__.py  # Timed out
sage -t --long --warn-long 227.1 
--random-seed=137852481551826196838278081478820577572 
src/sage/modular/modform_hecketriangle/readme.py  # 1 doctest failed
sage -t --long --warn-long 227.1 
--random-seed=137852481551826196838278081478820577572 
src/sage/modular/modform_hecketriangle/abstract_space.py  # 3 doctests failed
sage -t --long --warn-long 227.1 
--random-seed=137852481551826196838278081478820577572 
src/sage/modular/modform_hecketriangle/space.py  # 2 doctests failed
--

K. 

> 25/05/2023 12:26、Emmanuel Charpentier のメール:
> 
> On Debian testing, upgrading 10.0 to 10.0.beta1 and running ptestlong gibes 
> the three permanent failures reported for 10.0 
>  :
> 
> sage -t --long --warn-long 196.8 
> --random-seed=74389171265200921011491634830844765513 
> src/sage/coding/linear_code.py  # 2 doctests failed
> sage -t --long --warn-long 196.8 
> --random-seed=74389171265200921011491634830844765513 
> src/sage/coding/code_constructions.py  # 1 doctest failed
> sage -t --long --warn-long 196.8 
> --random-seed=74389171265200921011491634830844765513 
> src/sage/repl/ipython_kernel/kernel.py  # 1 doctest failed
> I can confirm that the third one is indeed a local issue.
> 
> HTH,
> 
> Le mardi 23 mai 2023 à 00:59:04 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
>> 
>> 
>> 7404764fb27 (tag: 10.1.beta0, github/develop) Updated SageMath version to 
>> 10.1.beta0
>> 8455792fc70 gh-35573: some details in posets
>> f33652c70c1 gh-35570: 4ti2: Update to 1.6.10, fixes `egrep` issue, adds GCC 
>> 13 support
>> ac73a80e68a gh-35566: partial cython-lint in plot folder
>> 0772e476dca gh-35565: replace obsolescent egrep
>> 91be3396035 gh-35563: Make doc preview message from github bot one liner
>> 8a49d3b05be gh-35553: cython-lint cleaning in combinat/
>> 57bd5b8fa1e gh-35551: Enable access to some methods in 
>> sage/graphs/graph_decompositions
>> a919389af98 gh-35550: removing some unused imports in cython files
>> 941ff75d7d1 gh-35549: fixing some pycodestyle warnings E251
>> 6e3cc34d55a gh-35548: Fvector for fans
>> cab4a6fe520 gh-35540: For groups: generic centralizer, subgroup methods; 
>> improving center
>> 5a2cbb7775c gh-35536: src/sage_docbuild/conf.py: Do not fail if pplpy doc is 
>> not installed
>> 2a6d3eb7212 gh-35519: Make rank return an Integer object
>> e50524ac6bd gh-35516: some cython-linting in modular/ folder
>> 2c249964884 gh-35505: Deprecate `is_SymbolicVariable`, `is_SymbolicEquation`
>> 07bd42434be gh-35502: `sage.rings.factorint`: Modularization fixes
>> c3ed171b4ad gh-35484: Implement down-up algebras and their Verma modules
>> 349bb73c0cc gh-35477: `libgd`: Disable most image libraries, upgrade to 2.3.3
>> b02631d13b8 gh-35432: Some fixes for Specht modules and diagrams
>> 828ad227946 gh-35430: Adding bigraded Betti numbers functionality
>> b3781191714 gh-35422: sage.categories: Add `# optional` for modularization; 
>> reformat doctests
>> 2828993ab94 gh-35417: Remove tag fetching in docker workflow
>> 3bf5f0a25f7 gh-35387: The Fusion Ring of the Drinfeld Double of a Finite 
>> Group
>> b147e2964b6 gh-35371: `openblas`: Update to 0.3.23
>> e154beabd78 gh-35354: Add a few operations from linear symplectic geometry
>> fdf96683497 gh-35260: Implement the logarithm and the exponential of a 
>> Drinfeld module
>> 9de8e264001 gh-35208: Support tox 4.x for testing modularized distributions
>> 62dd325db17 gh-35145: add parallel algorithm to Graph chromatic_number
>> 8b24c201354 gh-35108: src/doc/en/developer/portability_testing.rst: Update 
>> after migration
>> d73d7d7560d gh-35009:  Add ability to generate graphs based on correlations 
>> of sequences #25933
>> 6ba0eafc2ca (tag: 10.0, github/master) Updated SageMath version to 10.0
> 
> 
> -- 
> 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/7de385b1-9952-4985-8112-222f78a80632n%40googlegroups.com
>  
> 

Re: [sage-release] Sage 10.1.beta0 released

2023-05-24 Thread Thierry Dumont

You are true... everything is ok, just running ./configure
Thanks !

t.d.

Le 23/05/2023 à 22:11, Matthias Köppe a écrit :

On Monday, May 22, 2023 at 11:39:09 PM UTC-7 tdumont wrote:


On debian testing (buster) no problem when updating from 10.0.

A question:
- since some months (?) I always configure "without system singular"
( ./configure --without-system-singular ), as singular in debian
testing
changed to a recent version.

* Is it always necessary ? (yes, I think...)


I'm not aware of a problem with system singular on debian.

On debian-buster, our configure script rejects system singular because 
of 
dependencies. https://github.com/sagemath/sage/actions/runs/5031589540/jobs/9024750374#step:11:2494


Likewise on 
debian-bullseye: https://github.com/sagemath/sage/actions/runs/5031589540/jobs/9024750402#step:11:2603


On debian-bookworm, the system package is 
accepted: https://github.com/sagemath/sage/actions/runs/5031589540/jobs/9024750423#step:11:2754
and all tests 
pass: https://github.com/sagemath/sage/actions/runs/5031589540/jobs/9026953445#step:11:11651


Likewise on debian-sid.

(These runs are for the 10.0 release.)

--
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/0c120c24-eae7-4613-b508-38b278a84575n%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/d1f1d385-f7a6-a9c9-6711-35643efba05a%40math.univ-lyon1.fr.


Re: [sage-release] Sage 10.1.beta0 released

2023-05-23 Thread Dima Pasechnik
On Tue, May 23, 2023 at 11:02 PM John H Palmieri  wrote:
>
> There was a problem with Singular, but that should have been fixed in #34851, 
> merged into 10.0.beta0 in February. 
> (https://github.com/sagemath/sage/issues/34851)

it's only Debian experimental that is on Singular 4.3.2, the previous
Debians are on 4.3.1
https://packages.debian.org/experimental/singular


>
> On Tuesday, May 23, 2023 at 1:11:50 PM UTC-7 matthia...@gmail.com wrote:
>>
>> On Monday, May 22, 2023 at 11:39:09 PM UTC-7 tdumont wrote:
>>
>>
>> On debian testing (buster) no problem when updating from 10.0.
>>
>> A question:
>> - since some months (?) I always configure "without system singular"
>> ( ./configure --without-system-singular ), as singular in debian testing
>> changed to a recent version.
>>
>> * Is it always necessary ? (yes, I think...)
>>
>>
>> I'm not aware of a problem with system singular on debian.
>>
>> On debian-buster, our configure script rejects system singular because of 
>> dependencies. 
>> https://github.com/sagemath/sage/actions/runs/5031589540/jobs/9024750374#step:11:2494
>>
>> Likewise on debian-bullseye: 
>> https://github.com/sagemath/sage/actions/runs/5031589540/jobs/9024750402#step:11:2603
>>
>> On debian-bookworm, the system package is accepted: 
>> https://github.com/sagemath/sage/actions/runs/5031589540/jobs/9024750423#step:11:2754
>> and all tests pass: 
>> https://github.com/sagemath/sage/actions/runs/5031589540/jobs/9026953445#step:11:11651
>>
>> Likewise on debian-sid.
>>
>> (These runs are for the 10.0 release.)
>>
>>
>
> --
> 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/fc6519f9-12ef-4989-b56b-e59bece1be99n%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/CAAWYfq3seUOsKP0F9oJVcvt1%3DYc2kDEbOJ1f68aO881_UrjTow%40mail.gmail.com.


Re: [sage-release] Sage 10.1.beta0 released

2023-05-23 Thread John H Palmieri
There was a problem with Singular, but that should have been fixed in 
#34851, merged into 10.0.beta0 in February. 
(https://github.com/sagemath/sage/issues/34851)

On Tuesday, May 23, 2023 at 1:11:50 PM UTC-7 matthia...@gmail.com wrote:

> On Monday, May 22, 2023 at 11:39:09 PM UTC-7 tdumont wrote:
>
>
> On debian testing (buster) no problem when updating from 10.0. 
>
> A question: 
> - since some months (?) I always configure "without system singular" 
> ( ./configure --without-system-singular ), as singular in debian testing 
> changed to a recent version. 
>
> * Is it always necessary ? (yes, I think...)
>
>
> I'm not aware of a problem with system singular on debian.
>
> On debian-buster, our configure script rejects system singular because of 
> dependencies. 
> https://github.com/sagemath/sage/actions/runs/5031589540/jobs/9024750374#step:11:2494
>
> Likewise on debian-bullseye: 
> https://github.com/sagemath/sage/actions/runs/5031589540/jobs/9024750402#step:11:2603
>
> On debian-bookworm, the system package is accepted: 
> https://github.com/sagemath/sage/actions/runs/5031589540/jobs/9024750423#step:11:2754
> and all tests pass: 
> https://github.com/sagemath/sage/actions/runs/5031589540/jobs/9026953445#step:11:11651
>
> Likewise on debian-sid.
>
> (These runs are for the 10.0 release.)
>
>  
>

-- 
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/fc6519f9-12ef-4989-b56b-e59bece1be99n%40googlegroups.com.


Re: [sage-release] Sage 10.1.beta0 released

2023-05-23 Thread Matthias Köppe
Same with debian-bookworm for 10.1.beta0 
(https://github.com/sagemath/sage/actions/runs/5051084836/jobs/9066916642#step:10:883)

On Tuesday, May 23, 2023 at 1:11:50 PM UTC-7 Matthias Köppe wrote:

> On Monday, May 22, 2023 at 11:39:09 PM UTC-7 tdumont wrote:
>
>
> On debian testing (buster) no problem when updating from 10.0. 
>
> A question: 
> - since some months (?) I always configure "without system singular" 
> ( ./configure --without-system-singular ), as singular in debian testing 
> changed to a recent version. 
>
> * Is it always necessary ? (yes, I think...)
>
>
> I'm not aware of a problem with system singular on debian.
>
> On debian-buster, our configure script rejects system singular because of 
> dependencies. 
> https://github.com/sagemath/sage/actions/runs/5031589540/jobs/9024750374#step:11:2494
>
> Likewise on debian-bullseye: 
> https://github.com/sagemath/sage/actions/runs/5031589540/jobs/9024750402#step:11:2603
>
> On debian-bookworm, the system package is accepted: 
> https://github.com/sagemath/sage/actions/runs/5031589540/jobs/9024750423#step:11:2754
> and all tests pass: 
> https://github.com/sagemath/sage/actions/runs/5031589540/jobs/9026953445#step:11:11651
>
> Likewise on debian-sid.
>
> (These runs are for the 10.0 release.)
>
>  
>

-- 
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/a4ceb8fc-b44d-4783-9127-fc35ffce44f3n%40googlegroups.com.


Re: [sage-release] Sage 10.1.beta0 released

2023-05-23 Thread Matthias Köppe
On Monday, May 22, 2023 at 11:39:09 PM UTC-7 tdumont wrote:


On debian testing (buster) no problem when updating from 10.0. 

A question: 
- since some months (?) I always configure "without system singular" 
( ./configure --without-system-singular ), as singular in debian testing 
changed to a recent version. 

* Is it always necessary ? (yes, I think...)


I'm not aware of a problem with system singular on debian.

On debian-buster, our configure script rejects system singular because of 
dependencies. 
https://github.com/sagemath/sage/actions/runs/5031589540/jobs/9024750374#step:11:2494

Likewise on 
debian-bullseye: 
https://github.com/sagemath/sage/actions/runs/5031589540/jobs/9024750402#step:11:2603

On debian-bookworm, the system package is 
accepted: 
https://github.com/sagemath/sage/actions/runs/5031589540/jobs/9024750423#step:11:2754
and all tests 
pass: 
https://github.com/sagemath/sage/actions/runs/5031589540/jobs/9026953445#step:11:11651

Likewise on debian-sid.

(These runs are for the 10.0 release.)

 

-- 
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/0c120c24-eae7-4613-b508-38b278a84575n%40googlegroups.com.


Re: [sage-release] Sage 10.1.beta0 released

2023-05-23 Thread Dima Pasechnik
On Tue, May 23, 2023 at 7:39 AM Thierry Dumont
 wrote:
>
>
> On debian testing (buster) no problem when updating from 10.0.
>
> A question:
> - since some months (?) I always configure "without system singular"
> ( ./configure --without-system-singular ), as singular in debian testing
> changed to a recent version.
>
> * Is it always necessary ? (yes, I think...)
>
> * If yes: Debian testing (bookworm) is about to turn "stable" (June, 10
> ?). So this problem will turn into a more important one. Is there any
> project to interface sage with singular recent release ?

I've opened https://github.com/sagemath/sage/issues/35676
to address this.


>
>
> Yours,
> t.d.
>
>
> Le 23/05/2023 à 00:59, 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
> >
> >
> > 7404764fb27 (tag: 10.1.beta0, github/develop) Updated SageMath version
> > to 10.1.beta0
> > 8455792fc70 gh-35573: some details in posets
> > f33652c70c1 gh-35570: 4ti2: Update to 1.6.10, fixes `egrep` issue, adds
> > GCC 13 support
> > ac73a80e68a gh-35566: partial cython-lint in plot folder
> > 0772e476dca gh-35565: replace obsolescent egrep
> > 91be3396035 gh-35563: Make doc preview message from github bot one liner
> > 8a49d3b05be gh-35553: cython-lint cleaning in combinat/
> > 57bd5b8fa1e gh-35551: Enable access to some methods in
> > sage/graphs/graph_decompositions
> > a919389af98 gh-35550: removing some unused imports in cython files
> > 941ff75d7d1 gh-35549: fixing some pycodestyle warnings E251
> > 6e3cc34d55a gh-35548: Fvector for fans
> > cab4a6fe520 gh-35540: For groups: generic centralizer, subgroup methods;
> > improving center
> > 5a2cbb7775c gh-35536: src/sage_docbuild/conf.py: Do not fail if pplpy
> > doc is not installed
> > 2a6d3eb7212 gh-35519: Make rank return an Integer object
> > e50524ac6bd gh-35516: some cython-linting in modular/ folder
> > 2c249964884 gh-35505: Deprecate `is_SymbolicVariable`, `is_SymbolicEquation`
> > 07bd42434be gh-35502: `sage.rings.factorint`: Modularization fixes
> > c3ed171b4ad gh-35484: Implement down-up algebras and their Verma modules
> > 349bb73c0cc gh-35477: `libgd`: Disable most image libraries, upgrade to
> > 2.3.3
> > b02631d13b8 gh-35432: Some fixes for Specht modules and diagrams
> > 828ad227946 gh-35430: Adding bigraded Betti numbers functionality
> > b3781191714 gh-35422: sage.categories: Add `# optional` for
> > modularization; reformat doctests
> > 2828993ab94 gh-35417: Remove tag fetching in docker workflow
> > 3bf5f0a25f7 gh-35387: The Fusion Ring of the Drinfeld Double of a Finite
> > Group
> > b147e2964b6 gh-35371: `openblas`: Update to 0.3.23
> > e154beabd78 gh-35354: Add a few operations from linear symplectic geometry
> > fdf96683497 gh-35260: Implement the logarithm and the exponential of a
> > Drinfeld module
> > 9de8e264001 gh-35208: Support tox 4.x for testing modularized distributions
> > 62dd325db17 gh-35145: add parallel algorithm to Graph chromatic_number
> > 8b24c201354 gh-35108: src/doc/en/developer/portability_testing.rst:
> > Update after migration
> > d73d7d7560d gh-35009:  Add ability to generate graphs based on
> > correlations of sequences #25933
> > 6ba0eafc2ca (tag: 10.0, github/master) Updated SageMath version to 10.0
> >
> > --
> > 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/6cbc6fee-823d-4e2b-8ee7-f96381b7f48en%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/11b8e793-7edc-edd0-567b-9504295a690f%40math.univ-lyon1.fr.

-- 
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/CAAWYfq0wRwSFB-OFv0Zysj5SiJKt%2BPEEpDKAdXxxCv12gSoQ%3DQ%40mail.gmail.com.


Re: [sage-release] Sage 10.1.beta0 released

2023-05-23 Thread Thierry Dumont



On debian testing (buster) no problem when updating from 10.0.

A question:
- since some months (?) I always configure "without system singular"
( ./configure --without-system-singular ), as singular in debian testing 
changed to a recent version.


* Is it always necessary ? (yes, I think...)

* If yes: Debian testing (bookworm) is about to turn "stable" (June, 10 
?). So this problem will turn into a more important one. Is there any 
project to interface sage with singular recent release ?



Yours,
t.d.


Le 23/05/2023 à 00:59, 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



7404764fb27 (tag: 10.1.beta0, github/develop) Updated SageMath version 
to 10.1.beta0

8455792fc70 gh-35573: some details in posets
f33652c70c1 gh-35570: 4ti2: Update to 1.6.10, fixes `egrep` issue, adds 
GCC 13 support

ac73a80e68a gh-35566: partial cython-lint in plot folder
0772e476dca gh-35565: replace obsolescent egrep
91be3396035 gh-35563: Make doc preview message from github bot one liner
8a49d3b05be gh-35553: cython-lint cleaning in combinat/
57bd5b8fa1e gh-35551: Enable access to some methods in 
sage/graphs/graph_decompositions

a919389af98 gh-35550: removing some unused imports in cython files
941ff75d7d1 gh-35549: fixing some pycodestyle warnings E251
6e3cc34d55a gh-35548: Fvector for fans
cab4a6fe520 gh-35540: For groups: generic centralizer, subgroup methods; 
improving center
5a2cbb7775c gh-35536: src/sage_docbuild/conf.py: Do not fail if pplpy 
doc is not installed

2a6d3eb7212 gh-35519: Make rank return an Integer object
e50524ac6bd gh-35516: some cython-linting in modular/ folder
2c249964884 gh-35505: Deprecate `is_SymbolicVariable`, `is_SymbolicEquation`
07bd42434be gh-35502: `sage.rings.factorint`: Modularization fixes
c3ed171b4ad gh-35484: Implement down-up algebras and their Verma modules
349bb73c0cc gh-35477: `libgd`: Disable most image libraries, upgrade to 
2.3.3

b02631d13b8 gh-35432: Some fixes for Specht modules and diagrams
828ad227946 gh-35430: Adding bigraded Betti numbers functionality
b3781191714 gh-35422: sage.categories: Add `# optional` for 
modularization; reformat doctests

2828993ab94 gh-35417: Remove tag fetching in docker workflow
3bf5f0a25f7 gh-35387: The Fusion Ring of the Drinfeld Double of a Finite 
Group

b147e2964b6 gh-35371: `openblas`: Update to 0.3.23
e154beabd78 gh-35354: Add a few operations from linear symplectic geometry
fdf96683497 gh-35260: Implement the logarithm and the exponential of a 
Drinfeld module

9de8e264001 gh-35208: Support tox 4.x for testing modularized distributions
62dd325db17 gh-35145: add parallel algorithm to Graph chromatic_number
8b24c201354 gh-35108: src/doc/en/developer/portability_testing.rst: 
Update after migration
d73d7d7560d gh-35009:  Add ability to generate graphs based on 
correlations of sequences #25933

6ba0eafc2ca (tag: 10.0, github/master) Updated SageMath version to 10.0

--
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/6cbc6fee-823d-4e2b-8ee7-f96381b7f48en%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/11b8e793-7edc-edd0-567b-9504295a690f%40math.univ-lyon1.fr.