NEWS


ClusterR 1.3.3 (2024-06-18)

ClusterR 1.3.2 (2023-12-04)

ClusterR 1.3.1 (2023-04-29)

ClusterR 1.3.0 (2023-01-21)

ClusterR 1.2.9 (2022-12-13)

ClusterR 1.2.8 (2022-12-03)

ClusterR 1.2.7 (2022-09-21)

ClusterR 1.2.6 (2022-01-27)

ClusterR 1.2.5 (2021-05-21)

ClusterR 1.2.4 (2021-05-04)

ClusterR 1.2.3 (2021-05-03)

ClusterR 1.2.2 (2020-05-12)

ClusterR 1.2.1 (2019-11-29)

ClusterR 1.2.0 (2019-07-18)

ClusterR 1.1.9 (2019-04-14)

ClusterR 1.1.8 (2019-01-11)

ClusterR 1.1.7 (2018-12-09)

ClusterR 1.1.6 (2018-11-08)

ClusterR 1.1.5 (2018-10-05)

As of version 1.1.5 the ClusterR functions can take tibble objects as input too.

ClusterR 1.1.4 (2018-08-22)

I modified the ClusterR package to a cpp-header-only package to allow linking of cpp code between Rcpp packages. See the update of the README.md file (16-08-2018) for more information.

ClusterR 1.1.3 (2018-07-21)

I updated the example section of the documentation by replacing the optimal_init with the kmeans++ initializer

ClusterR 1.1.2 (2018-05-03)

ClusterR 1.1.1 (2018-02-26)

ClusterR 1.1.0 (2018-01-17)

ClusterR 1.0.9 (2017-11-30)

ClusterR 1.0.8 (2017-10-28)

ClusterR 1.0.7 (2017-10-13)

I modified the kmeans_miniBatchKmeans_GMM_Medoids.cpp file in the following lines in order to fix the clang-ASAN errors (without loss in performance):

I modified the following functions in the clustering_functions.R file:

ClusterR 1.0.6 (2017-08-03)

The normalized variation of information was added in the external_validation function (https://github.com/mlampros/ClusterR/pull/1)

ClusterR 1.0.5 (2017-02-11)

I fixed the valgrind memory errors

ClusterR 1.0.4 (2017-02-02)

I removed the warnings, which occured during compilation. I corrected the UBSAN memory errors which occured due to a mistake in the check_medoids() function of the utils_rcpp.cpp file. I also modified the quantile_init_rcpp() function of the utils_rcpp.cpp file to print a warning if duplicates are present in the initial centroid matrix.

ClusterR 1.0.3 (2016-10-08)

ClusterR 1.0.2

I modified the RcppArmadillo functions so that ClusterR passes the Windows and OSX OS package check results

ClusterR 1.0.1 (2016-09-09)

I modified the RcppArmadillo functions so that ClusterR passes the Windows and OSX OS package check results

ClusterR 1.0.0 (2016-09-06)