This repository has been 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
Logicals
from 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
ConditionalSet
condition
argument nowfunction(x) TRUE
- Print method for
ConditionalSet
now 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.
Complex
now inherits fromSet
, incorrect methods forisSubset, equals
have been removed.- Add
Multiset
for sets with non-unique elements but no ordering - Small speed improvements in
Tuple
andFuzzyTuple
- 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 tocontains, isSubset, equals
as any prior results were likely wrong/misleading- Removed erroneous complex boundaries in
Interval
class
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$contains
to returnTRUE
for tuples - Bugfix in union sets incorrectly unwrapping products
- Added variable length
ExponentSet
s
set6 0.1.5
- Added
LogicalSet
, the set of${TRUE, FALSE}$ - Added
as.Set.numeric
andas.Tuple.numeric
set6 0.1.4
- Speed performance improvements for
$contains
method forInterval
andSet
.Rcpp
now used forInterval
. - Now for any
Interval
if not bounded above andupper
is$Inf$ thenmax = .Machine$double.xmax
, analogously forlower
. - Default universe of
Interval
is nowExtendedReals
- Added default
as.Set
andas.Interval
S3 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
UnionSet
cardinality calculation - Fixed bug in
UniversalSet
countability