Sage 10.3.beta4 released

125 views
Skip to first unread message

Volker Braun

unread,
Dec 26, 2023, 7:47:17 AM12/26/23
to sage-release
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


e249befd47a (tag: 10.3.beta4, github/develop) Updated SageMath version to 10.3.beta4
e95536ccbad gh-36955: build/pkgs/ninja_build: support samurai version scheme
f06727cbb70 gh-36950: `sage.plot`: Update `# needs`, doctest cosmetics; fix `sig_on_count` doctest dataflow warnings
eae15fed6f3 gh-36948: `build/pkgs/gnumake_tokenpool`: Update to fix `AlarmInterrupt` problems
9e89ec49a75 gh-36943: some details in multi_polynomial base
570fe7a5d8f gh-36935: src/sage/tests/gap_packages.py: Normalize package names in doctest
516166594a0 gh-36934: details fixed in cfinite_sequence.py
227b91e9d80 gh-36930: `build/pkgs/normaliz`: Add patch for FLINT 3
06fa900c392 gh-36926: conda: Pin compilers until #36840 is fixed
2c4688f0a8b gh-36925: src/sage/calculus/ode.pyx: constness fix for clang 16
980aa72e648 gh-36924: add interface to nauty's genktreeg
5eb7aaec4ef gh-36919: refresh the doc about coercion and test the given example
829da8c3e0c gh-36917: `sage.rings`: Modularization fixes
9f286eb2a7f gh-36916: `sage.combinat`: Update `# needs`
d7e271c61cd gh-36913: adding corolla-related methods to free pre-Lie algebras
8432095a255 gh-36911: src/doc/bootstrap: Parallelize generation of SPKG.rst files
d1c22c52ea5 gh-36910: System package quoting fixes
41c7b836f54 gh-36909: fix precision issue for 𝑗=0 and ℓ=3 in compute_isogeny_stark()
da8e1ab6c9a gh-36906: various fixes in quadratic_forms (ruff, pep8, error links, etc)
68b15c87a83 gh-36905: `src/sage/{categories,coding,plot,quadratic_forms}/`: Fix various doctest warnings
a1db8a4ee3d gh-36904: `src/sage/game_theory/`: fix doctest warnings due to modularization
32c9ad9b4a4 gh-36903: ruff UP details and links to errors in doc in geometry folder
6c1811d74d0 gh-36902: `src/sage/libs/coxeter3/`: fix doctest warnings
9ac3289dcec gh-36901: `build/pkgs/e_antic`: Update to 2.0.0
57b77717b7e gh-36898: ruff auto-fixing several details in combinat folder
f8d7d6d27e8 gh-36897: some ruff fixes (UP034 and UP039 codes) and error links in categories
f3b39450d3a gh-36885: Switch more Python toolchain packages to use (platform-independent) wheels
0fb77275a80 gh-36884: Method braid of class Link loops when the Link contains loops
5d7d2e3475f gh-36882: fixing one bug in the use of valuation
368efce1583 gh-36879: update eclib to version 20231212
8b7ef420e07 gh-36874: ruff and pep E275 fixes in misc
bc7f8e71185 gh-36870: some ruff auto-fixes in schemes + error links in doc
8702356ebd9 gh-36861: Use lualatex for better unicode support
58e899cdf6a gh-36845: Give more precise answer on symbolic power of a matrix
003c1d92dd4 gh-36811: fixed warning while calling OEISSequence.is_dead() function
8c8b16a9a45 gh-36790: Combinat/sga murphy basis
a46575db604 gh-36786: CM elliptic curves missing isogenies
1aca3a88bbc gh-36750: `networkx` 3.2.1, `igraph` 0.10.8, `python_igraph` 0.11.3
f37a2691f52 gh-36487: Add a lift method to LieGenerator
602e701b8ec gh-36346: Make sure the type detection for reducible Cartan types is correct
5185f1f4049 gh-36229: Fixed grammatical errors at multiple points in English documentation
ae9be4f6ad2 gh-36169: Implementation of representations of Lie algebras
f33213dc5fc gh-35823: `sage.arith.misc`: fixes error in binomial for p-adic numbers with negative valuation
c0372d98849 gh-35667: add macports environment to tox.ini
b002b63fb42 (tag: 10.3.beta3) Updated SageMath version to 10.3.beta3

Emmanuel Charpentier

unread,
Dec 27, 2023, 7:00:20 AM12/27/23
to sage-release

FWIW, on Debian testing running on core i7 + 16 GB RAM, upgrading 10.3.beta3 to 10.3.beta4 and running ptestlong passes without any failure.

HTH,

Enrique Artal

unread,
Dec 27, 2023, 7:07:58 AM12/27/23
to sage-release
In Fedora 39 make ptestelong gave only failure for `src/sage/tests/cmdline.py` due to `rst2ipynb` (not new). But when running sage in the terminal I get: 
```
/usr/local/sage/local/var/lib/sage/venv-python3.11.1/lib/python3.11/site-packages/prompt_toolkit/application/application.py:988: DeprecationWarning: There is no current event loop
  loop = asyncio.get_event_loop()
```

Kenji Iohara

unread,
Dec 30, 2023, 6:37:31 PM12/30/23
to sage-r...@googlegroups.com
On Mac OS 13.6.3 with Intel Core i5, and configure —with-system-gfortran=no, 
The first built completed ! But for make ptestlong, here is what I had:

sage -t --long --warn-long 123.5 --random-seed=192882139610880124787575134802892372787 src/sage/rings/polynomial/multi_polynomial_ideal.py  # Killed due to segmentation fault
sage -t --long --warn-long 123.5 --random-seed=192882139610880124787575134802892372787 src/sage/tests/cmdline.py  # 1 doctest failed
sage -t --long --warn-long 123.5 --random-seed=192882139610880124787575134802892372787 src/sage/misc/cython.py  # 1 doctest failed
sage -t --long --warn-long 123.5 --random-seed=192882139610880124787575134802892372787 src/sage/graphs/connectivity.pyx  # 2 doctests failed

sage -t --long --warn-long 123.5 --random-seed=192882139610880124787575134802892372787 src/sage/tests/books/computational-mathematics-with-sagemath/mpoly_doctest.py  # Timed out   -->
sage -t --long --warn-long 123.5 --random-seed=192882139610880124787575134802892372787 src/sage/tests/books/computational-mathematics-with-sagemath/mpoly_doctest.py  # 1 doctest failed

sage -t --long --warn-long 123.5 --random-seed=192882139610880124787575134802892372787 src/sage/repl/configuration.py  # 1 doctest failed

Kenji

27/12/2023 13:07、Enrique Artal <enriqu...@gmail.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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/68dd4f47-e40b-42ad-867c-3aff60a5a267n%40googlegroups.com.

Reply all
Reply to author
Forward
0 new messages