Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 11:29
· 13 commits to master since this release

3.0.0 (2023-01-09)

⚠ BREAKING CHANGES

  • neuralnet: make get_state_dict return deep copy

Features

  • augmentation: add jpeg2000 compression step (6700c95)
  • caching: abstract face detection/feature extraction load/save with cachers (8994668)
  • feature-extraction: add stationary wavelet packets extraction (905c78a)
  • nn: add load_from_checkpoint argument to optimizer when fine tuning (32c41d5)
  • utils: add glob_multiple utility function (51328a3)

Bug Fixes

  • cli: add pretty printing of exceptions when not verbose (26a374d)
  • dataset: allow data augmentation to skip failing step (f5e6b96)
  • neuralnet: make get_state_dict return deep copy (7236c50)