0.4.10 (2020-11-09)
  * Drop dependency on the salso package.
  * Drop default.mass function and related functions.
  * Updated to lastest dependencies.

0.4.9 (2020-04-03)
  * Drop functions that have been superceded by the salso package:
    adj.rand.index, estimate.partition, pairwise.probabilities,
    partition.confidence
  * Drop sampling.model function.
  * Updated to lastest dependencies.

0.4.8 (2020-02-06)
  * Fixed warning regarding "Documented arguments not in \usage" (PR#16223).

0.4.7 (2019-10-01)
  * Remove dependency on sdols package.

0.4.6 (2019-06-28)
  * Support for Scala 2.13.
  * Updated to rscala 3.2.14.

0.4.5 (2018-10-30)
  * Updated to rscala 3.2.3.

0.4.4 (2018-06-29)
  * Updated to rscala 3.0.2.

0.4.3 (2017-10-02)
  * Circumvent a problem with 'R CMD check' not finishing on Windows.

0.4.2 (2017-09-27)
  * Updated to latest rscala.

0.4.1 (2017-08-24)
  * Minor update to correctly describe the package functionality.

0.4.0 (2017-08-22)
  * Added function sample.partitions.posterior to do posterior sampling.
  * Added partition.pmf function that returns the probability mass function.
  * Added enumerate.partitions function.
  * Renamed functions sample.partition & process.partitions to
    sample.partitions & process.partitions.
  * Updated to the lastest version of rscala.

0.3.2 (2017-05-24)
  * Spin down the Scala interpreter/compiler when the package is unloaded using
    the .rscalaPackageUnload function.
  * Removed Apache Commons Math JAR file and now get it from the
    commonsMath package.
  * Circumvent a weird bug in the class loader of Scala 2.11.x.

0.3.1 (2017-05-11)
  * Initial release to CRAN.

