diff --git a/CHANGELOG.md b/CHANGELOG.md index dbd347072..f045e4a24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,11 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - MyPy checks in CI/CD and lint commands ([#39](https://github.com/tinkoff-ai/etna-ts/issues/39)) - TrendTransform ([#139](https://github.com/tinkoff-ai/etna-ts/pull/139)) - Running notebooks in ci ([#134](https://github.com/tinkoff-ai/etna-ts/issues/134)) -- Limit version of pandas by 1.2 excluding ([#163](https://github.com/tinkoff-ai/etna-ts/pull/163)) ### Changed -- SklearnTransform out column names ([#99](https://github.com/tinkoff-ai/etna-ts/pull/99)) -- Update EDA notebook ([#96](https://github.com/tinkoff-ai/etna-ts/pull/96), [#114](https://github.com/tinkoff-ai/etna-ts/pull/114)) - Delete offset from WindowStatisticsTransform ([#111](https://github.com/tinkoff-ai/etna-ts/pull/111)) - Add Pipeline example in Get started notebook ([#115](https://github.com/tinkoff-ai/etna-ts/pull/115)) - Internal implementation of BinsegTrendTransform ([#141](https://github.com/tinkoff-ai/etna-ts/pull/141)) @@ -36,10 +33,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add Correlation heatmap in EDA notebook ([#144](https://github.com/tinkoff-ai/etna-ts/pull/144)) - Add `__repr__` for Pipeline ([#151](https://github.com/tinkoff-ai/etna-ts/pull/151)) +### Fixed + +## [1.1.3] - 2021-10-08 +### Fixed +- Limit version of pandas by 1.2 (excluding) ([#163](https://github.com/tinkoff-ai/etna-ts/pull/163)) + +## [1.1.2] - 2021-10-08 +### Changed +- SklearnTransform out column names ([#99](https://github.com/tinkoff-ai/etna-ts/pull/99)) +- Update EDA notebook ([#96](https://github.com/tinkoff-ai/etna-ts/pull/96)) +- Add 'regressor_' prefix to output columns of LagTransform, DateFlagsTransform, SpecialDaysTransform, SegmentEncoderTransform ### Fixed - Add more obvious Exception Error for forecasting with unfitted model ([#102](https://github.com/tinkoff-ai/etna-ts/pull/102)) - Fix bug with hardcoded frequency in PytorchForecastingTransform ([#107](https://github.com/tinkoff-ai/etna-ts/pull/107)) -- Add regressor prefix to columns generated by TimeFlagsTransform ([#126](https://github.com/tinkoff-ai/etna-ts/pull/126)) - Bug with inverse_transform method of TimeSeriesImputerTransform ([#148](https://github.com/tinkoff-ai/etna-ts/pull/148)) ## [1.1.1] - 2021-09-23