Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

set6 0.2.0

Compare
Choose a tag to compare
@RaphaelS1 RaphaelS1 released this 05 Nov 17:37
  • UniversalSet renamed Universal, old class will be removed in v0.4.0.
  • LogicalSet renamed Logicals, old class will be removed in v0.4.0.
  • Complex now inherits from Set, incorrect methods for isSubset, equals have been removed.
  • Add Multiset for sets with non-unique elements but no ordering
  • Small speed improvements in Tuple and FuzzyTuple
  • For consistency most methods now return a list unless single elements requested
  • Printing of ConditionalSet is fixed
  • Rationals and child-classes now error on calls to contains, isSubset, equals as any prior results were likely wrong/misleading
  • Removed erroneous complex boundaries in Interval class