Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

43 lines (27 loc) · 1.86 KB

Change Log

Added

  • Added conda-forge README badge. (#149)
  • Added pre-commit.ci config and README badge. (#156)

Changed

  • Updated documentation website. (#125)
  • Replaced loop with list comprehension. (#148)
  • Expanded gitignore patterns. (#155)

0.1.1 - 2021-08-31

This patch release sets dependency requirements for a conda installation. The original requirements were too strict for conda-forge.

Added

  • Added pre-commit to dev dependencies. (#127)

Changed

  • Changed CI workflows to run pre-commit with poetry. (#131)
  • Moved common workflow steps to a composite action. (#132)
  • Updated pre-commit hooks. (#133, #135)
  • Relaxed dependency requirements. (#139)

Fixed

  • Fixed change log links. (#126, #128)
  • Fixed contributing file link. (#137)
  • Fixed Sphinx config metadata. (#138)

0.1.0 - 2021-08-16

Initial release