Update sympy to 1.11.1
Closed this issue · 31 comments
SymPy 1.11 was released on 2022-08-23.
https://github.com/sympy/sympy/wiki/release-notes-for-1.11
This ticket also serves as the target of SymPy's ci-sage workflow after sympy/sympy#23728
CC: @kiwifb @oscarbenjamin @antonio-rojas @DaveWitteMorris
Component: packages: standard
Author: Oscar Benjamin, Matthias Koeppe
Branch/Commit: 5281574
Reviewer: Matthias Koeppe, Antonio Rojas, Eric Gourgoulhon
Issue created by migration from https://trac.sagemath.org/ticket/34118
Branch: u/mkoeppe/sympy_1_11
Description changed:
---
+++
@@ -1,2 +1,3 @@
(unreleased as of 2022-07-05)
+Description changed:
---
+++
@@ -1,3 +1,3 @@
(unreleased as of 2022-07-05)
-
+This ticket also serves as the target of SymPy's ci-sage workflow after https://github.com/sympy/sympy/pull/23728Current failures: see sympy/sympy#23728 (comment)
Changed branch from u/mkoeppe/sympy_1_11 to u/gh-oscarbenjamin/sympy_1_11
Author: Oscar Benjamin
Changed branch from u/gh-oscarbenjamin/sympy_1_11 to u/mkoeppe/sympy_1_11
Changed author from Oscar Benjamin to Oscar Benjamin, Matthias Koeppe
Description changed:
---
+++
@@ -1,3 +1,5 @@
-(unreleased as of 2022-07-05)
+SymPy 1.11 was released on 2022-08-23.
+https://github.com/sympy/sympy/wiki/release-notes-for-1.11
+
This ticket also serves as the target of SymPy's ci-sage workflow after https://github.com/sympy/sympy/pull/23728Reviewer: Matthias Koeppe, ...
I don't see any problems with the upgrade, but I am concerned that sympy is core functionality in symbolics so I wonder if this is too late in the release cycle for adequate testing?
The automated systems do not seem to have successfully tested the ticket. (Do they not have --enable-download-from-upstream-url?) So I ran make testlong on CoCalc (Ubuntu 20.04) and got only two errors, which I think are known, and have nothing to do with this ticket:
sage -t --long --warn-long 81.9 --random-seed=241846751556032050884921104136244529069 src/sage/interfaces/expect.py
**********************************************************************
File "src/sage/interfaces/expect.py", line 937, in sage.interfaces.expect.Expect._eval_line
Failed example:
singular.interrupt()
Expected:
True
Got:
False
**********************************************************************
File "src/sage/interfaces/expect.py", line 943, in sage.interfaces.expect.Expect._eval_line
Failed example:
singular('2+3')
Expected:
Singular crashed -- automatically restarting.
5
Got:
5
WFM
Changed reviewer from Matthias Koeppe, ... to Matthias Koeppe, Antonio Rojas
I'm planning a SymPy 1.11.1 release imminently after this:
sympy/sympy#23976
I don't know if that affects SAGE but you might want to hold off until that gets released.
Let's get this in please.
LGTM.
Changed reviewer from Matthias Koeppe, Antonio Rojas to Matthias Koeppe, Antonio Rojas, Eric Gourgoulhon
Thanks!
Changed branch from u/mkoeppe/sympy_1_11 to 5281574