Releases: deepmodeling/dargs
Releases · deepmodeling/dargs
v0.3.4
What's Changed
- migrate from setup.py to pyproject.toml by @njzjz in #20
- drop Python 3.6 support by @njzjz in #21
- sphinx: render the list of arguments in the correct order by @njzjz in #22
Full Changelog: v0.3.3...v0.3.4
v0.3.3
display empty string default value correctly in doc generation.
v0.3.2
What's Changed
- refactor sphinx plugin by @njzjz in #14
- add sphinx domain to enable permalink, cross-reference, and index by @njzjz in #15
Full Changelog: v0.3.1...v0.3.2
v0.3.1
fix bug with sphinx plugin
v0.3.0
Add docs and sphinx plugin, thanks to @njzjz
v0.2.9
support any kwargs in strict mode
v0.2.8
fix error in json dump for optional but no default values
v0.2.5
Now support action to auto publish to pypi.