- First release on PyPI.
- Major feature implementation and documentation
- Static typing
- Testing - 44% coverage
- Testing up to 75%
- Exogenous variable support
- Extensive docs
- Parallel and distributed training
- Testing for all reconciliation methods, line coverage > 80%
- Python 3.6 support
- Added support for no revision, thanks @ryanvolpi
- Added multiple example at https://github.com/carlomazzaferro/scikit-hts-examples, thanks @vtoliveira
- Logging fixes and usability improvements
- Support for grouped time series, thanks to @noahsa! See: #51
- Fixed long-standing BU forcasting bug, thanks to @javierhuertay! See: #35
- Fixed input sanitization for convenience methods. See: #65
- Ability to build hierarchies from tabular data. Thanks @noahsa! See: #70
- Fix long-standing bugs related to handling exogenous variables. See: #55
- Minor bug fix for transforms fixed: #66 (comment)
- Further fix to exogenous variable handling, thanks to @wilfreddesert! See: #75