Sage 9.3 released

231 views
Skip to first unread message

Volker Braun

unread,
May 10, 2021, 5:24:54 PM5/10/21
to sage-release
The "master" git branch has been updated to Sage-9.3. 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


d6c5cd9be7 (tag: 9.3, trac/master, trac/develop) Updated SageMath version to 9.3
3f4547f2cc Trac #31624: fedora-34-standard: eclib, singular, ipykernel build failures with system ntl, zeromq
c27d4d6803 (tag: 9.3.rc5) Updated SageMath version to 9.3.rc5


PS: if you were too fast and downloaded the typoed 9.4 then please rebase on 9.3 ;-)

Kwankyu Lee

unread,
May 11, 2021, 3:53:45 AM5/11/21
to sage-release
It is the greatest release of Sage ever. Thank you!

Eric Gourgoulhon

unread,
May 11, 2021, 4:48:44 AM5/11/21
to sage-release
Thank you Volker!

Matthias Köppe

unread,
May 11, 2021, 3:05:51 PM5/11/21
to sage-release
On Monday, May 10, 2021 at 2:24:54 PM UTC-7 Volker Braun wrote:
The "master" git branch has been updated to Sage-9.3. 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

d6c5cd9be7 (tag: 9.3, trac/master, trac/develop) Updated SageMath version to 9.3

Thanks for preparing the release, Volker!

Now that the Sage documentation has been updated (thanks, Harald!), it would be good to update https://wiki.sagemath.org/ReleaseTours/sage-9.3 with links to the reference manual.

I have started a series of tweets about the new release. https://twitter.com/mkoeppe_math/status/1391999548571021313?s=20
Join and help spreading the word about what's new in the project and our community.




Samuel Lelièvre

unread,
May 31, 2021, 1:18:05 PM5/31/21
to sage-release
On a colleague's machine:

- iMac with intel i5 processor
- macOS 11
- installing from SageMath 9.3 macOS 11 binary

After downloading and extracting the binary tarball,
running Sage launches the relocation process,
then displays the banner, two syntax warnings,
and the prompt.

```
┌────────────────────────────────────────────────────────────────────┐
│ SageMath version 9.3, Release Date: 2021-05-09 │
│ Using Python 3.9.2. Type "help()" for help. │
└────────────────────────────────────────────────────────────────────┘
/Applications/SageMath/local/lib/python3.9/site-packages/traitlets/config/loader.py:795:
SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(key) is 1:
/Applications/SageMath/local/lib/python3.9/site-packages/traitlets/config/loader.py:804:
SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(key) is 1:
sage:
```

Sage seems to work fine, but I'm surprised by these syntax warnings.

Matthias Köppe

unread,
May 31, 2021, 5:24:42 PM5/31/21
to sage-release
On Monday, May 31, 2021 at 10:18:05 AM UTC-7 Samuel Lelievre wrote:
On a colleague's machine: [...]

- macOS 11
- installing from SageMath 9.3 macOS 11 binary

After downloading and extracting the binary tarball,
running Sage launches the relocation process,
then displays the banner, two syntax warnings,
and the prompt.

/Applications/SageMath/local/lib/python3.9/site-packages/traitlets/config/loader.py:795:
SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(key) is 1:

Sage seems to work fine, but I'm surprised by these syntax warnings.

It may be worth trying if the IPython upgrade in https://trac.sagemath.org/ticket/31280 fixes these (harmless) warnings. (Needs review.)

Reply all
Reply to author
Forward
0 new messages