Recent Releases of generic_parser

generic_parser - Release 1.1.1

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

  • provide globals dict to eval by @mihofer in https://github.com/pylhc/generic_parser/pull/58

Full Changelog: https://github.com/pylhc/generic_parser/compare/v1.1.0...v1.1.1

- Python
Published by fsoubelet about 3 years ago

generic_parser - Release v1.1.0

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.

- Python
Published by JoschD over 3 years ago

generic_parser - Release 1.0.9

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.

- Python
Published by JoschD over 4 years ago

generic_parser - Release 1.0.8

  • 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.

- Python
Published by fsoubelet about 5 years ago

generic_parser - Release 1.0.7

  • 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.

- Python
Published by fsoubelet over 5 years ago

generic_parser -

- Python
Published by JoschD about 6 years ago

generic_parser -

- Python
Published by JoschD over 6 years ago

generic_parser -

- Python
Published by JoschD over 6 years ago

generic_parser -

- Python
Published by JoschD over 6 years ago