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

2023-06-04 Thread G. M.-S.
This is on Apple Silicon Macs ("M" series) with Homebrew up to date, on
macOS 11.7.7 (Xcode 13.2.1), macOS 12.6.6 (Xcode 14.2) and macOS 13.4
(Xcode 14.3.1).

After make and make pytest (which succeed) make ptestlong gives the
following.

On macOS 11.7.7, macOS 12.6.6, macOS 13.4:

sage -t --long --warn-long … --random-seed=…
src/sage/modular/modform_hecketriangle/abstract_space.py  # 3 doctests
failed
sage -t --long --warn-long … --random-seed=…
src/sage/modular/modform_hecketriangle/readme.py  # 1 doctest failed
sage -t --long --warn-long … --random-seed=…
src/sage/modular/modform_hecketriangle/space.py  # 2 doctests failed
(see https://github.com/sagemath/sage/issues/35273)

sage -t --long --warn-long 26.5
--random-seed=164104516405977008420373837524113607070
src/sage/quadratic_forms/binary_qf.py  # 1 doctest failed
(see https://github.com/sagemath/sage/issues/35292 and
https://github.com/sagemath/sage/pull/35262)

sage -t --long --warn-long 29.5 --random-seed=…
src/sage/structure/coerce_actions.pyx  # 3 doctests failed

Additionally, on macOS 11.7.7:
sage -t --long --warn-long … --random-seed=…
src/sage/matrix/matrix_gf2e_dense.pyx  # 1 doctest failed
(see https://github.com/sagemath/sage/issues/33212)

Additionaly, on macOS 13.4:
sage -t --long --warn-long 30.6 --random-seed=…
src/sage/libs/giac/__init__.py  # Killed due to kill signal
(see https://github.com/sagemath/sage/issues/35646)

Guillermo

On Sun, 4 Jun 2023 at 01:30, 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
>
> 2f426a11f4c (github/develop, tag: 10.1.beta2) Updated SageMath version to
> 10.1.beta2
> 17aa7f7ea5b gh-35705: tox.ini / GH Actions: Remove gentoo-python3.9
> e9415d4a8f1 gh-35701: GAP: fix definition of 'Int'
> bc6d3bd9ed3 gh-35700: Fix corner case of ordered set partitions iteration
> 752fe75b5af gh-35697: cylint: remove imports in misc/
> e83e419efef gh-35695: Fix incorrect linear branch number for
> non-invertible SBox
> 9c42d97d27b gh-35694: Correct spelling in permgroup_named: Diyclic =>
> Dicyclic
> e99b5d958f7 gh-35689: cylint: remove unused imports in folders [s-z]*
> cd18a67fb09 gh-35688: cython-lint : removed many unused imports in rings/
> 78e06c78708 gh-35687: some fixes for pycodestyle E275
> 16a6651a4a2 gh-35686: fixing a lot of pycostyle warnings in calculus folder
> a8c3d77b251 gh-35685: unify input of matrices and vectors
> a7af729d997 gh-35683: deprecation warning for #34880
> 15f8a33811d gh-35680: register magic modes for lazy imported interfaces
> 6be80825d62 gh-35678: Fix building the Singular docstring dict when
> Singular info is built with recent texinfo
> eca1c9e7ac4 gh-35677: Some pep8 in elliptic curves
> e9501296738 gh-35675: cylint: remove unused imports in matrix folder
> 6d48a7804ad gh-35674: cylint: remove unused imports in graphs, groups,
> interacts
> 61fff8f81b6 gh-35673: cylint: remove unused imports in pyx files in
> folders a*-geo*
> 919620e0650 gh-35672: cython-lint : removing unused imports in polynomials
> f3c965ffd50 gh-35665: Changing the knot theory PD-code convention
> f805d2498be gh-35662: Sympy 1.12 upgrade
> dac3933b140 gh-35660: CI Linux: Update platforms
> cacd9a89b5c gh-35658: Fix build with sphinx 7
> 5ce4ca2b37d gh-35657: cleanup and details in finite_word.py
> ec3b4ce6329 gh-35651: Installation guide: Document workaround for Jupyter
> server port clash on WSL
> d15771f8d5d gh-35650: Fix bug caused by cached representation in
> cohomology classes
> 6ed02366cfd gh-35648: Remove abuse of predefined x in doctests
> d89ea60a7f6 gh-35644: make EllipticCurve.lift_x() deterministic
> 1f83fc3a4cd gh-35590: Implementing the Casimir elements of a finite
> dimensional Lie algebra
> 6e95ea3ae29 gh-35562: Clear up left right confusion in
> `ore_polynomial_element.pyx`
> 22999ffe0c2 gh-35554: Laurent polynomial/series modularization fixes
> de29e70d8d4 gh-35544: Add "informational: true" to  .codecov.yml
> dc72b7f1531 gh-35483: adding support for subschemes in _is_preperiodic
> 731bf482838 gh-35245: GenericGraph.adjacency_matrix: using sort=True when
> getting vertices
> 23d580e0e53 gh-35172: New workflow for synchronization of labels
> 43d4f83b9e7 gh-34965: sparse strategies for composite elliptic-curve
> isogenies
> 3202f6515c9 (tag: 10.1.beta1) Updated SageMath version to 10.1.beta1
>

-- 
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/CANnG18_4KDdNNQb7CqA-cY4JBC4g06RoN3mHLw95VP1ynOkiYQ%40mail.gmail.com.


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

2023-06-04 Thread Matthias Köppe
Making pytest a standard package 
is https://github.com/sagemath/sage/issues/31110

On Sunday, June 4, 2023 at 1:21:19 AM UTC-7 tdumont wrote:

> When upgrading from 10.0 to 10.1 (Debian testing, up to date):
>
> * compilation ok.
> * make ptestlong, I got :
> pytest is not installed in the venv, skip checking tests that rely on it
>
> So, doing : sage -pip install pytest
> solves the problem, but why not include pytest in the source or in the 
> required packages?
>
> Yours,
> t.d.
> Le 04/06/2023 à 01:30, 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
> > 
> > 2f426a11f4c (github/develop, tag: 10.1.beta2) Updated SageMath version 
> > to 10.1.beta2
> > 17aa7f7ea5b gh-35705: tox.ini / GH Actions: Remove gentoo-python3.9
> > e9415d4a8f1 gh-35701: GAP: fix definition of 'Int'
> > bc6d3bd9ed3 gh-35700: Fix corner case of ordered set partitions iteration
> > 752fe75b5af gh-35697: cylint: remove imports in misc/
> > e83e419efef gh-35695: Fix incorrect linear branch number for 
> > non-invertible SBox
> > 9c42d97d27b gh-35694: Correct spelling in permgroup_named: Diyclic => 
> > Dicyclic
> > e99b5d958f7 gh-35689: cylint: remove unused imports in folders [s-z]*
> > cd18a67fb09 gh-35688: cython-lint : removed many unused imports in rings/
> > 78e06c78708 gh-35687: some fixes for pycodestyle E275
> > 16a6651a4a2 gh-35686: fixing a lot of pycostyle warnings in calculus 
> folder
> > a8c3d77b251 gh-35685: unify input of matrices and vectors
> > a7af729d997 gh-35683: deprecation warning for #34880
> > 15f8a33811d gh-35680: register magic modes for lazy imported interfaces
> > 6be80825d62 gh-35678: Fix building the Singular docstring dict when 
> > Singular info is built with recent texinfo
> > eca1c9e7ac4 gh-35677: Some pep8 in elliptic curves
> > e9501296738 gh-35675: cylint: remove unused imports in matrix folder
> > 6d48a7804ad gh-35674: cylint: remove unused imports in graphs, groups, 
> > interacts
> > 61fff8f81b6 gh-35673: cylint: remove unused imports in pyx files in 
> > folders a*-geo*
> > 919620e0650 gh-35672: cython-lint : removing unused imports in 
> polynomials
> > f3c965ffd50 gh-35665: Changing the knot theory PD-code convention
> > f805d2498be gh-35662: Sympy 1.12 upgrade
> > dac3933b140 gh-35660: CI Linux: Update platforms
> > cacd9a89b5c gh-35658: Fix build with sphinx 7
> > 5ce4ca2b37d gh-35657: cleanup and details in finite_word.py
> > ec3b4ce6329 gh-35651: Installation guide: Document workaround for 
> > Jupyter server port clash on WSL
> > d15771f8d5d gh-35650: Fix bug caused by cached representation in 
> > cohomology classes
> > 6ed02366cfd gh-35648: Remove abuse of predefined x in doctests
> > d89ea60a7f6 gh-35644: make EllipticCurve.lift_x() deterministic
> > 1f83fc3a4cd gh-35590: Implementing the Casimir elements of a finite 
> > dimensional Lie algebra
> > 6e95ea3ae29 gh-35562: Clear up left right confusion in 
> > `ore_polynomial_element.pyx`
> > 22999ffe0c2 gh-35554: Laurent polynomial/series modularization fixes
> > de29e70d8d4 gh-35544: Add "informational: true" to  .codecov.yml
> > dc72b7f1531 gh-35483: adding support for subschemes in _is_preperiodic
> > 731bf482838 gh-35245: GenericGraph.adjacency_matrix: using sort=True 
> > when getting vertices
> > 23d580e0e53 gh-35172: New workflow for synchronization of labels
> > 43d4f83b9e7 gh-34965: sparse strategies for composite elliptic-curve 
> > isogenies
> > 3202f6515c9 (tag: 10.1.beta1) Updated SageMath version to 10.1.beta1
> > 
> > -- 
> > 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/d972da61-5a2b-460e-b4ff-6fcd97ada10en%40googlegroups.com
>  
> <
> https://groups.google.com/d/msgid/sage-release/d972da61-5a2b-460e-b4ff-6fcd97ada10en%40googlegroups.com?utm_medium=email_source=footer
> >.
>

-- 
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/9d729865-e84b-4b6e-bd9a-ac4ee29ff071n%40googlegroups.com.


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

2023-06-04 Thread 'axio...@yahoo.de' via sage-release
Thank you so much!

(reason is a FPSAC 23 software demo, which contains a link to the doc)

Best wishes,

Martin

On Sunday, 4 June 2023 at 12:47:45 UTC+2 harald@gmail.com wrote:

> On Sun, Jun 4, 2023 at 9:35 AM 'axio...@yahoo.de' via sage-release <
> sage-r...@googlegroups.com> wrote:
>
>> Would it be possible to update the documentation on sagemath.org? It 
>> seems that it is still 9.8.
>>
>>
>
> Yes, it's not only possible, but actually has been done: 
> https://doc.sagemath.org/html/en/index.html
>
> Thx for pinging me, Dima.
>
> -- Harald
>

-- 
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/2c165bf9-d3f7-495c-92d7-a19dc5482cf2n%40googlegroups.com.


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

2023-06-04 Thread Thierry Dumont

When upgrading from 10.0 to 10.1 (Debian testing, up to date):

* compilation ok.
* make ptestlong, I got :
pytest is not installed in the venv, skip checking tests that rely on it

So, doing : sage -pip install pytest
solves the problem, but why not include pytest in the source or in the 
required packages?


Yours,
t.d.
Le 04/06/2023 à 01:30, 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


2f426a11f4c (github/develop, tag: 10.1.beta2) Updated SageMath version 
to 10.1.beta2

17aa7f7ea5b gh-35705: tox.ini / GH Actions: Remove gentoo-python3.9
e9415d4a8f1 gh-35701: GAP: fix definition of 'Int'
bc6d3bd9ed3 gh-35700: Fix corner case of ordered set partitions iteration
752fe75b5af gh-35697: cylint: remove imports in misc/
e83e419efef gh-35695: Fix incorrect linear branch number for 
non-invertible SBox
9c42d97d27b gh-35694: Correct spelling in permgroup_named: Diyclic => 
Dicyclic

e99b5d958f7 gh-35689: cylint: remove unused imports in folders [s-z]*
cd18a67fb09 gh-35688: cython-lint : removed many unused imports in rings/
78e06c78708 gh-35687: some fixes for pycodestyle E275
16a6651a4a2 gh-35686: fixing a lot of pycostyle warnings in calculus folder
a8c3d77b251 gh-35685: unify input of matrices and vectors
a7af729d997 gh-35683: deprecation warning for #34880
15f8a33811d gh-35680: register magic modes for lazy imported interfaces
6be80825d62 gh-35678: Fix building the Singular docstring dict when 
Singular info is built with recent texinfo

eca1c9e7ac4 gh-35677: Some pep8 in elliptic curves
e9501296738 gh-35675: cylint: remove unused imports in matrix folder
6d48a7804ad gh-35674: cylint: remove unused imports in graphs, groups, 
interacts
61fff8f81b6 gh-35673: cylint: remove unused imports in pyx files in 
folders a*-geo*

919620e0650 gh-35672: cython-lint : removing unused imports in polynomials
f3c965ffd50 gh-35665: Changing the knot theory PD-code convention
f805d2498be gh-35662: Sympy 1.12 upgrade
dac3933b140 gh-35660: CI Linux: Update platforms
cacd9a89b5c gh-35658: Fix build with sphinx 7
5ce4ca2b37d gh-35657: cleanup and details in finite_word.py
ec3b4ce6329 gh-35651: Installation guide: Document workaround for 
Jupyter server port clash on WSL
d15771f8d5d gh-35650: Fix bug caused by cached representation in 
cohomology classes

6ed02366cfd gh-35648: Remove abuse of predefined x in doctests
d89ea60a7f6 gh-35644: make EllipticCurve.lift_x() deterministic
1f83fc3a4cd gh-35590: Implementing the Casimir elements of a finite 
dimensional Lie algebra
6e95ea3ae29 gh-35562: Clear up left right confusion in 
`ore_polynomial_element.pyx`

22999ffe0c2 gh-35554: Laurent polynomial/series modularization fixes
de29e70d8d4 gh-35544: Add "informational: true" to  .codecov.yml
dc72b7f1531 gh-35483: adding support for subschemes in _is_preperiodic
731bf482838 gh-35245: GenericGraph.adjacency_matrix: using sort=True 
when getting vertices

23d580e0e53 gh-35172: New workflow for synchronization of labels
43d4f83b9e7 gh-34965: sparse strategies for composite elliptic-curve 
isogenies

3202f6515c9 (tag: 10.1.beta1) Updated SageMath version to 10.1.beta1

--
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/d972da61-5a2b-460e-b4ff-6fcd97ada10en%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/e3b0c18c-0d31-8b84-59e6-dfd73df22178%40math.univ-lyon1.fr.


[sage-release] Re: Sage 10.0 released

2023-06-04 Thread 'axio...@yahoo.de' via sage-release
Would it be possible to update the documentation on sagemath.org? It seems 
that it is still 9.8.

On Monday, 22 May 2023 at 15:24:44 UTC+2 emanuel.c...@gmail.com wrote:

> Wups ! Incorrect link to the Jupyter kernel problem. See rather here 
> 
> …
>
> Sorry for the noise…
> ​
> Le lundi 22 mai 2023 à 15:19:49 UTC+2, Emmanuel Charpentier a écrit :
>
>> On a slightly larger machine (core i7 + 16 GB RAM, Debian testing) with 
>> more optional packages installed, I get :
>>
>>- Two transient failures (timeouts) : 
>>
>> sage -t --long --warn-long 220.0 
>> --random-seed=70054243461324019656106910472128436065 
>> src/sage/rings/tests.py # Timed out sage -t --long --warn-long 220.0 
>> --random-seed=70054243461324019656106910472128436065 
>> src/sage/interfaces/maxima.py # Timed out 
>>
>>- and three permanent failures, two of them having been already 
>>reported a couple of times (or more…) : 
>>
>> sage -t --long --warn-long 220.0 
>> --random-seed=70054243461324019656106910472128436065 
>> src/sage/coding/linear_code.py # 2 doctests failed sage -t --long 
>> --warn-long 220.0 --random-seed=70054243461324019656106910472128436065 
>> src/sage/coding/code_constructions.py # 1 doctest failed 
>>
>>- the third one is new : 
>>
>> sage -t --long --warn-long 220.0 
>> --random-seed=70054243461324019656106910472128436065 
>> src/sage/repl/ipython_kernel/kernel.py # 1 doctest failed 
>>
>> but I have already met it 
>>  and it seems 
>> unrelated to Sage *itself*.
>>
>> HTH, 
>> ​
>> Le lundi 22 mai 2023 à 11:38:32 UTC+2, Emmanuel Charpentier a écrit :
>>
>>> FWIW, on Debian testing running on core i5 + 8 GB RAM, upgrading 
>>> 10.0.rc2 to 10.0 passes ptestlong with no failures (transient nor 
>>> permanent).
>>>
>>> Yay !
>>>
>>> HTH,
>>>
>>> Le dimanche 21 mai 2023 à 01:10:07 UTC+2, Volker Braun a écrit :
>>>
 The "master" git branch has been updated to Sage-10.0. 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

 As you are undoubtedly aware, this version is the first since the 
 migration of the development process to github. A big thanks to everyone 
 who was involved, we couldn't have done it without you 

 6ba0eafc2ca (tag: 10.0, github/develop) Updated SageMath version to 10.0
 8476c469588 gh-35460: Update developer guide for workflows on github
 4ed2157cd2a gh-35638: build/pkgs/python3/spkg-configure.m4: Add 
 depcheck for zlib
 9de8c5b1b6c gh-35637: remark that WSL needs a lot of RAM
 f2f5863c08a (tag: 10.0.rc3) Updated SageMath version to 10.0.rc3

>>>

-- 
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/0ad09d51-4ae4-4431-a024-e47f470fd8b1n%40googlegroups.com.