Changes between Version 1 and Version 15 of Ticket #24006
- Timestamp:
- 10/15/17 15:23:00 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24006
-
Property
Status
changed from
new
toneeds_review
-
Property
Summary
changed from
experimental: SymPy --> Sage conversion completely inside Sage
toSymPy --> Sage conversion completely inside Sage
-
Property
Dependencies
changed from
to
#23990
-
Property
Branch
changed from
to
u/rws/24006
-
Property
Commit
changed from
to
3e362ee1b623af7aa878676b20c2609c434be321
-
Property
Status
changed from
-
Ticket #24006 – Description
v1 v15 1 1 There are 46 !SymPy object member functions named `_sage_()` that comprise the !SymPy-->Sage conversion facility. It turns out that automatic testing the code at the !SymPy Travis never worked and is difficult to fix because of fitting Sage into Travis. Secondly, after initial work on it by !SymPy authors work is now mainly motivated with Sage development where the maintenance of interdependent Sage and !SymPy patches begins to be unwieldy and error-prone. 2 2 3 This branch contains experimental code that dynamically adds ` sage()` methods on Sage startupto the relevant objects.3 This branch contains experimental code that dynamically adds `_sage()_` methods on the first !SymPy conversion to the relevant objects. 4 4 5 5 See https://github.com/sympy/sympy/issues/13430