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

Releases: xoopR/set6

set6 0.2.6

29 Sep 09:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.6

set6 0.2.4

18 Oct 14:32
Compare
Choose a tag to compare
  • Patch for R devel
  • Imported ooplah

set6 0.2.3

26 Jul 07:35
196f8eb
Compare
Choose a tag to compare
  • Containedness checks for 'n' dimensional sets no longer require same length vectors if power is
    "n"

set6 0.2.2

17 Jul 10:46
Compare
Choose a tag to compare

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 now function(x) TRUE
  • Print method for ConditionalSet now omits RHS if only "TRUE"

set6 0.2.0

05 Nov 17:37
Compare
Choose a tag to compare
  • 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

set6 0.1.8

27 Jul 09:20
Compare
Choose a tag to compare
  • Patch for R-devel

set6 0.1.7

18 Jul 08:30
Compare
Choose a tag to compare

set6 0.1.7

  • Critical patch

set6 0.1.6

  • Bugfix in set operation cleaner
  • Bugfix causing Interval$contains to return TRUE for tuples
  • Bugfix in union sets incorrectly unwrapping products
  • Added variable length ExponentSets

set6 0.1.5

01 Jul 16:00
Compare
Choose a tag to compare
  • Added LogicalSet, the set of ${TRUE, FALSE}$
  • Added as.Set.numeric and as.Tuple.numeric

set6 0.1.4

20 May 09:11
Compare
Choose a tag to compare
  • Speed performance improvements for $contains method for Interval and Set. Rcpp now used for Interval.
  • Now for any Interval if not bounded above and upper is $Inf$ then max = .Machine$double.xmax, analogously for lower.
  • Default universe of Interval is now ExtendedReals
  • Added default as.Set and as.Interval S3 methods

set6 0.1.3

16 Mar 13:13
Compare
Choose a tag to compare
  • 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