Recent Releases of undouble

undouble - 1.4.10

Fix for the minimum logging level of INFO. All levels, including None, are available again.

- Python
Published by erdogant 10 months ago

undouble - 1.4.8

  • Update logger

- Python
Published by erdogant 10 months ago

undouble - 1.4.7

  • update logger warning
  • update setup.py into pyproject.toml
  • reformat the logger so that it does not interfere with other loggers

- Python
Published by erdogant 12 months ago

undouble - 1.4.6

  • added use_thumbnail_cache and default value to True to speed up processing

- Python
Published by erdogant about 1 year ago

undouble - 1.4.5

  • add parameter use_thumbnail_cacheto import

- Python
Published by erdogant about 1 year ago

undouble -

  • opencv is removed entirely from requirements. Thsi needs to be installed manually based on the conditions where you are working in.

- Python
Published by erdogant about 1 year ago

undouble - 1.4.3

  • Update in requirements.

- Python
Published by erdogant about 1 year ago

undouble - 1.4.2

  • samesame

- Python
Published by erdogant about 1 year ago

undouble - 1.4.1

  • update with try catch to prevent error on import tkinter

- Python
Published by erdogant about 1 year ago

undouble - 1.4.0

  • functionality .move() is changed into .move_to_dir()

- Python
Published by erdogant about 1 year ago

undouble - 1.3.0

  • Added gui to move images interactively. See docs here.
  • Fix to import images from url location.
  • Add parameter to invert_colors when plotting
  • Updated docstrings
  • Cleaning

- Python
Published by erdogant about 1 year ago

undouble - v1.2.11

  • Replace local examples with datazets.

- Python
Published by erdogant over 2 years ago

undouble - v1.2.10

  • Fix for numpy error
  • colorscale defaults changed to 2. This will give it the original colors.

- Python
Published by erdogant over 2 years ago

undouble - v1.2.9

  • Set default hash size #6
  • Update docstrings with examples #7

- Python
Published by erdogant over 3 years ago

undouble - v1.2.8

  • added check whether whash-haar has hash_size that is power of 2.

- Python
Published by erdogant over 3 years ago

undouble - v1.2.7

  • added crop-resistant-hash method.

- Python
Published by erdogant over 3 years ago

undouble - v1.2.6

  • fix in case clean_tempdir=True is used

- Python
Published by erdogant over 3 years ago

undouble - v1.2.5

  • added functionality to remove entire tempdirectory using clean_files(clean_tempdir=True)

- Python
Published by erdogant over 3 years ago

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

```

- Python
Published by erdogant over 3 years ago

undouble - v1.2.3

  • added functionality to import images from URL locations
  • Example can be found here

- Python
Published by erdogant almost 4 years ago

undouble - 1.2.2

  • Added functionality to plot hashes

See documentation pages for more information

model.plot_hash()

- Python
Published by erdogant almost 4 years ago

undouble - v1.2.1

  • Fix when reading corrupted images.

- Python
Published by erdogant almost 4 years ago

undouble - 1.2.0

  • changed function name fittransform into computehash
  • updated docstrings
  • minor fixes

- Python
Published by erdogant about 4 years ago

undouble - 1.1.2

  • hashsize can also be changed now in the fittransform function.

- Python
Published by erdogant about 4 years ago

undouble - 1.1.1

  • move functionality improved in user-questions

- Python
Published by erdogant about 4 years ago

undouble - 1.1.0

  • changed names of functions
  • added sphinx pages

- Python
Published by erdogant about 4 years ago

undouble - 1.0.1

  • add DOI

- Python
Published by erdogant about 4 years ago

undouble - 1.0.0

  • First stable version
  • docstrings added
  • code refactoring

- Python
Published by erdogant about 4 years ago

undouble - 0.1.0

  • Initial release

- Python
Published by erdogant about 4 years ago