Skip to content

CRAN v0.1.1

Compare
Choose a tag to compare
@mitchelloharawild mitchelloharawild released this 25 Sep 00:44

Breaking changes

  • Updated method names available for min_trace() reconciliation (@GeorgeAthana).

Improvements

  • Improved error messaging for failing features.
  • Added Continuous Ranked Probability Score (CRPS()) accuracy measure.
  • Transformations of features are now computed for separately for each key, allowing transformations such as scale(value) to be used.
  • Added structural scaling method for MinT (min_trace(method = "wls_struct")) forecast reconciliation (@GeorgeAthana).
  • Performance improvements.
  • Documentation improvements.

Bug fixes

  • Added failure condition for disjoint reconciliation graphs.