NEWS
ClassDiscovery 3.4.0 (2021-07-16)
NEW FEATURES
- Added "cosine" distance as a reasonable metric.
ClassDiscovery 3.3.13 (2020-11-11)
BUG FIXES
- Not exactly sure if this qualifies as a bug fix: modified one
of the man pages to remove an unnecessary cross-reference to a
package that might not be available.
ClassDiscovery 3.3.10
BUG FIXES
- Not exactly sure if this qualifies as a bug fix: modified some
of the test scripts so that they don't raise errors (because
of not matching the output) on a few of the extra installations
tested by CRAN. The underlying issue appears to be in the
results of "hclust", which finds the same groups but assigns
them different cluster-labels on some machines.
ClassDiscovery 3.3.8
UPDATES
- Modified use of S4 classes to avoid deprecated and discouraged elements.
ClassDiscovery 3.3.0
FEATURES
- Added S4 methods "identify" and "text" for the SamplePCA class.
ClassDiscovery 3.2.0
BREAKING CHANGES
- Finished creating a separate package for the bimodalIndex
function, and so removed duplicate code from here.
ClassDiscovery 3.1.0
BREAKING CHANGES
- Refactored to move the lungData set out of this package into
the newly organized "oompaData" package.
ADMINISTRATIVE
- Changed the LICENSE to Apache 2.0.
ClassDiscovery 3.0.1
GENERAL
BUG FIXES
- Made compatible with new R check steps that verify DESCRIPTION
and NAMESPACE dependencies.
- Replaced use of 'plclust' (newly deprecated in R) with 'plot'.
ClassDiscovery 3.0.0
REFACTORING CHANGES
- Removed the dependence on the PreProcess package.
ClassDiscovery 2.14.1
BUG FIXES
- Moved the previously added .Rout.save files to correct directory.
- Added 'TailRank' dependency to Suggests: (used in tests).
- Replaced platform-specific windows() method with dev.new() method
to invoke default graphics device instead.
ClassDiscovery 2.14.0
NEW FEATURES
- Added .Rout.save files for the ClassComparison tests.
- Added test for the bimodalIndex function.
- Created tests for ClassDiscovery from /inst/samples.
- Moved vignettes from /inst/doc to /vignettes.
- Added optional argument to screeplot() method.
ClassDiscovery 2.13.4
BUG FIXES
- Corrected spelling in documentation.
ClassDiscovery 2.10.0
NEW FEATURES
- Modified 'bimodalIndex' function to return proportion of
samples in group 1 rather than proportion in larger group.
- Moved redgreen, jetColors, etc. into the oompaBase package.
BUG FIXES
- Fixed labeling error in 'bimodalIndex' function.
ClassDiscovery 2.9.0
NEW FEATURES
- Added support for computing the "bimodalIndex" as
defined by Wang et al. in Cancer Informatics.
- Added a subset of the Nature Medicine lung cancer dataset to
the package in order to provide meaningful examples for the
computation of the bimodality index.
- Added support for namespaces.