Releases: Planet-AI-GmbH/paiargparse
Releases · Planet-AI-GmbH/paiargparse
1.1.2
- updated dataclasses_json
- Improved alternatives proposal for unknown arguments
1.1.1
- added flag to
to_dict()
to disalbe adding __class__
(include_cls=True
)
- Fixed
setup.py
script
- Upgraded
dataclasses_json
version
1.1.0
- Increases dataclasses_json version
- Improved error messages
- added
pai_meta(tuple_like=True)
option to allows setting a dataclass (primitives types only) by a list
1.0.6
v1.0.6
Update version to 1.0.6
1.0.5
v1.0.5
Update python-publish.yml
1.0.1
- Support for Generic Types
- Added
fix_meta
in pai_meta
to forbid that a dataclass type can be overwritten (argument is removed)
- Added
choices
for primitive list types
- Fix for required dataclass
- Fix for dataclass that is a member of a dataclass within a list or dictionary
1.0.0
v1.0.0
Updates to setup.py