v0.2.1 - 23/01/2022
- Adding a `weighted_CKM` function.
- updating dependencies
- fixing "deprecated" warnings

v0.2.0 - 04/02/2022
- Adding Nyström sketching operator
- Adding CLOMPR for Nyström features / Diracs mixtures
- Adding CLOMPR for Nyström features / GMM
- Nyström sketching operators support kernels from the KernelFunctions package (more efficient)
- Corrected an error in the computation of the adjusted rand index for clustering results.
- Updated dependencies (in particular, support only for KernelFunctions >0.10.0 due to breaking changes, support for only julia 1.6).

v0.1.6 - 24/05/2021
- Adding dependency to KernelFunctions for future support
- EM_GMM now supports arbitrary types that can be converted (via 2d indexing) to a matrix that fits in memory
- improving support for GMM learning + evaluation of the solutions 
- GaussianMixture is now renamed to the more explicit GaussianMixtureDiagCov
- adding m_factor_eq_reals options to specify the sketch size in terms of real numbers
- GMM support for FatDatasets.H5Dataset type
- functions `kmeans_multitrials` and `EM_GMM` now support H5Dataset objects (by loading the full dataset in memory…)

v0.1.5 − 24/03/2021
- Updating the readme

v0.1.4 - 13/01/2021
- Removing some old dependencies

v0.1.3 − 09/01/2021
- Mostly code cleaning. License files are now properly included for a public release.

v0.1.2 − 08/01/2021
- Adding documentation.
- The code related to the fast transforms has now been externalized to a jll package.

No release notes for older versions, sorry.
