Sage 10.1.beta1 released

73 views
Skip to first unread message

Volker Braun

unread,
May 28, 2023, 6:16:39 AM5/28/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


3202f6515c9 (tag: 10.1.beta1, github/develop) Updated SageMath version to 10.1.beta1
21e8f9faf13 gh-35647: sage.graphs: More # optional and other modularization fixes
3b9d6769a5a gh-35643: Avoid redundant computations in finite field .conjugate() method
9a0d0ab08e7 gh-35641: Fix typo in documentation
1a73b3bbbfa gh-35635: Support sympy 1.12
ad47780d207 gh-35634: activating more pycodestyle checks
a80034a30e8 gh-35632: Use fixed random-seed in the "Build & Test" CI
43c7f500821 gh-35631: simplify some all(all(...)) in combinat and geometry
82a45094a12 gh-35630: Implement the octonions
92c3735b40f gh-35627: Remove jupyter-packaging for conda
3a9ef6b2871 gh-35623: cython-linting of unused imports in modules and dynamics
42e53e7c967 gh-35622: `Animation.ffmpeg`: Shell-quote filenames
4ddf9328e75 gh-35619: upgrade Maxima to 5.46.0
35cbd2f2a2c gh-35612: Support linbox 1.7.0 and 1.6.3 at the same time
72bd42eac85 gh-35610: Check for empty string before trying to evaluate in _element_constructor
733d3bcf8bd gh-35608: src/doc/common/python3.inv: Update
20966525b55 gh-35598: Remove global sage.all import in pytest
ebb94731b20 gh-35596: Fix Max=Min warning in coin interacts
a105ea688d0 gh-35591: Implement twisted affine Lie algebras
4ae18984028 gh-35589: `bootstrap-conda`: Skip the dummy package `_sagemath`
bec5da32e35 gh-35586: `sage.geometry`: Add some `# optional`, reformat doctests
be0aab74fd7 gh-35584: Support networkx 3.1
a62543d2423 gh-35582: Fix discrepancy in partitions between provided number and starting partition
cb2f3c0a424 gh-35581: `sage.{topology,homology}`: Modularization fixes
be85e35f283 gh-35578: refactor: improve initialization of combinatorial polyhedron
eb25bd0b36b gh-35577: refactor: outsource methods in combinatorial polyhedron
f5a86be3577 gh-35576: simplify some trivial iterations
570eba54caa gh-35575: some details in commutative dga
18a217ec738 gh-35574: details on complex reflection groups
39619d41009 gh-35567: some typing and code tweaks in MZV
f25807fb94d gh-35457: `sage.rings`: Reformat doctests, add `# optional` annotations
8eb148454f0 gh-35407: pkg-config should be `_bootstrap`, not `_prereq`, on all distros
7404764fb27 (tag: 10.1.beta0) Updated SageMath version to 10.1.beta0

John H Palmieri

unread,
May 28, 2023, 4:10:23 PM5/28/23
to sage-release
On OS X: after running `./configure`, I see

% git status
On branch develop
Your branch is up to date with 'upstream/develop'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
stdin.info

nothing added to commit but untracked files present (use "git add" to track)

David Coudert

unread,
May 28, 2023, 4:39:43 PM5/28/23
to sage-r...@googlegroups.com
Same for me on OSX.

-- 
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/cb8c8081-0fbd-4946-9a91-1d01812815a6n%40googlegroups.com.

Volker Braun

unread,
May 28, 2023, 6:16:49 PM5/28/23
to sage-release
The spurious stdin.info in the tarball can be deleted, obviously shouldn't be there 

John H Palmieri

unread,
May 28, 2023, 8:06:10 PM5/28/23
to sage-release
stdin.info is not in the tarball, but rather produced by `./configure`. My best guess it that it's created somewhere in the check for the SPKG "info".

Matthias Köppe

unread,
May 28, 2023, 9:32:11 PM5/28/23
to sage-release
Probably introduced in #35619

Kenji Iohara

unread,
May 30, 2023, 9:20:44 AM5/30/23
to sage-r...@googlegroups.com
On Mac OS 13.4 with Intel Core i5 and upgraded homebrew, it compile from the first built.
For make ptestlong, I had

----------------------------------------------------------------------

sage -t --long --warn-long 223.1 --random-seed=206611625835564763015916265621072613635 src/sage/libs/giac/__init__.py  # Timed out

sage -t --long --warn-long 223.1 --random-seed=206611625835564763015916265621072613635 src/sage/modular/modform_hecketriangle/readme.py  # 1 doctest failed

sage -t --long --warn-long 223.1 --random-seed=206611625835564763015916265621072613635 src/sage/modular/modform_hecketriangle/abstract_space.py  # 3 doctests failed

sage -t --long --warn-long 223.1 --random-seed=206611625835564763015916265621072613635 src/sage/modular/modform_hecketriangle/space.py  # 2 doctests failed

---------------------------------------------------------------------- 

K.

2023年5月29日(月) 3:32 Matthias Köppe <matthia...@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.

G. M.-S.

unread,
May 31, 2023, 5:59:47 PM5/31/23
to sage-r...@googlegroups.com

This is on Apple Silicon Macs ("M" series) with Homebrew up to date (including OpenBLAS), on macOS 11.7.7 (Xcode 13.2.1), macOS 12.6.6 (Xcode 14.2) and macOS 13.4 (Xcode 14.3).

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

sage -t --long --warn-long 26.5 --random-seed=164104516405977008420373837524113607070 src/sage/quadratic_forms/binary_qf.py  # 1 doctest failed

Additionally, on macOS 11.7.7:
sage -t --long --warn-long … --random-seed=… src/sage/matrix/matrix_gf2e_dense.pyx  # 1 doctest failed

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
sage -t --long --warn-long 29.5 --random-seed=… src/sage/structure/coerce_actions.pyx  # 3 doctests failed
(not seen by Kenji on Intel, see attached output)

Guillermo
coerce_actions.pyx.txt

Kenji Iohara

unread,
Jun 3, 2023, 11:11:02 AM6/3/23
to sage-r...@googlegroups.com
On Mac OS 13.4 (Intel Core i5) with Xcode 14.3.1 and upgraded homebrew, it compiled from the first built.
make pytest passed, but for make ptestlong I had

----------------------------------------------------------------------

sage -t --long --warn-long 152.8 --random-seed=246292994690292862864569757105920887953 src/sage/libs/giac/__init__.py  # Timed out

sage -t --long --warn-long 152.8 --random-seed=246292994690292862864569757105920887953 src/sage/modular/modform_hecketriangle/readme.py  # 1 doctest failed

sage -t --long --warn-long 152.8 --random-seed=246292994690292862864569757105920887953 src/sage/modular/modform_hecketriangle/abstract_space.py  # 3 doctests failed

sage -t --long --warn-long 152.8 --random-seed=246292994690292862864569757105920887953 src/sage/modular/modform_hecketriangle/space.py  # 2 doctests failed

———————————————————————————————————


K. 


31/05/2023 23:59、G. M.-S. <list...@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.
Reply all
Reply to author
Forward
0 new messages