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

2023-12-15 Thread Matthias Köppe
Thanks for the report. editables was missing a dependency; this is fixed 
in https://github.com/sagemath/sage/pull/36885

On Friday, December 15, 2023 at 4:32:56 AM UTC-8 furutaka@gmail.com 
wrote:

> I tried to build this version on two Fedora-39 machines.
> The build completed w/o any problem on one machine, but failed on another 
> (at work) when building editables;
> after doing `./sage -pip install flit_core` in the build environment, the 
> build seemed to be continuing (I had to leave work before the build 
> finished).
> I'll attach the log.
>
> Kazuyoshi
>
> 2023年12月14日(木) 9:42 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
>>
>>
>> e2e0f8db21e (github/develop, tag: 10.3.beta2) Updated SageMath version to 
>> 10.3.beta2
>> 2395f7bb45f gh-36862: Fix one doctest for giac 1.9.0-73
>> c85cb61919a gh-36859: src/sage/libs/pari/convert_sage_matrix.pyx: Remove 
>> `sage_setup: distribution`
>> 69d5801de36 gh-36856: various details in modules folder (ruff, 
>> cython-lint, roles)
>> 3d9dc8d3daa gh-36855: some ruff details in modular (unicode)
>> c4bebb1988a gh-36854: various details in categories (ruff C4 and UP02)
>> dd54b42ad4e gh-36853: various details in algebras (ruff mostly)
>> 033d95a9500 gh-36852: `failing doctest on Apple M1`: corrected the test 
>> case by sorting the result
>> 49e6c9f99c4 gh-36851: various details in group (ruff and pycodestyle)
>> 1abf5c643ff gh-36846: Resolve nice tree decomp bug in #36843, and allow 
>> `label_nice_tree_decomposition` to return a digraph
>> f98a4c5176d gh-36837: update qepcad to B 1.74
>> 31541b6b79a gh-36828: README.md: Update section on macOS arm64
>> 4f34f9226af gh-36823: `ipython` 8.18 and related upgrades, remove 
>> `backcall`
>> f2be9758869 gh-36822: Fix linter failure in 10.3.beta0
>> 0121df0e205 gh-36818: Corrected the typo in documentation - Permutation 
>> Groups
>> c7443b1a9cd gh-36815: Add badges to README.md
>> 2ec492a4c57 gh-36812: made changes to the documentaiton of developer in 
>> python3 print
>> 27a07dad385 gh-36802: Python toolchain as wheel packages
>> 990525bcbe7 gh-36799: Create index-pdf.html in html build
>> 1c19a98dbc0 gh-36794: `sage --package create --pypi`: Create a wheel 
>> package by default if possible
>> 74122cc0704 gh-36785: `build/pkgs/cython`: Update to 3.0.6
>> 1bbdb3e8339 gh-36778: Remove Cygwin distro support
>> 5d6ca008b98 gh-36769: Do not fail when `java` is available but `jmol` is 
>> not.
>> eba2cf9f708 gh-36767: Reduce execution time of conda workflow
>> dfdd7da660b gh-36765: Update to new conway-polynomials python package
>> 2ab6da5e95c gh-36764: Improve performance of __getitem__ of 
>> CFiniteSequence
>> 3d335fa4e73 gh-36758: Details in interfaces
>> 71bcb097360 gh-36756: Improve headers of the number field section in toc
>> a1642b17162 gh-36754: Relativize more header imports
>> 35d8f8ca475 gh-36752: `numpy` 1.26.2, `scipy` 1.11.4
>> 11c575f gh-36749: Choice of the name of primitive elements for 
>> subfields of QQbar
>> 6cadd8410aa gh-36747: `build/bin/sage-spkg`: Add support for installing 
>> script packages
>> 07a5b275228 gh-36719: rectify docs around Tkinter
>> 77fbf9ac064 gh-36640: Use GNU make tokenpool protocol to manage 
>> parallelism of doctesting
>> 2fd122b767b gh-36439: CVXpy 1.4.1, SCS 3.2.3, osqp_python 0.6.3, CVXOPT 
>> 1.3.2, CyLP 0.92.2, add `clarabel` solver
>> ab24b1c3113 (tag: 10.3.beta1) Updated SageMath version to 10.3.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/7b05414c-bad6-4597-acb7-cf4d7b93375dn%40googlegroups.com
>>  
>> 
>> .
>>
>
>
> -- 
> Kazuyoshi Furutaka
>

