-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ffb64ea
commit e8f66d1
Showing
3 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## 0.2.0 (2024-09-08) | ||
|
||
### Feat | ||
|
||
- litgpt update (#95) | ||
|
||
### Fix | ||
|
||
- adding cz config (#119) | ||
- removing version parsing in whittle/__init__.py (#118) | ||
- renaming whittle/version to whittle/__version__.py (#117) | ||
- commitizen configuration (#115) | ||
- remove deprecated module (#105) | ||
- delete old code (#104) | ||
- allow to pass other loss function to training strategies (#101) | ||
- set random state properly in sampler (#103) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from __future__ import annotations | ||
|
||
__version__ = "0.1.3" | ||
__version__ = "0.2.0" |