Skip to content

v0.5.1

Compare
Choose a tag to compare
@wpk-nist-gov wpk-nist-gov released this 27 Sep 14:00
· 149 commits to main since this release

Added

  • Added --sort/--no-sort flag to cli. Default is to sort dependencies. This
    fixes issues with changing order in pyproject.toml leading to different yaml
    files.

Changed

  • Changed structure of the repo to better support some third party tools.

  • Moved nox environments from .nox to .nox/{project-name}/envs. This fixes
    issues with ipykernel giving odd names for locally installed environments.

  • Moved repo specific dot files to the config directory (e.g.,
    .noxconfig.toml to config/userconfig.toml). This cleans up the top level
    of the repo.

  • added some support for using nbqa to run mypy/pyright on notebooks.

  • Added ability to bootstrap development environment using pipx. This should
    simplify initial setup. See Contributing for more info.

  • Main repo now on usnistgov.

Full Changelog: v0.5.0...v0.5.1