Skip to content

Releases: pylhc/generic_parser

Release 1.1.2

Choose a tag to compare

@fsoubelet fsoubelet released this 13 Nov 09:55
ef93c85

This patch release drops supports for Python 3.9.

Release 1.1.1

Choose a tag to compare

@fsoubelet fsoubelet released this 10 Feb 12:35
98cbde9

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

Choose a tag to compare

@JoschD JoschD released this 19 Sep 11:08
600564b

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

Choose a tag to compare

@JoschD JoschD released this 16 Nov 17:22
eb28f3f

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

Choose a tag to compare

@fsoubelet fsoubelet released this 26 Nov 15:16
  • 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

Choose a tag to compare

@fsoubelet fsoubelet released this 07 Oct 13:03
e7337b5
  • 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

Choose a tag to compare

@JoschD JoschD released this 27 Nov 15:47
Bump version: 1.0.5 → 1.0.6

v1.0.5

Choose a tag to compare

@JoschD JoschD released this 15 Oct 12:55
#17 Add a new stage for doc on travis

v1.0.2

Choose a tag to compare

@JoschD JoschD released this 08 Aug 15:16
Bump version: 1.0.1 → 1.0.2

v1.0.0

Choose a tag to compare

@JoschD JoschD released this 08 Aug 14:06
Updated imports in test_dict_parser