Releases: erdogant/undouble
Releases · erdogant/undouble
v1.2.7
- added crop-resistant-hash method.
v1.2.6
- fix in case clean_tempdir=True is used
v1.2.5
- added functionality to remove entire tempdirectory using
clean_files(clean_tempdir=True)
v1.2.4
- 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
- added functionality to import images from URL locations
- Example can be found here
1.2.2
- Added functionality to plot hashes
See documentation pages for more information
model.plot_hash()
v1.2.1
- Fix when reading corrupted images.
1.2.0
- changed function name fit_transform into compute_hash
- updated docstrings
- minor fixes
1.1.2
- hash_size can also be changed now in the fit_transform function.
1.1.1
- move functionality improved in user-questions