Skip to content

Commit 24d36d6

Browse files
authored
update version (#698)
1 parent 4570f02 commit 24d36d6

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

CHANGELOG.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
-
1313
-
1414
-
15-
- Add plot_metric_per_segment ([#658](https://github.com/tinkoff-ai/etna/pull/658))
1615
-
1716
-
1817
-
19-
- Add metric_per_segment_distribution_plot ([#666](https://github.com/tinkoff-ai/etna/pull/666))
2018
-
2119
-
2220
-
2321
-
2422
-
2523
-
26-
24+
-
25+
-
2726
### Changed
2827
-
2928
-
@@ -37,26 +36,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3736
-
3837
-
3938
-
40-
- Remove parameter normalize in linear models ([#686](https://github.com/tinkoff-ai/etna/pull/686))
4139
-
4240
-
43-
41+
-
4442
### Fixed
45-
- Add missed `forecast_params` in forecast CLI method ([#671](https://github.com/tinkoff-ai/etna/pull/671))
46-
- Add `_per_segment_average` method to the Metric class ([#684](https://github.com/tinkoff-ai/etna/pull/684))
47-
- Fix `get_statistics_relevance_table` working with NaNs and categoricals ([#672](https://github.com/tinkoff-ai/etna/pull/672))
4843
-
4944
-
5045
-
51-
- Fix bugs and documentation for stl_plot ([#685](https://github.com/tinkoff-ai/etna/pull/685))
5246
-
5347
-
5448
-
5549
-
5650
-
57-
- Fix cuda docker images ([#694](https://github.com/tinkoff-ai/etna/pull/694)])
5851
-
5952
-
53+
-
54+
-
55+
-
56+
-
57+
-
58+
59+
## [1.9.0] - 2022-05-17
60+
### Added
61+
- Add plot_metric_per_segment ([#658](https://github.com/tinkoff-ai/etna/pull/658))
62+
- Add metric_per_segment_distribution_plot ([#666](https://github.com/tinkoff-ai/etna/pull/666))
63+
### Changed
64+
- Remove parameter normalize in linear models ([#686](https://github.com/tinkoff-ai/etna/pull/686))
65+
### Fixed
66+
- Add missed `forecast_params` in forecast CLI method ([#671](https://github.com/tinkoff-ai/etna/pull/671))
67+
- Add `_per_segment_average` method to the Metric class ([#684](https://github.com/tinkoff-ai/etna/pull/684))
68+
- Fix `get_statistics_relevance_table` working with NaNs and categoricals ([#672](https://github.com/tinkoff-ai/etna/pull/672))
69+
- Fix bugs and documentation for stl_plot ([#685](https://github.com/tinkoff-ai/etna/pull/685))
70+
- Fix cuda docker images ([#694](https://github.com/tinkoff-ai/etna/pull/694)])
6071

6172
## [1.8.0] - 2022-04-28
6273
### 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.8.0"
3+
version = "1.9.0"
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)