Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 3.44 KB

CHANGELOG.md

File metadata and controls

59 lines (41 loc) · 3.44 KB

Change Log

Added

  • Added conda-forge README badge. (#149)
  • Added pre-commit.ci config and README badge. (#156)
  • Added quantile loss function for uncertainty quantification. (#168)
  • Added input to base model constructor for loss function arguments. (#168)
  • Added pytest-mock to dev dependencies. (#168)
  • Added website descriptions for new features. (#165, #169)
  • Added mean interval score loss function. (#188)
  • Added API documentation to website. (#206, #237, #238)
  • Added ODE solver and examples. (#134)

Changed

  • Updated documentation website. (#125)
  • Replaced loop with list comprehension. (#148)
  • Expanded automatic pull request labeling. (#154, #204)
  • Expanded gitignore patterns. (#155)
  • Updated flakehell pre-commit hook. (#177)
  • Removed pull requests from security workflow runs. (#185)
  • Switched from flakehell to flakeheaven. (#203)
  • Removed pre-commit actions. (#224)

Fixed

  • Fixed equation parentheses in spatiotemporal documentation. (#153)

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