NEWS
PreProcess 3.1.5 (2018-05-17)
UPDATE
- Changed S4 classes to no longer use recently deprecated or
discouraged elements.
PreProcess 3.1.0
ADMINISTRATIVE
- Changed the LICENSE from Artistic 2.0 to Apache 2.0.
PreProcess 3.0.3
GENERAL
- Added a 'show' method that is basically the same as
'print'. Updated test scripts accordingly.
PreProcess 3.0.1
GENERAL
BUG FIXES
- Made compatible with new R check steps that verify DESCRIPTION
and NAMESPACE dependencies.
PreProcess 3.0.0
OLD FEATURES
- Moved several generic functions (that promoted S3 generics)
from this package into the oompaBase package. Since
PreProcess still depends on oompaBase, no functionality should
change.
- Moved ColorCoding and ColorCodedPair classes from this package
into the oompaBase package. Since PreProcess still depends on
oompaBase, no functionality should change.
BREAKING CHANGES
- Also moved semantic color names from PreProcess to oompaBase,
and restructured it to add fewer entries into the namespace.
Instead of using 'COLOR.EXPECTED', you must now refer to
'oompaColors$EXPECTED'.
PreProcess 2.12.2
BUG FIXES
- Lots of documentation updates.
PreProcess 2.12.1
BUG FIXES
- Corrected export of 'channelize' method.
PreProcess 2.10.0
NEW FEATURES
- Removed the deprecated function 'stdize'. Use 'scale'
instead.
PreProcess 2.9.0
NEW FEATURES
- Added support for namespaces
- Deprecated the 'stdize' function in favor of 'scale'. (This
function was leftover from an early S-Plus version of the
library.)