File tree Expand file tree Collapse file tree 2 files changed +22
-11
lines changed Expand file tree Collapse file tree 2 files changed +22
-11
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
-
13
13
-
14
14
-
15
- - Add plot_metric_per_segment ([ #658 ] ( https://github.com/tinkoff-ai/etna/pull/658 ) )
16
15
-
17
16
-
18
17
-
19
- - Add metric_per_segment_distribution_plot ([ #666 ] ( https://github.com/tinkoff-ai/etna/pull/666 ) )
20
18
-
21
19
-
22
20
-
23
21
-
24
22
-
25
23
-
26
-
24
+ -
25
+ -
27
26
### Changed
28
27
-
29
28
-
@@ -37,26 +36,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
37
36
-
38
37
-
39
38
-
40
- - Remove parameter normalize in linear models ([ #686 ] ( https://github.com/tinkoff-ai/etna/pull/686 ) )
41
39
-
42
40
-
43
-
41
+ -
44
42
### 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 ) )
48
43
-
49
44
-
50
45
-
51
- - Fix bugs and documentation for stl_plot ([ #685 ] ( https://github.com/tinkoff-ai/etna/pull/685 ) )
52
46
-
53
47
-
54
48
-
55
49
-
56
50
-
57
- - Fix cuda docker images ([ #694 ] ( https://github.com/tinkoff-ai/etna/pull/694 )] )
58
51
-
59
52
-
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 )] )
60
71
61
72
## [ 1.8.0] - 2022-04-28
62
73
### Added
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " etna"
3
- version = " 1.8 .0"
3
+ version = " 1.9 .0"
4
4
repository = " https://github.com/tinkoff-ai/etna"
5
5
readme = " README.md"
6
6
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."
You can’t perform that action at this time.
0 commit comments