Changes between Initial Version and Version 6 of Ticket #31727
- Timestamp:
- 04/25/21 19:46:31 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31727
-
Property
Status
changed from
new
toneeds_review
-
Property
Summary
changed from
ManifoldSubset: Add methods subset_family, superset_family, equal_subset_family; deprecate method list_of_subsets
toManifoldSubset: Add methods subset_family, superset_family, open_superset_family, open_cover_family; deprecate method list_of_subsets
-
Property
Dependencies
changed from
to
#31718, #31677
-
Property
Branch
changed from
to
u/mkoeppe/manifoldsubset__add_methods_subset_family__superset_family__equal_subset_family__deprecate_method_list_of_subsets
-
Property
Commit
changed from
to
59553f7408ec98f32f18ee2cf7fc81703653bacd
-
Property
Status
changed from
-
Ticket #31727 – Description
initial v6 5 5 We also add `superset_family` (previously the set of supersets was not exposed by a method). 6 6 7 We also add `equal_subset_family` - consisting of all subsets that are also supersets (see discussion in #30263). 8 7 We also add `open_superset_family` (to complement `open_superset` added in #31677) and `open_cover_family`.