Skip to content

Version 1.1.1

Latest
Compare
Choose a tag to compare
@drsteve drsteve released this 23 Apr 20:24
· 12 commits to master since this release

PyForecastTools v1.1.1

A Python module to provide model validation and forecast verification tools,
including a set of convenient plot functions. A selection of capabilites
provided by PyForecastTools includes:

  • Accuracy and bias metrics for continuous predictands
    • Unscaled/absolute measures
    • Relative measures
    • Scaled measures
  • 2x2 and NxN contingency table classes
    • Wide range of contingency table metrics and scores
    • Multiple methods of calculating confidence intervals on scores
  • Convenient plotting for visually comparing models and data
    • Quantile-Quantile plots
    • Taylor diagrams
    • ROC curves
    • Reliability diagrams

Release history

Changes in Version 1.1.1 (2020-04-23)

  • Updated version number in package metadata

Changes in Version 1.1.0 (2020-04-23)

  • Restructure package with modules
  • Code tidying for PEP8
  • Updated license and copyright
  • Documentation at drsteve.github.io/PyForecastTools
    categorical
  • Added bootstrapped CI for Matthews correlation
    metrics
  • Updated docstrings
  • Compatibility with xarray input
    plot
  • Added plot module
    • QQ plots
    • Taylor diagrams
    • ROC curves
    • Reliability diagrams

Changes in Version 1.0.1 (2018-06-27)

  • Repackaged for pip install
  • Expanded test coverage

Changes in Version 1.0.0 (2018-05-31)

  • Initial release