Skip to content

v1.6.0 - Modular Metrics API

Latest

Choose a tag to compare

@Debasish-Mahapatra Debasish-Mahapatra released this 05 Dec 20:34
· 1 commit to main since this release

What's New

  • 65 standalone metric functions: from nwpeval import rmse, fss, pod
  • NWP_Stats class deprecated (will be removed in future version)
  • Bug fixes: FSS formula, MCC overflow
  • Test suite added in tests/

New API

from nwpeval import rmse, mae, pod, fss
result = rmse(obs, model)

Full Changelog

v1.5.0...v1.6.0