Sage 9.5.beta0 released

160 views
Skip to first unread message

Volker Braun

unread,
Aug 31, 2021, 6:38:10 PM8/31/21
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 

a3bd57282c (tag: 9.5.beta0, trac/develop) Updated SageMath version to 9.5.beta0
18383a70c5 Trac #32214: Asymptotic Term Monoids: unify repr
1c2859d687 Trac #32203: Bug with chain complex associated to cubical complex
10486ce2df Trac #32189: Remove last mentions of database_gap
ca0993a7e8 Trac #32178: refresh the LiE interface file
ad8c2d2640 Trac #32135: Implement to_polynomial and from_polynomial methods for ModularFormsRing
c92ae330e6 Trac #29966: integrate(sqrt(x + sqrt(x)), x, algorithm='giac') raises RuntimeError
853e919bb5 Trac #27092: Add doctest that sum(binomial(1, n), n, 0, oo) equals 2
69ad86560a Trac #23136: Allow giac algorithm in solve
862a512634 Trac #32149: implement magnitude for posets
1d13a17750 Trac #32104: Update python3 to 3.9.6
61343a9eb2 Trac #32082: Implement e7 and e8 as matrix Lie algebras
c16df88e97 Trac #32050: 2 internet doctest failing in oeis.py
cee00bc4d9 Trac #32046: Use pip --use-feature=in-tree-build, replace use of sdh_setup_bdist_wheel by sdh_pip_install
8baa680eaf Trac #31781: Improve handling of metrics on pseudo-Riemannian submanifolds
4ac9422918 Trac #31559: Make ModularFormRings manipulate formal objects
f6dfd3392d Trac #29949: Dynamical Systems On Berkovich Space
c3269057fb Trac #12673: Deprecate sage.media.wav, since it is totally undoctested, and evidently full  of confusing bugs
1baf0e77eb Trac #10038: Wrap Maxima's  demoivre and exponentialize
383a2f3319 Trac #31528: Cleanup spkg-configure.m4 files that mix tabs and spaces
a599fe4cfc Trac #32027: Orlik-Solomon invariant algebra
f1f5c24b5b Trac #32001: Upgrade: Singular 4.2.1
76308b3eeb Trac #31940: Absolutely simple endomorphism rings
d7345b0984 Trac #31933: Initial support for BTerms
de963e490f Trac #31873: use libgiac instead of giac for integration
1bd7f60f29 Trac #31846: Improve pexpect interface to Singular
a79b3b144d Trac #31737: MatrixMorphism: add support for morphisms acting on the left
519e9ca7b5 Trac #31465: Division with remainder for univariate polynomial matrices
8bf04b3c99 Trac #31463: Univariate matrices: improve Weak Popov form; add Popov form
0f9091001d Trac #31445: cython: Upgrade to 0.29.24, fix Cython 3.0 future-warnings
88f4defa75 Trac #31031: Change 'sage_setup: distribution' headers from sage-... to sagemath-...
cff82a3fc6 Trac #30981: Annular Khovanov Homology of Braids
09c375b0a6 Trac #29979: Make rings doctests ready for random seeds
16b165f4d2 Trac #29136: improve documentation of pretty_print
9ec8c5c036 Trac #28345: Bug with NumberField.abs_val at zero
0b2b2536db Trac #17568: Allow syntax FiniteField((p, n))
3ecf4ba904 Trac #16761: symbolic_expression: Better handling of vectors and matrices
416935f2b1 Trac #14270: Remove function call syntax for symbolic expressions
10f1b28abd Trac #11648: Contour plot cannot deal with non-real numbers
849d1c33a4 Trac #32371: ptyprocess: Pin version to 0.5.1 in install-requires.txt
afce885d11 Trac #32370: homebrew: Add pari data packages
faa2242153 Trac #32368: opensuse-tumbleweed-standard: Errors building cypari, ecm, singular
4990f007d1 Trac #32311: Upgrade: OpenSSL 3.0.0.beta2
59d5018004 Trac #32198: kRegularSequenceSpace.from_recurrence: make offset keyword-only
67ecd3c59d Trac #32134: Fix order of characters in modular/local_comp/local_comp.py doctests
b663b2052e Trac #28500: DeprecationWarning not visible from Cython
390774c2dd Trac #17690: Remove outdated SSL section in the "install from source code" documentation
488ced5dc4 (tag: 9.4, trac/master) Updated SageMath version to 9.4

