We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3c37e0 + 54aefd0 commit 77fd844Copy full SHA for 77fd844
3 files changed
VERSION_NOTES.md
@@ -1,4 +1,7 @@
1
# Version Notes:
2
+## 0.2.6
3
+* Adding support for parsing multi-level args from commandline and params
4
+
5
## 0.2.5
6
* Adding support for directories with config path (only one file in directory)
7
pymarlin/__init__.py
@@ -1,6 +1,6 @@
"""A lightweight library for Deep Learning model training"""
-__version__ = '0.2.5'
+__version__ = '0.2.6'
from pymarlin.core.trainer import (
TrainerArguments,
Trainer,
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name="pymarlin",
15
- version="0.2.5",
+ version="0.2.6",
16
author="ELR Team",
17
author_email="elrcore@microsoft.com",
18
description="Lightweight Deeplearning Library",
0 commit comments