Skip to content

Commit 5efc8f5

Browse files
authored
NEW: release 1.11.1 (#831)
1 parent 01f47e5 commit 5efc8f5

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3434
-
3535
-
3636
### Fixed
37-
- Fix missing `constant_value` in `TimeSeriesImputerTransform` ([#819](https://github.com/tinkoff-ai/etna/pull/819))
3837
-
3938
-
40-
- Make in-sample predictions of SARIMAXModel non-dynamic in all cases ([#812](https://github.com/tinkoff-ai/etna/pull/812))
4139
-
4240
-
4341
-
44-
- Add known_future to cli docs ([#823](https://github.com/tinkoff-ai/etna/pull/823))
4542
-
4643
-
4744
-
4845
-
46+
-
47+
-
48+
-
49+
50+
## [1.11.1] - 2022-08-03
51+
### Fixed
52+
- Fix missing `constant_value` in `TimeSeriesImputerTransform` ([#819](https://github.com/tinkoff-ai/etna/pull/819))
53+
- Make in-sample predictions of SARIMAXModel non-dynamic in all cases ([#812](https://github.com/tinkoff-ai/etna/pull/812))
54+
- Add known_future to cli docs ([#823](https://github.com/tinkoff-ai/etna/pull/823))
4955

5056
## [1.11.0] - 2022-07-25
5157
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "etna"
3-
version = "1.11.0"
3+
version = "1.11.1"
44
repository = "https://github.com/tinkoff-ai/etna"
55
readme = "README.md"
66
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."

0 commit comments

Comments
 (0)