* Fix for scatterplot * More input arguments for scatterplot to make even more pretty plots. Examples can be found [here](https://erdogant.github.io/clustimage/pages/html/Examples.html#scatter-plot).
1.4.2
* Fix for input argument in `scatterd` * Added input argument density to `scatter(density=True)` function
1.4.1
* UMAP can be used as embedding technique
**Example:**
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