What's Changed
* [FEAT] Add distributed forecasts evaluation in https://github.com/Nixtla/datasetsforecast/pull/16. The new version includes the `accuracy` function (inspired [by fable](https://fabletools.tidyverts.org/reference/accuracy.html)) to compute different metrics for different aggregations. This new function can also evaluate spark, dask, and ray dataframes.
* [FEAT] Add hierarchical data tests in https://github.com/Nixtla/datasetsforecast/pull/18. In #15 was pointed out that the Labour summing matrix was wrong. The dataset was updated with the right one, and tests were added to ensure the summing matrix is right.
**Full Changelog**: https://github.com/Nixtla/datasetsforecast/compare/v0.0.7...v0.0.8