-- 
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/0717948f-1055-4bdd-8e49-ace447f7ccb1n%40googlegroups.com.


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

2023-12-15 Thread Kazuyoshi Furutaka
I tried to build this version on two Fedora-39 machines.
The build completed w/o any problem on one machine, but failed on another
(at work) when building editables;
after doing `./sage -pip install flit_core` in the build environment, the
build seemed to be continuing (I had to leave work before the build
finished).
I'll attach the log.

Kazuyoshi

2023年12月14日(木) 9:42 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
>
>
> e2e0f8db21e (github/develop, tag: 10.3.beta2) Updated SageMath version to
> 10.3.beta2
> 2395f7bb45f gh-36862: Fix one doctest for giac 1.9.0-73
> c85cb61919a gh-36859: src/sage/libs/pari/convert_sage_matrix.pyx: Remove
> `sage_setup: distribution`
> 69d5801de36 gh-36856: various details in modules folder (ruff,
> cython-lint, roles)
> 3d9dc8d3daa gh-36855: some ruff details in modular (unicode)
> c4bebb1988a gh-36854: various details in categories (ruff C4 and UP02)
> dd54b42ad4e gh-36853: various details in algebras (ruff mostly)
> 033d95a9500 gh-36852: `failing doctest on Apple M1`: corrected the test
> case by sorting the result
> 49e6c9f99c4 gh-36851: various details in group (ruff and pycodestyle)
> 1abf5c643ff gh-36846: Resolve nice tree decomp bug in #36843, and allow
> `label_nice_tree_decomposition` to return a digraph
> f98a4c5176d gh-36837: update qepcad to B 1.74
> 31541b6b79a gh-36828: README.md: Update section on macOS arm64
> 4f34f9226af gh-36823: `ipython` 8.18 and related upgrades, remove
> `backcall`
> f2be9758869 gh-36822: Fix linter failure in 10.3.beta0
> 0121df0e205 gh-36818: Corrected the typo in documentation - Permutation
> Groups
> c7443b1a9cd gh-36815: Add badges to README.md
> 2ec492a4c57 gh-36812: made changes to the documentaiton of developer in
> python3 print
> 27a07dad385 gh-36802: Python toolchain as wheel packages
> 990525bcbe7 gh-36799: Create index-pdf.html in html build
> 1c19a98dbc0 gh-36794: `sage --package create --pypi`: Create a wheel
> package by default if possible
> 74122cc0704 gh-36785: `build/pkgs/cython`: Update to 3.0.6
> 1bbdb3e8339 gh-36778: Remove Cygwin distro support
> 5d6ca008b98 gh-36769: Do not fail when `java` is available but `jmol` is
> not.
> eba2cf9f708 gh-36767: Reduce execution time of conda workflow
> dfdd7da660b gh-36765: Update to new conway-polynomials python package
> 2ab6da5e95c gh-36764: Improve performance of __getitem__ of CFiniteSequence
> 3d335fa4e73 gh-36758: Details in interfaces
> 71bcb097360 gh-36756: Improve headers of the number field section in toc
> a1642b17162 gh-36754: Relativize more header imports
> 35d8f8ca475 gh-36752: `numpy` 1.26.2, `scipy` 1.11.4
> 11c575f gh-36749: Choice of the name of primitive elements for
> subfields of QQbar
> 6cadd8410aa gh-36747: `build/bin/sage-spkg`: Add support for installing
> script packages
> 07a5b275228 gh-36719: rectify docs around Tkinter
> 77fbf9ac064 gh-36640: Use GNU make tokenpool protocol to manage
> parallelism of doctesting
> 2fd122b767b gh-36439: CVXpy 1.4.1, SCS 3.2.3, osqp_python 0.6.3, CVXOPT
> 1.3.2, CyLP 0.92.2, add `clarabel` solver
> ab24b1c3113 (tag: 10.3.beta1) Updated SageMath version to 10.3.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/7b05414c-bad6-4597-acb7-cf4d7b93375dn%40googlegroups.com
> 
> .
>


