Skip to content

Commit a91064b

Browse files
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

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [3.0.0](https://github.com/ndido98/revelio/compare/2.0.0...3.0.0) (2023-01-09)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* **neuralnet:** make get_state_dict return deep copy
7+
8+
### Features
9+
10+
* **augmentation:** add jpeg2000 compression step ([6700c95](https://github.com/ndido98/revelio/commit/6700c95b18b0ec53faaead64062926cbee6e6466))
11+
* **caching:** abstract face detection/feature extraction load/save with cachers ([8994668](https://github.com/ndido98/revelio/commit/8994668756ecf17b624e18115ed5f4e65dd54296))
12+
* **feature-extraction:** add stationary wavelet packets extraction ([905c78a](https://github.com/ndido98/revelio/commit/905c78a347c33b8b690ffee831cf0541fef556db))
13+
* **nn:** add load_from_checkpoint argument to optimizer when fine tuning ([32c41d5](https://github.com/ndido98/revelio/commit/32c41d58620c4d70aecb1f0ae1cac2d68122b1e3))
14+
* **utils:** add glob_multiple utility function ([51328a3](https://github.com/ndido98/revelio/commit/51328a3ed6bf9f0e40aab854bea90fdb83891829))
15+
16+
17+
### Bug Fixes
18+
19+
* **cli:** add pretty printing of exceptions when not verbose ([26a374d](https://github.com/ndido98/revelio/commit/26a374da5d4d8e213c44c2a583e3684d023f9e39))
20+
* **dataset:** allow data augmentation to skip failing step ([f5e6b96](https://github.com/ndido98/revelio/commit/f5e6b965ccfa94e78f9fbc04c526b9a138611b35))
21+
* **neuralnet:** make get_state_dict return deep copy ([7236c50](https://github.com/ndido98/revelio/commit/7236c5070470e27c876ba6019b84423a11136336))
22+
123
## [2.0.0](https://github.com/ndido98/revelio/compare/1.0.6...2.0.0) (2022-12-12)
224

325

0 commit comments

Comments
 (0)