Skip to content

Releases: erdogant/undouble

v1.2.11

12 Jul 15:50
Compare
Choose a tag to compare
  • Replace local examples with datazets.

v1.2.10

16 Jun 19:32
Compare
Choose a tag to compare
  • Fix for numpy error
  • colorscale defaults changed to 2. This will give it the original colors.

v1.2.9

23 Oct 12:36
Compare
Choose a tag to compare
  • Set default hash size #6
  • Update docstrings with examples #7

v1.2.8

09 Jul 20:31
Compare
Choose a tag to compare
  • added check whether whash-haar has hash_size that is power of 2.

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()