-- 
Kazuyoshi Furutaka

-- 
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/CANjERvfOuafsxd8A0iB%3Dbz9xmT50mUMO41o422-qARvcBzzygg%40mail.gmail.com.
Using cached file /home/furutaka/work/sage/sage-10.3.beta2-gcc/upstream/editables-0.5.tar.gz
editables-0.5

Setting up build directory for editables-0.5
Finished extraction
No patch files found in ../patches

Host system:
Linux Furutaka-3.tokai-sc.jaea.go.jp 6.6.4-200.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Dec  3 18:13:11 UTC 2023 x86_64 GNU/Linux

C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/13/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-redhat-linux
Configured with: ../configure 

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

2023-12-14 Thread John H Palmieri
I'm using Venture 13.6.3 on one machine, Sonoma 14.2 on the other, plus a 
lot of homebrew packages.


On Thursday, December 14, 2023 at 1:05:44 PM UTC-8 david@gmail.com 
wrote:

> I don’t see these errors on Apple M1 with macOS 12.7.1.
>
> Le 14 déc. 2023 à 17:05, John H Palmieri  a écrit :
>
> On OS X (both Intel and Apple Silicon) I'm getting a lot of new failures, 
> many of the form "Killed due to alarm":
>
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/libs/flint/nmod_poly_linkage.pxi  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/data_structures/bounded_integer_sequences.pyx  # Killed due to 
> alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/libs/gap/element.pyx  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/interfaces/gap.py  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/geometry/integral_points.pxi  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/libs/libecm.pyx  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/coding/linear_code.py  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/rings/factorint_pari.pyx  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/rings/integer.pyx  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/rings/complex_arb.pyx  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/parallel/decorate.py  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/rings/polynomial/polynomial_element.pyx  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/rings/polynomial/polynomial_zmod_flint.pyx  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/sets/recursively_enumerated_set.pyx  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/structure/coerce_actions.pyx  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/matrix/matrix_integer_dense.pyx  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/schemes/elliptic_curves/descent_two_isogeny.pyx  # Killed due to 
> alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/doctest/forker.py  # 5 doctests failed
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/doctest/control.py  # 8 doctests failed
>
> Plus some doctests that have been failing for a while:
>
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/rings/polynomial/multi_polynomial_ideal.py  # Killed due to 
> segmentation fault
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/libs/giac/__init__.py  # Timed out
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/tests/books/computational-mathematics-with-sagemath/mpoly_doctest.py 
>  # 1 doctest failed
>
>
>
> On Wednesday, December 13, 2023 at 4:42:36 PM UTC-8 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
>>
>>
>> e2e0f8db21e (github/develop, tag: 10.3.beta2) Updated SageMath version to 
>> 10.3.beta2
>> 2395f7bb45f gh-36862: Fix one doctest for giac 1.9.0-73
>> c85cb61919a gh-36859: src/sage/libs/pari/convert_sage_matrix.pyx: Remove 
>> `sage_setup: distribution`
>> 69d5801de36 gh-36856: various details in modules folder (ruff, 
>> cython-lint, roles)
>> 3d9dc8d3daa gh-36855: some ruff details in modular (unicode)
>> c4bebb1988a gh-36854: various details in categories (ruff C4 and UP02)
>> dd54b42ad4e gh-36853: various details in algebras (ruff mostly)
>> 033d95a9500 gh-36852: `failing doctest on Apple M1`: corrected the test 
>> case by sorting the result
>> 49e6c9f99c4 gh-36851: various details in group (ruff and pycodestyle)
>> 1abf5c643ff gh-36846: Resolve nice tree decomp bug in #36843, and allow 
>> `label_nice_tree_decomposition` to return a digraph
>> f98a4c5176d gh-36837: update qepcad to B 1.74
>> 31541b6b79a gh-36828: README.md: Update section on macOS arm64
>> 4f34f9226af gh-36823: `ipython` 8.18 and related upgrades, remove 
>> `backcall`
>> f2be9758869 gh-36822: Fix linter failure in 10.3.beta0
>> 0121df0e205 gh-36818: Corrected the typo in documentation - Permutation 
>> Groups
>> c7443b1a9cd gh-36815: 

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

