Skip to content

Releases: deepmodeling/dargs

v0.2.4

13 May 21:52
Compare
Choose a tag to compare

Nothing new. Small refactor and to update pypi package.

v0.2.3

13 May 04:18
Compare
Choose a tag to compare

prettier error message

v0.2.2

14 Apr 17:48
Compare
Choose a tag to compare

use RST style reference instead of raw html as default.

v0.2.1

13 Apr 06:34
Compare
Choose a tag to compare

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

11 Apr 05:27
Compare
Choose a tag to compare

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

06 Jan 04:13
Compare
Choose a tag to compare

Bug fixings:

  • missing doc for variant
  • alias is not supported for variant

v0.1.2

30 Oct 08:05
Compare
Choose a tag to compare

1, refined document style.
2, support cross ref in doc.

v0.1.1

19 Oct 00:19
Compare
Choose a tag to compare
use setuptools_scm to automatically determine the verion for packaging

v0.1.0

19 Oct 00:10
Compare
Choose a tag to compare

Initial release