Skip to content

Release v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jun 17:24
· 109 commits to main since this release
0.1.0
05b56e9

0.1.0 (2022-06-22)

New

  • Add sphinx api-doc build, update readme and doc strings. [Stephen L Arnold]

  • Add arg to dump default config yaml to stdout. [Stephen L Arnold]

Changes

  • Update readme and usage output. [Stephen L Arnold]

  • Flatten cfg file, use single cfg object, cleanup doc strings. [Stephen L Arnold]

Fixes

  • Replace old thing/new thing => use importlib for cfg file. [Stephen L Arnold]

    • use external importlib pkgs first
    • make mypy ignore one of the 2 importlib imports
    • install pkg for command-line test

Other

  • Cleanup metadata/packaging and workflow files. [Stephen L Arnold]

  • Add more CI workflows for wheels, pylint, release. [Stephen L Arnold]