Kenji Iohara

unread,
Sep 1, 2021, 3:11:01 AM9/1/21
to sage-r...@googlegroups.com
On my Mac OS 11.5.2, with Intel Core i5, it compiled from the first built.
But, for make ptestlong, it failed with the following message:
----------------------------------------------------------------------
sage -t --long --warn-long 126.4 --random-seed=0 src/sage/geometry/polyhedron/base.py  # 1 doctest failed
sage -t --long --warn-long 126.4 --random-seed=0 src/sage/misc/gperftools.py  # 1 doctest failed
----------------------------------------------------------------------
Total time for all tests: 8153.6 seconds
    cpu time: 22881.9 seconds
    cumulative wall time: 31880.9 seconds
Pytest is not installed, skip checking tests that rely on it.
make: *** [ptestlong] Error 1

01/09/2021 0:38、Volker Braun <vbrau...@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/733c63fb-801d-4d58-a832-11f515a4e593n%40googlegroups.com.

Thierry Dumont

unread,
Sep 1, 2021, 3:28:24 AM9/1/21
to sage-r...@googlegroups.com
On Ubuntu 21-04:
-upgrading to 9.5beta0 ok.
-make ptestlong:
==================================== ERRORS
====================================
_____________ ERROR collecting sage/structure/sage_object_test.py
______________
ImportError while importing test module
'/usr/local/sages/dev/sage/src/sage/structure/sage_object_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
src/sage/structure/sage_object_test.py:3: in <module>
from .sage_object import SageObject
E ImportError: attempted relative import with no known parent package
=========================== short test summary info
============================
ERROR src/sage/structure/sage_object_test.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection
!!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 2.35s
==============================
> --
> 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
> <mailto:sage-release...@googlegroups.com>.
> <https://groups.google.com/d/msgid/sage-release/733c63fb-801d-4d58-a832-11f515a4e593n%40googlegroups.com?utm_medium=email&utm_source=footer>.

Eric Gourgoulhon

unread,
Sep 1, 2021, 8:38:44 AM9/1/21
to sage-release
On Ubuntu 20.04 running on Intel Core i7-8665U with 16 TB of RAM:

- build from a fresh git clone and using system Python (3.8.10):  OK
- make ptestlong: OK ("All tests passed!")

Eric.

Justin C. Walker

unread,
Sep 2, 2021, 2:26:54 PM9/2/21
to 'Jonathan Kliem' via sage-release


> On Aug 31, 2021, at 15:38, Volker Braun <vbrau...@gmail.com> 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

Built w/o problems on macOS 10.15.7 (2019 MBP, 8-core Core i9). All tests passed!

Justin

Justin C. Walker

unread,
Sep 15, 2021, 6:20:45 PM9/15/21
to sage-r...@googlegroups.com


> On Aug 31, 2021, at 15:38 , Volker Braun <vbrau...@gmail.com> 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

Failed to build on macOS 10.13.6. The failing package is openssl-3.0.0-beta2. Seems like the upgrade to B2 has a few glitches.

I am attaching the openssl log, the install.log, and the config.log as a tarsal; the sizes got a bit large.

HTH

Justin

logs.tgz

William Stein

unread,
Sep 20, 2021, 8:10:18 PM9/20/21
to sage-release
Hi,

The official non-beta OpenSSL 3.0.0 release just happened. Finally!
> --
> 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/6E6496E6-D082-4AA5-8047-7F59916CF681%40mac.com.
>
>
> --
> Justin C. Walker
> Curmudgeon-at-large
> --
> Network, n., Difference between work
> charged for and work done
>
>
>
> --
> 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/6E6496E6-D082-4AA5-8047-7F59916CF681%40mac.com.



--
William (http://wstein.org)

Samuel Lelièvre

unread,
Sep 21, 2021, 5:59:40 AM9/21/21
to sage-release
2021-09-21 00:10 UTC, William Stein:
>
> The official non-beta OpenSSL 3.0.0 release just happened. Finally!

Upgrading to it is already positively reviewed:
https://trac.sagemath.org/ticket/32499
so Sage 9.5 will have it. Yay! --Samuel

Emmanuel Charpentier

unread,
Sep 22, 2021, 11:32:41 AM9/22/21
to sage-release
Champagne !
Reply all
Reply to author
Forward
0 new messages