Skip to content

Beta 0.5.3

Compare
Choose a tag to compare
@noxan noxan released this 17 Mar 03:18
· 197 commits to main since this release
3c0dd5c

What's Changed

Bugfixes

  • [fix] Limit broken dependency versions (mainly pytorch < 2.0) by @noxan in #1221

Minor features

Documentation

  • [docs] Style fixes in tutorial notebooks when dark mode is active by @leoniewgnr in #1199
  • [typing] Add typing for user facing functions by @noxan in #1193

Under the hood changes

  • [refactor] Move evaluate method outside of Conformal class and rename it as conformal_evaluate by @Kevin-Chen0 in #1210
  • [refactor] Renamed conformal.py to uncertainty.py and conformal_evalute() to uncertainty_evaluate(). by @Kevin-Chen0 in #1213
  • [refactor] Modified n_forecasts in _infer_evaluate_params_from_dataset() method in conformal.py by @Kevin-Chen0 in #1212
  • [refactor] Add quantile regression (QR) as an uncertainty evalution metric in uncertainty.py by @Kevin-Chen0 in #1214

Full Changelog: 0.5.2...0.5.3