v3.0.10
New features and bug fixes:
- New feature:
limit_extensions
option has been added to limit difPy's file search only to known image file extensions, leading to increased speed and performance. Suggested by @audiomuze and implemented by @UplandsDynamic. - Enhancement: added more details to the
search.stats
output related tolimit_extensions
. It now includes logs of which files were skipped. Implemented by @UplandsDynamic. - Bug fix: fixed issue #70 where difPy's dependencies would not be included with its installation, leading to a
ModuleNotFoundError
. - Implemented Python version control in the PyPI package, ensuring difPy is only installed with Python versions >= 3.8
- Various other code improvements.