Changes between Initial Version and Version 1 of Ticket #30251, comment 8
- Timestamp:
- Jul 30, 2020, 4:19:10 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30251, comment 8
initial v1 1 This is just a general comment not only related to this ticket , but worth to emphasize once again: the deeper you dig and the more comprehensive your modifications are in the `tensor` module, the more likely it may corrupt the manifolds code, as there is a ''very'' strong dependence. Please be aware of that fact. I don't think it will go so far, but it would be very sad if the `manifolds` module would be unusable in the upcoming version of Sage.1 This is just a general comment not only related to this ticket (I picked this ticket randomly), but worth to emphasize once again: the deeper you dig and the more comprehensive your modifications are in the `tensor` module, the more likely it may corrupt the manifolds code, as there is a ''very'' strong dependence. Please be aware of that fact. I don't think it will go so far, but it would be very sad if the `manifolds` module would be unusable in the upcoming version of Sage. 2 2 3 3 Furthermore, since the `manifolds` module is similarly structured, it is very likely that analogous improvements can be applied there, too.