Skip to content

Commit c893e2d

Browse files
author
semantic-release
committed
0.3.0
Automatically generated by python-semantic-release
1 parent 0f5ef95 commit c893e2d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
<!-- version list -->
44

5+
## v0.3.0 (2026-03-02)
6+
7+
### Bug Fixes
8+
9+
- Remove hydra from checkpoint
10+
([`20198b4`](https://github.com/ssslakter/trainer-tools/commit/20198b49d1ab12f5c0803f171e7ba43d18af3509))
11+
12+
- Return omegaconf
13+
([`3a88cd1`](https://github.com/ssslakter/trainer-tools/commit/3a88cd126fc71abddb504f5e71103fedf3f47158))
14+
15+
### Features
16+
17+
- Add mlop
18+
([`dfae021`](https://github.com/ssslakter/trainer-tools/commit/dfae0216da4333577bd2f6e5101ddad0a910e9fe))
19+
20+
521
## v0.2.1 (2026-02-22)
622

723
### Patch

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
name = "trainer-tools"
1515
readme = "README.md"
1616
requires-python = ">= 3.11"
17-
version = "0.2.1"
17+
version = "0.3.0"
1818
license = { file = "LICENSE" }
1919
keywords = ["pytorch", "deep-learning", "training", "trainer"]
2020
classifiers = [

0 commit comments

Comments
 (0)