Skip to content

Releases: koesterlab/ddargparse

v0.3.2

21 Mar 22:28
f83c399

Choose a tag to compare

0.3.2 (2026-03-21)

Bug Fixes

  • parse_args taking only optional parameters now (7c6d371)

v0.3.1

21 Mar 20:58
3ad18e0

Choose a tag to compare

0.3.1 (2026-03-21)

Bug Fixes

  • improve compat with older python versions and fix parse_args signature (0dd6e29)

v0.3.0

21 Mar 07:49
50a9d03

Choose a tag to compare

0.3.0 (2026-03-21)

Features

v0.2.0

20 Mar 11:57
9aad7c3

Choose a tag to compare

0.2.0 (2026-03-20)

Features

  • add ability to choose between append-style (--arg item1 --arg item2 --arg item3) and nargs-style (default, --arg item1 item2 item3) list arguments via register_cli_args(..., list_append=True|False) (0484663)

Documentation

v0.1.4

20 Mar 11:12
5377552

Choose a tag to compare

0.1.4 (2026-03-20)

Documentation

v0.1.3

20 Mar 10:51
5feb342

Choose a tag to compare

0.1.3 (2026-03-20)

Bug Fixes

v0.1.2

20 Mar 10:45
dfc643b

Choose a tag to compare

0.1.2 (2026-03-20)

Bug Fixes

  • setup trusted publishing (d5d877d)

v0.1.1

20 Mar 10:42
b8cb9c6

Choose a tag to compare

0.1.1 (2026-03-20)

Documentation

Release 0.1.0

20 Mar 10:30
794d8c8

Choose a tag to compare

Initial release