Releases: casperdcl/argopt
Releases · casperdcl/argopt
argopt v0.8.2 stable
argopt v0.7.1 stable
- misc framework updates (#15)
- fix CI tests
- bump
pre-commit
- upgrade to
pytest
<=nose
- fix type handling
- minor sponsor link update
argopt v0.7.0 stable
argopt v0.6.2 stable
- framework upgrade
- major build/dist/versioning system update
- migrate Travis => GHA
- add pre-commit linting
- update documentation & badges
argopt v0.6.1 stable
argopt v0.6.0 beta
- fix escaped chars in regex
- add
.[dev]
<-requirements-dev.txt
- update test framework
- complete CI framework overhaul
- fix py26 tests
- auto-release to PyPI
argopt v0.5.0 beta
argopt v0.4.0 beta
- support
epilog
ue - ignore section titles (usage|options|arguments): when not at start-of-line
- update documentation and CI tests
argopt v0.3.4 beta
- warn about duplicate options
- epilog support (#2)
- exposed default
formatter_class=argparse.RawDescriptionHelpFormatter
- py26
argparse
dependency - exposed default
logLevel=logging.NOTSET
argopt v0.3.3 beta
- added python 2.6 support
- update examples and documentation
- add tests (py3.6, pypy3)
- exposed
DictAttrWrap