Skip to content

Releases: maxwshen/hackerargs

v1.1.1

15 May 21:26
f6b1047

Choose a tag to compare

Fixes save_to_yaml

v1.1.0

14 May 19:59

Choose a tag to compare

  • Added support for custom argv: args.parse_args(..., argv = ['--string', 'text', '--int', '42'])
  • WriteOnceDict class now subclasses MutableMapping and dict, enabling wandb.config.update(args), and adding support for iter(), len().
  • Removed support for dot writing: args.key = val no longer supported. This is a bad idea anyway. The implementation of this in v1.0.0 has bugs and is not recommended.

v1.0.0

13 May 18:56

Choose a tag to compare

update readme