Releases: pylhc/generic_parser
Releases · pylhc/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
Full Changelog: v1.1.0...v1.1.1
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.
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.
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.
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.
- improved