Skip to content

Releases: pylhc/generic_parser

Release 1.1.1

10 Feb 12:35
98cbde9
Compare
Choose a tag to compare

Release 1.1.1 is a bug fix release.

Fixed a bug where an entryparser decorated function received some built-in types, these would work and could be saved to file, but the saved entryfile cannot be parsed again.

What's Changed

Full Changelog: v1.1.0...v1.1.1

Release v1.1.0

19 Sep 11:08
600564b
Compare
Choose a tag to compare

Release v1.1.0 adds a new feature to the EntryPoint class, which allows to

a) give arguments to the argparser
b) have the argparser print the help, whenever he fails
c) have the argparser print help when --help is present, but ALSO PASSES THIS ON in the unknown opts.

Release 1.0.9

16 Nov 17:22
eb28f3f
Compare
Choose a tag to compare

This is a dummy release for Zenodo to pick up the .zenodo.json configuration file and create a DOI for the package.

No functionality has changed since v1.0.8.

Release 1.0.8

26 Nov 15:16
Compare
Choose a tag to compare
  • Fixed:

    • Fixed a format string error when a choice is not correct for a list argument
    • Fix a deprecation issue in Github Actions CI.
  • Changes:

    • Revamped documentation.

Release 1.0.7

07 Oct 13:03
e7337b5
Compare
Choose a tag to compare
  • Fixed:

    • No longer crashes before emitting a proper error message for invalid choice of non-string objects.
    • Paths can be handled by save_options_to_config (converted to strings)
    • Quotes around Paths are stripped from config files on reading, to avoid some issues on Windows
    • Strings with linebreaks are now written properly with save_options_to_config
  • Added:

    • None value write and read in config files.
    • tests for list-lengths of default parameters.
  • Changes:

    • improved create_parameter_help function.
    • some documentation fixed/additions.
    • switched to github actions for CI.

v1.0.6

27 Nov 15:47
Compare
Choose a tag to compare
Bump version: 1.0.5 → 1.0.6

v1.0.5

15 Oct 12:55
Compare
Choose a tag to compare
#17 Add a new stage for doc on travis

v1.0.2

08 Aug 15:16
Compare
Choose a tag to compare
Bump version: 1.0.1 → 1.0.2

v1.0.0

08 Aug 14:06
Compare
Choose a tag to compare
Updated imports in test_dict_parser