Releases: deepmodeling/dargs
Releases · deepmodeling/dargs
v0.2.4
Nothing new. Small refactor and to update pypi package.
v0.2.2
use RST style reference instead of raw html as default.
v0.2.1
improvement in doc gen:
- show alias for keys and variant choices
- now possible to add links in variant choices with
make_link=True
in gen_doc function.
v0.2.0
major:
- refactor the code to use dict to save subfields and subvariants
- change the way of traversing sub variants
- support indexing for Argument object (index is same as path)
minor:
- fix error when use strict checking with vatiants
- support extra value checking function
- add dpmd arguments as an integrated test
v0.1.3
Bug fixings:
- missing doc for variant
- alias is not supported for variant
v0.1.2
1, refined document style.
2, support cross ref in doc.
v0.1.1
use setuptools_scm to automatically determine the verion for packaging