Changes between Version 76 and Version 77 of Ticket #18528
- Timestamp:
- 06/03/18 20:59:46 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18528 – Description
v76 v77 27 27 - Multivector fields and the Schouten-Nijenhuis bracket: #23429 ''(merged in Sage 8.1.beta8)'' 28 28 - Deprecate !CoordinatePatch and !DifferentialForm classes: #24444 ''(merged in Sage 8.2.beta3)'' 29 - Embedded submanifolds: #25164 29 - Embedded submanifolds: #25164 ''(merged in Sage 8.3.beta4)'' 30 30 - Tensor fields along a submanifold: #25254 ''(merged in Sage 8.3.beta2)'' 31 31 - '''Complex and almost complex manifolds:''' … … 38 38 - Euclidean spaces and vector calculus: #24623 ''(merged in Sage 8.3.beta0)'' 39 39 - Geometry of pseudo-Riemannian submanifolds: #25438 40 - Declaring a metric along with its components: #25457 40 - Declaring a metric along with its components: #25457 41 - Energy momentum tensor, Einstein tensor and Einstein space-time: #25500 41 42 42 43 == Bug fixes and performance improvements == … … 60 61 - Better handling of matrix output for operator `[:]` acting on sets of tensor components: #24884 ''(merged in Sage 8.2.beta8)'' 61 62 - Better restrictions on manifolds: #25417 ''(merged in Sage 8.3.beta3)'' 63 - py3: implement `__hash__` method in `ContinuousMap`: #25502