Skip to content

Releases: deepmodeling/dargs

v0.3.4

25 Nov 04:15
d8856ff
Compare
Choose a tag to compare

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

27 Sep 00:49
Compare
Choose a tag to compare

display empty string default value correctly in doc generation.

v0.3.2

10 Jul 02:42
9bad3f6
Compare
Choose a tag to compare

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

11 Jun 03:27
582e07a
Compare
Choose a tag to compare

fix bug with sphinx plugin

v0.3.0

10 Jun 21:30
3c96e6e
Compare
Choose a tag to compare

Add docs and sphinx plugin, thanks to @njzjz

v0.2.9

23 Apr 21:59
1b778b3
Compare
Choose a tag to compare

support any kwargs in strict mode

v0.2.8

01 Jan 09:34
Compare
Choose a tag to compare

fix error in json dump for optional but no default values

v0.2.7

01 Jan 02:32
6cb4df3
Compare
Choose a tag to compare

support default in json

v0.2.6

27 Jul 07:16
468756d
Compare
Choose a tag to compare

support encoding json

v0.2.5

15 May 07:23
559efc5
Compare
Choose a tag to compare

Now support action to auto publish to pypi.