Releases: CESNET/cesnet-tszoo
Releases · CESNET/cesnet-tszoo
2.1.0
Release Notes
New features
- Added configurable preprocess order by @milankures in #22
- Added custom handler by @milankures in #23
- Added method to display preprocess summary by @milankures in #24, #27
Enhancements
- Added citation section into the README by @koumajos in #20
- Refactoring code by @milankures in #21
- Updated notebooks by @milankures in #28, #26
- Updated benchmarks by @milankures in #25
- Moved notebooks to tutorial repo by @milankures in #29
- Updated docs by @milankures in #30, #31, #34
- Added pipeline for automatic publishing to PyPI by @milankures in 166f17d
Fixes
- Repaired typos in feature names by @koumajos in #19
- Various bug fixes by @milankures in #26
2.0.0
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