Skip to content

Releases: casperdcl/argopt

argopt v0.8.2 stable

21 Feb 20:48
a2aeafe
Compare
Choose a tag to compare
  • drop py<=3.6 support (#18)
  • code linting
  • misc framework updates (#18)
    • fix & update CI tests
    • fix release process
    • update & fix pre-commit

argopt v0.7.1 stable

13 Jul 12:46
472e7ce
Compare
Choose a tag to compare
  • 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

01 Mar 16:52
01864d8
Compare
Choose a tag to compare
  • support partial in [default: ] (#14)
  • fix potential exceptions & typecasting issues (#14)
  • update documentation
    • fix README example
  • major tests, framework & formatting upgrades (#14)

argopt v0.6.2 stable

19 Dec 19:38
86c0bc4
Compare
Choose a tag to compare
  • framework upgrade
    • major build/dist/versioning system update
    • migrate Travis => GHA
  • add pre-commit linting
  • update documentation & badges

argopt v0.6.1 stable

19 Dec 19:37
113b51e
Compare
Choose a tag to compare
  • fix file type in py3 (#11 <- #9)
  • minor framework updates & code tidy

argopt v0.6.0 beta

15 Feb 21:45
8250dba
Compare
Choose a tag to compare
  • 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

04 Jan 19:19
5715e74
Compare
Choose a tag to compare
  • allow ARG format (#5)
  • remove argparse dependency for py>=2.7 (#6)
  • add unit tests
  • fix CI py26 tests

argopt v0.4.0 beta

02 Feb 18:54
1360fc0
Compare
Choose a tag to compare
  • support epilogue
  • ignore section titles (usage|options|arguments): when not at start-of-line
  • update documentation and CI tests

argopt v0.3.4 beta

22 Jan 18:06
3ed7954
Compare
Choose a tag to compare
  • 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

18 Jan 18:03
2b14d96
Compare
Choose a tag to compare
  • added python 2.6 support
  • update examples and documentation
  • add tests (py3.6, pypy3)
  • exposed DictAttrWrap