from clustimage import Clustimage Initialize cl = Clustimage(embedding='umap')
1.4.0
* in case of clustering on hash, the image-hash is now directly used in the clustering instead of pre-computing the adjacency matrix. * Removal of complicated functionalities regarding hashes
1.3.15
* Fix that pathnames and filenames is always return in a numpy array * Some code refactoring and cleaning
1.3.14
* fix for colors when making plots * smaller bugs fixed * codestyling
1.3.13
* Changed `_check_dim `into `get_dim` which now can more easily be used to determine the dimension of vector images * Other minor updates
1.3.12
* fix for throwing error during the embedding part * fix in case of using hog features * fix in case of unique plotting