Skip to content

Releases: samsja/pydantic_config

v0.2.1: update readme

20 Nov 02:57
Compare
Choose a tag to compare

Release

Allow to pass config file with a whitespace after the @.

Example

python main.py --train @ train_config.json 

is equivalent to the old way

python main.py --train @train_config.json 

v0.2

02 Sep 10:14
Compare
Choose a tag to compare

release includes a full rewrite with better error messages as well as toml and yaml file support

v0.1

02 Sep 08:22
Compare
Choose a tag to compare

initial version release