Skip to contents

ospsuite.utils 1.5.0

NEW FUNCTIONS

  • logSafe() to compute logarithm of values that could be close to 0 or slightly negative.

  • foldSafe() to compute x / y when x or y could be negative or zero. All values below a certain threshold epsilon are substituted by epsilon. NOTE: not suited for calculating fold differences of negative numbers.

BUG FIXES

ospsuite.utils 1.4.23

NEW FUNCTIONS

ospsuite.utils 1.3.0

NEW FUNCTIONS

MAJOR CHANGES

  • Cloning method is now disabled for Printable R6 class. This entails that cloneable property set by Printable’s subclasses will be respected. Previously, this was not the case; the cloning method was available even if the subclass had explicitly set cloneable = FALSE.

MINOR CHANGES

  • Michael Sevestre is the new maintainer.

  • The package has been archived on CRAN.

ospsuite.utils 1.2.0

CRAN release: 2022-02-18

MAJOR CHANGES

  • Removes alias hasUniqueValues().

  • All messages used in ospsuite package are now in ospsuit.utils (exported list messages).

BUG FIXES

  • Fixes a regression in isIncluded() in previous release that inadvertently removed support for compound types (#63).

NEW FUNCTIONS

ospsuite.utils 1.1.0

CRAN release: 2022-02-09

MAJOR CHANGES

MINOR CHANGES

BUG FIXES

ospsuite.utils 1.0.0

CRAN release: 2021-12-08

  • Initial release.