Release Notes
New features
- Added anomaly handler by @milankures in #7, #14
- Added Time-based splitting with disjoint identifiers dataset and changed Time-based dataset by @milankures in #6
Enhancements
- Added inverse_transform method to Transformers by @milankures in #10
- Big list of dataframes is no longer shown in notebooks by @milankures in #11
- Using get_dataset now results in correct IDE suggestions by @milankures in #13
- Allows zero window prediction by @milankures in #16
- Replaced Scaler, scale, SCALER and similar with transform variant by @milankures in #1
- Added backward support for configs and benchmarks by @milankures in 43161d4, #3
Fixes
- Config pickle can be loaded without depending on the numpy version by @milankures in #2
- Updated numpy and tables docs version to correct version by @milankures in #4, #5