Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [3.0.0](2.0.0...3.0.0) (2023-01-09) ### ⚠ BREAKING CHANGES * **neuralnet:** make get_state_dict return deep copy ### Features * **augmentation:** add jpeg2000 compression step ([6700c95](6700c95)) * **caching:** abstract face detection/feature extraction load/save with cachers ([8994668](8994668)) * **feature-extraction:** add stationary wavelet packets extraction ([905c78a](905c78a)) * **nn:** add load_from_checkpoint argument to optimizer when fine tuning ([32c41d5](32c41d5)) * **utils:** add glob_multiple utility function ([51328a3](51328a3)) ### Bug Fixes * **cli:** add pretty printing of exceptions when not verbose ([26a374d](26a374d)) * **dataset:** allow data augmentation to skip failing step ([f5e6b96](f5e6b96)) * **neuralnet:** make get_state_dict return deep copy ([7236c50](7236c50))
- Loading branch information