2023-12-14 Thread David Coudert
I don’t see these errors on Apple M1 with macOS 12.7.1.

> Le 14 déc. 2023 à 17:05, John H Palmieri  a écrit :
> 
> On OS X (both Intel and Apple Silicon) I'm getting a lot of new failures, 
> many of the form "Killed due to alarm":
> 
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/libs/flint/nmod_poly_linkage.pxi  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/data_structures/bounded_integer_sequences.pyx  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/libs/gap/element.pyx  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/interfaces/gap.py  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/geometry/integral_points.pxi  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/libs/libecm.pyx  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/coding/linear_code.py  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/rings/factorint_pari.pyx  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/rings/integer.pyx  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/rings/complex_arb.pyx  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/parallel/decorate.py  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/rings/polynomial/polynomial_element.pyx  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/rings/polynomial/polynomial_zmod_flint.pyx  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/sets/recursively_enumerated_set.pyx  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/structure/coerce_actions.pyx  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/matrix/matrix_integer_dense.pyx  # Killed due to alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/schemes/elliptic_curves/descent_two_isogeny.pyx  # Killed due to 
> alarm
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/doctest/forker.py  # 5 doctests failed
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/doctest/control.py  # 8 doctests failed
> 
> Plus some doctests that have been failing for a while:
> 
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/rings/polynomial/multi_polynomial_ideal.py  # Killed due to 
> segmentation fault
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/libs/giac/__init__.py  # Timed out
> sage -t --long --random-seed=144845266083009760424007645487960076680 
> src/sage/tests/books/computational-mathematics-with-sagemath/mpoly_doctest.py 
>  # 1 doctest failed
> 
> 
> 
> On Wednesday, December 13, 2023 at 4:42:36 PM UTC-8 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 
> 
> 
> 
> e2e0f8db21e (github/develop, tag: 10.3.beta2) Updated SageMath version to 
> 10.3.beta2
> 2395f7bb45f gh-36862: Fix one doctest for giac 1.9.0-73
> c85cb61919a gh-36859: src/sage/libs/pari/convert_sage_matrix.pyx: Remove 
> `sage_setup: distribution`
> 69d5801de36 gh-36856: various details in modules folder (ruff, cython-lint, 
> roles)
> 3d9dc8d3daa gh-36855: some ruff details in modular (unicode)
> c4bebb1988a gh-36854: various details in categories (ruff C4 and UP02)
> dd54b42ad4e gh-36853: various details in algebras (ruff mostly)
> 033d95a9500 gh-36852: `failing doctest on Apple M1`: corrected the test case 
> by sorting the result
> 49e6c9f99c4 gh-36851: various details in group (ruff and pycodestyle)
> 1abf5c643ff gh-36846: Resolve nice tree decomp bug in #36843, and allow 
> `label_nice_tree_decomposition` to return a digraph
> f98a4c5176d gh-36837: update qepcad to B 1.74
> 31541b6b79a gh-36828: README.md: Update section on macOS arm64
> 4f34f9226af gh-36823: `ipython` 8.18 and related upgrades, remove `backcall`
> f2be9758869 gh-36822: Fix linter failure in 10.3.beta0
> 0121df0e205 gh-36818: Corrected the typo in documentation - Permutation Groups
> c7443b1a9cd gh-36815: Add badges to README.md
> 2ec492a4c57 gh-36812: made changes to the documentaiton of developer in 
> python3 print
> 27a07dad385 gh-36802: Python toolchain as wheel 

