Skip to content

Releases: erdogant/clustimage

1.4.1

24 Feb 10:09
Compare
Choose a tag to compare
  • UMAP can be used as embedding technique

Example:

from clustimage import Clustimage
# Initialize
cl = Clustimage(embedding='umap')

1.4.0

24 Jan 14:58
Compare
Choose a tag to compare
  • 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

16 Jan 20:45
Compare
Choose a tag to compare
  • Fix that pathnames and filenames is always return in a numpy array
  • Some code refactoring and cleaning

1.3.14

11 Jan 23:01
Compare
Choose a tag to compare
  • fix for colors when making plots
  • smaller bugs fixed
  • codestyling

1.3.13

09 Jan 12:35
Compare
Choose a tag to compare
  • 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

28 Dec 11:16
Compare
Choose a tag to compare
  • fix for throwing error during the embedding part
  • fix in case of using hog features
  • fix in case of unique plotting

1.3.11

26 Dec 10:43
Compare
Choose a tag to compare

bugfix for unexpected keyword argument 'method'

1.3.10

22 Dec 21:24
Compare
Choose a tag to compare
  • Minor fix in case of using hog feature. Grayscale needs to be set on True.

1.3.9

22 Dec 20:51
Compare
Choose a tag to compare
  • added black listing for search through directories

1.3.8

10 Dec 09:29
Compare
Choose a tag to compare
  • Some bug fixes
  • Code refactoring