Skip to content

v1.0.0

Compare
Choose a tag to compare
@elephaint elephaint released this 16 Dec 19:05
· 4 commits to main since this release
0ce4514

New features

  • [FEAT] Polars support in #305
  • [FEAT] Evaluation to utils in #311

Breaking changes

As of v1.0.0, HierarchicalForecast no longer supports the unique_id as index. Users may have to perform a .reset_index() when using a Pandas DataFrame that has the unique_id still as index. The old behavior has been deprecated throughout the entire Nixtlaverse, so it may be wise to update all Nixtla packages to ensure the same consistent behavior is observed everywhere.

Full Changelog: v0.4.3...v1.0.0