[sage-release] Sage 10.3.beta2 released

2023-12-13 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


e2e0f8db21e (github/develop, tag: 10.3.beta2) Updated SageMath version to 
10.3.beta2
2395f7bb45f gh-36862: Fix one doctest for giac 1.9.0-73
c85cb61919a gh-36859: src/sage/libs/pari/convert_sage_matrix.pyx: Remove 
`sage_setup: distribution`
69d5801de36 gh-36856: various details in modules folder (ruff, cython-lint, 
roles)
3d9dc8d3daa gh-36855: some ruff details in modular (unicode)
c4bebb1988a gh-36854: various details in categories (ruff C4 and UP02)
dd54b42ad4e gh-36853: various details in algebras (ruff mostly)
033d95a9500 gh-36852: `failing doctest on Apple M1`: corrected the test 
case by sorting the result
49e6c9f99c4 gh-36851: various details in group (ruff and pycodestyle)
1abf5c643ff gh-36846: Resolve nice tree decomp bug in #36843, and allow 
`label_nice_tree_decomposition` to return a digraph
f98a4c5176d gh-36837: update qepcad to B 1.74
31541b6b79a gh-36828: README.md: Update section on macOS arm64
4f34f9226af gh-36823: `ipython` 8.18 and related upgrades, remove `backcall`
f2be9758869 gh-36822: Fix linter failure in 10.3.beta0
0121df0e205 gh-36818: Corrected the typo in documentation - Permutation 
Groups
c7443b1a9cd gh-36815: Add badges to README.md
2ec492a4c57 gh-36812: made changes to the documentaiton of developer in 
python3 print
27a07dad385 gh-36802: Python toolchain as wheel packages
990525bcbe7 gh-36799: Create index-pdf.html in html build
1c19a98dbc0 gh-36794: `sage --package create --pypi`: Create a wheel 
package by default if possible
74122cc0704 gh-36785: `build/pkgs/cython`: Update to 3.0.6
1bbdb3e8339 gh-36778: Remove Cygwin distro support
5d6ca008b98 gh-36769: Do not fail when `java` is available but `jmol` is 
not.
eba2cf9f708 gh-36767: Reduce execution time of conda workflow
dfdd7da660b gh-36765: Update to new conway-polynomials python package
2ab6da5e95c gh-36764: Improve performance of __getitem__ of CFiniteSequence
3d335fa4e73 gh-36758: Details in interfaces
71bcb097360 gh-36756: Improve headers of the number field section in toc
a1642b17162 gh-36754: Relativize more header imports
35d8f8ca475 gh-36752: `numpy` 1.26.2, `scipy` 1.11.4
11c575f gh-36749: Choice of the name of primitive elements for 
subfields of QQbar
6cadd8410aa gh-36747: `build/bin/sage-spkg`: Add support for installing 
script packages
07a5b275228 gh-36719: rectify docs around Tkinter
77fbf9ac064 gh-36640: Use GNU make tokenpool protocol to manage parallelism 
of doctesting
2fd122b767b gh-36439: CVXpy 1.4.1, SCS 3.2.3, osqp_python 0.6.3, CVXOPT 
1.3.2, CyLP 0.92.2, add `clarabel` solver
ab24b1c3113 (tag: 10.3.beta1) Updated SageMath version to 10.3.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/7b05414c-bad6-4597-acb7-cf4d7b93375dn%40googlegroups.com.