From 5efc8f5baba590099fc0caa5dd4924eb5bed4d8d Mon Sep 17 00:00:00 2001 From: Martin Gabdushev <33594071+martins0n@users.noreply.github.com> Date: Wed, 3 Aug 2022 12:03:03 +0300 Subject: [PATCH] NEW: release 1.11.1 (#831) --- CHANGELOG.md | 12 +++++++++--- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69108512c..80d1f9f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,18 +34,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - ### Fixed -- Fix missing `constant_value` in `TimeSeriesImputerTransform` ([#819](https://github.com/tinkoff-ai/etna/pull/819)) - - -- Make in-sample predictions of SARIMAXModel non-dynamic in all cases ([#812](https://github.com/tinkoff-ai/etna/pull/812)) - - - -- Add known_future to cli docs ([#823](https://github.com/tinkoff-ai/etna/pull/823)) - - - - +- +- +- + +## [1.11.1] - 2022-08-03 +### Fixed +- Fix missing `constant_value` in `TimeSeriesImputerTransform` ([#819](https://github.com/tinkoff-ai/etna/pull/819)) +- Make in-sample predictions of SARIMAXModel non-dynamic in all cases ([#812](https://github.com/tinkoff-ai/etna/pull/812)) +- Add known_future to cli docs ([#823](https://github.com/tinkoff-ai/etna/pull/823)) ## [1.11.0] - 2022-07-25 ### Added diff --git a/pyproject.toml b/pyproject.toml index c1973416b..abaf7987f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "etna" -version = "1.11.0" +version = "1.11.1" repository = "https://github.com/tinkoff-ai/etna" readme = "README.md" description = "ETNA is the first python open source framework of Tinkoff.ru AI Center. It is designed to make working with time series simple, productive, and fun."