Skip to content

v4.2.0

Compare
Choose a tag to compare
@elisemercury elisemercury released this 07 Jan 22:28
· 10 commits to main since this release

Major updates:

  • New feature: renamed the lazy parameter to same_dim to make the usage of difPy more intuitive. The functionality remains the same.
  • Enhancements:
    • Improved the CLI usage by ensuring parameter validation is performed before any search is performed.
    • Improved search.stats generation by using dict literals, as suggested by @AliSot2000 in #112
  • Bug fixes:
    • Implemented fix for #110 where difPy would throw an error when writing the lower_quality files to the output file during CLI usage.
    • Implemented fix for #111 where difPy would falsely accept both the move_to and delete parameters.
  • Deprecated backwards compatibility with logs parameter. difPy now throws an exception if logs is given.
  • Improved error handling
  • Improved parameter validation