Skip to content

Releases: erdogant/undouble

v1.2.7

09 Jul 20:03
Compare
Choose a tag to compare
  • added crop-resistant-hash method.

v1.2.6

30 May 15:17
Compare
Choose a tag to compare
  • fix in case clean_tempdir=True is used

v1.2.5

30 May 15:11
Compare
Choose a tag to compare
  • added functionality to remove entire tempdirectory using clean_files(clean_tempdir=True)

v1.2.4

30 May 15:03
Compare
Choose a tag to compare
  • Added functionality to remove images that are stored in tempdirectory.
# Import library
from undouble import Undouble
# Init with default settings
model = Undouble()
# Do stuff and finally clean the tempdirectory with
model.clean_files()

v1.2.3

07 May 20:01
Compare
Choose a tag to compare
  • added functionality to import images from URL locations
  • Example can be found here

1.2.2

22 Apr 11:39
Compare
Choose a tag to compare
  • Added functionality to plot hashes

See documentation pages for more information

model.plot_hash()

v1.2.1

25 Mar 12:51
Compare
Choose a tag to compare
  • Fix when reading corrupted images.

1.2.0

28 Jan 11:19
Compare
Choose a tag to compare
  • changed function name fit_transform into compute_hash
  • updated docstrings
  • minor fixes

1.1.2

23 Jan 21:34
Compare
Choose a tag to compare
  • hash_size can also be changed now in the fit_transform function.

1.1.1

22 Jan 19:41
Compare
Choose a tag to compare
  • move functionality improved in user-questions