Changes between Initial Version and Version 62 of Ticket #30307
- Timestamp:
- 06/10/21 01:37:36 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30307
-
Property
Commit
changed from
to
27bc9b1ddd376da516228b8c8144c6139376f061
-
Property
Branch
changed from
to
public/30307
-
Property
Milestone
changed from
sage-9.2
tosage-9.4
-
Property
Commit
changed from
-
Ticket #30307 – Description
initial v62 13 13 This will make the code in #30229 (subspaces of tensor with symmetries) more elegant because it no longer needs a dummy `Components` object to represent the symmetry but rather a `CompParent` object. 14 14 15 See also: !SymPy's `TensorIndexType`, `TensorSymmetry`, `TensorHead`, `TensorManager` (https://docs.sympy.org/latest/modules/tensor/tensor.html); #31945