Changes between Version 63 and Version 64 of Ticket #18528
- Timestamp:
- 12/19/17 09:41:06 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18528
-
Property
Milestone
changed from
sage-8.1
tosage-8.2
-
Property
Milestone
changed from
-
Ticket #18528 – Description
v63 v64 14 14 - scalar fields (continuous functions to the base field): #18640 ''(merged in Sage 7.3.beta0)'' 15 15 - morphisms (continuous maps between manifolds): #18725 ''(merged in Sage 7.3.beta0)'' 16 - !SymPy as an alternative to SR for symbolic calculus on manifolds: #22801 16 - !SymPy as an alternative to SR for symbolic calculus on manifolds: #22801 ''(merged in Sage 8.2.beta0)'' 17 17 - Improve simplifications in calculus on manifolds: #24151 18 18 - '''Differentiable manifolds''' (over '''R''', '''C''' or a non-discrete topological field K): … … 48 48 - Fast comparison to zero (method `is_trivial_zero()`) for coordinate functions and scalar fields: #23623 ''(merged in Sage 8.1.beta4)'' 49 49 - Minor errors in integrated curves: #23838 ''(merged in Sage 8.1.beta6)'' 50 - Simplifications in calculus on manifolds with derivatives of symbolic functions: #24199 51 - Simplifications in calculus on manifolds via the expression tree: #24232 52 - Make simplifications in !SymPy calculus on manifolds rely on !SymPy only: #24290 50 - Simplifications in calculus on manifolds with derivatives of symbolic functions: #24199 ''(fixed by #24232)'' 51 - Simplifications in calculus on manifolds via the expression tree: #24232 ''(merged in Sage 8.2.beta0)'' 52 - Make simplifications in !SymPy calculus on manifolds rely on !SymPy only: #24290