Changes in version 3.1.5 (2018-05-17) UPDATE o Changed S4 classes to no longer use recently deprecated or discouraged elements. Changes in version 3.1.0 ADMINISTRATIVE o Changed the LICENSE from Artistic 2.0 to Apache 2.0. Changes in version 3.0.3 GENERAL o Added a 'show' method that is basically the same as 'print'. Updated test scripts accordingly. Changes in version 3.0.1 GENERAL o Moved to R-Forge. BUG FIXES o Made compatible with new R check steps that verify DESCRIPTION and NAMESPACE dependencies. Changes in version 3.0.0 OLD FEATURES o 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. o Moved ColorCoding and ColorCodedPair classes from this package into the oompaBase package. Since PreProcess still depends on oompaBase, no functionality should change. BREAKING CHANGES o 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'. Changes in version 2.12.2 BUG FIXES o Lots of documentation updates. Changes in version 2.12.1 BUG FIXES o Corrected export of 'channelize' method. Changes in version 2.10.0 NEW FEATURES o Removed the deprecated function 'stdize'. Use 'scale' instead. Changes in version 2.9.0 NEW FEATURES o Added support for namespaces o Deprecated the 'stdize' function in favor of 'scale'. (This function was leftover from an early S-Plus version of the library.)