Commit a91064b
committed
chore(release): 3.0.0 [skip ci]
## [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))1 parent 905c78a commit a91064b
1 file changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
1 | 23 | | |
2 | 24 | | |
3 | 25 | | |
| |||
0 commit comments