This repository was archived by the owner on Feb 23, 2024. It is now read-only.
Releases: xoopR/set6
Releases · xoopR/set6
set6 0.2.6
set6 0.2.4
- Patch for R devel
- Imported ooplah
set6 0.2.3
- Containedness checks for 'n' dimensional sets no longer require same length vectors if power is
"n"
set6 0.2.2
set6 0.2.2
- Fixed bug preventing
Logicalsfrom being deep cloned
set6 0.2.1
- Bugfix in setcomplement (#65)
- Impossible intervals containing only one elements with type not equal to
[]are now equal to the empty set - Default
ConditionalSetconditionargument nowfunction(x) TRUE - Print method for
ConditionalSetnow omits RHS if only"TRUE"
set6 0.2.0
- UniversalSet renamed Universal, old class will be removed in v0.4.0.
- LogicalSet renamed Logicals, old class will be removed in v0.4.0.
Complexnow inherits fromSet, incorrect methods forisSubset, equalshave been removed.- Add
Multisetfor sets with non-unique elements but no ordering - Small speed improvements in
TupleandFuzzyTuple - For consistency most methods now return a
listunless single elements requested - Printing of
ConditionalSetis fixed Rationalsand child-classes now error on calls tocontains, isSubset, equalsas any prior results were likely wrong/misleading- Removed erroneous complex boundaries in
Intervalclass
set6 0.1.8
- Patch for R-devel
set6 0.1.7
set6 0.1.7
- Critical patch
set6 0.1.6
- Bugfix in set operation cleaner
- Bugfix causing
Interval$containsto returnTRUEfor tuples - Bugfix in union sets incorrectly unwrapping products
- Added variable length
ExponentSets
set6 0.1.5
- Added
LogicalSet, the set of${TRUE, FALSE}$ - Added
as.Set.numericandas.Tuple.numeric
set6 0.1.4
- Speed performance improvements for
$containsmethod forIntervalandSet.Rcppnow used forInterval. - Now for any
Intervalif not bounded above andupperis$Inf$ thenmax = .Machine$double.xmax, analogously forlower. - Default universe of
Intervalis nowExtendedReals - Added default
as.Setandas.IntervalS3 methods
set6 0.1.3
- Added assertion for testing if a set is countably finite
- Slight speed improvements to operations - still require a lot of work
- Fixed bug in
UnionSetcardinality calculation - Fixed bug in
UniversalSetcountability