Skip to content

Commit edeccdc

Browse files
authored
NEW: 1.6.3 release (#527)
1 parent 8a64709 commit edeccdc

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131

3232
### Fixed
3333
-
34+
-
35+
-
36+
-
37+
-
38+
-
39+
-
40+
-
41+
-
42+
-
43+
44+
## [1.6.3] - 2022-02-14
45+
46+
### Fixed
47+
3448
- Fixed adding unnecessary lag=1 in statistics ([#523](https://github.com/tinkoff-ai/etna/pull/523))
3549
- Fixed wrong MeanTransform behaviour when using alpha parameter ([#523](https://github.com/tinkoff-ai/etna/pull/523))
3650
- Fix processing add_noise=True parameter in datasets generation ([#520](https://github.com/tinkoff-ai/etna/pull/520))
37-
-
38-
-
3951
- Fix scipy version ([#525](https://github.com/tinkoff-ai/etna/pull/525))
40-
-
41-
-
4252

4353
## [1.6.2] - 2022-02-09
4454
### 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.6.2"
3+
version = "1.6.3"
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)