Skip to content

Release v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 18:04
· 92 commits to main since this release
0.2.0
43de42c

0.2.0 (2023-07-15)

New

  • Add sorting script and default config, cleanup lint. [Stephen L Arnold]

  • Add more project docs to sphinx build. [Stephen L Arnold]

    • filter out/remove local file links for docs build
  • Add more config options, update tool deps and readme. [Stephen L Arnold]

    • allow more user-facing config options, add munch-stubs for mypy
    • update tool deps and cfgs to use new type stubs
    • update readme usage description

Changes

  • Readme cleanup, add note about yasort script. [Stephen L Arnold]

  • Update readme with new usage output. [Stephen L Arnold]

Fixes

  • Use new path to source rst for github readme rendering. [Stephen L Arnold]

  • Replace sys.argv with option parser, wire up options and args. [Stephen L Arnold]

    • yes, optparse is deprected so may be replaced in the future

Other

  • Merge pull request #8 from sarnold/new-refactor. [Steve Arnold]

    code migration and cleanup

  • Adjust importlib version cutoff in reqs. [Stephen L Arnold]

  • Move some shared code to separate module, update pre-commit cfg. [Stephen L Arnold]

  • Merge pull request #6 from sarnold/cfg-update. [Steve Arnold]

    add config options and munch type stubs

  • Merge pull request #5 from sarnold/option-parse. [Steve Arnold]

    refactor arg handling