Skip to content

Commit

Permalink
update version (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
iKintosh authored May 17, 2022
1 parent 4570f02 commit 24d36d6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
31 changes: 21 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
-
-
- Add plot_metric_per_segment ([#658](https://github.com/tinkoff-ai/etna/pull/658))
-
-
-
- Add metric_per_segment_distribution_plot ([#666](https://github.com/tinkoff-ai/etna/pull/666))
-
-
-
-
-
-

-
-
### Changed
-
-
Expand All @@ -37,26 +36,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
-
-
- Remove parameter normalize in linear models ([#686](https://github.com/tinkoff-ai/etna/pull/686))
-
-

-
### Fixed
- Add missed `forecast_params` in forecast CLI method ([#671](https://github.com/tinkoff-ai/etna/pull/671))
- Add `_per_segment_average` method to the Metric class ([#684](https://github.com/tinkoff-ai/etna/pull/684))
- Fix `get_statistics_relevance_table` working with NaNs and categoricals ([#672](https://github.com/tinkoff-ai/etna/pull/672))
-
-
-
- Fix bugs and documentation for stl_plot ([#685](https://github.com/tinkoff-ai/etna/pull/685))
-
-
-
-
-
- Fix cuda docker images ([#694](https://github.com/tinkoff-ai/etna/pull/694)])
-
-
-
-
-
-
-

## [1.9.0] - 2022-05-17
### Added
- Add plot_metric_per_segment ([#658](https://github.com/tinkoff-ai/etna/pull/658))
- Add metric_per_segment_distribution_plot ([#666](https://github.com/tinkoff-ai/etna/pull/666))
### Changed
- Remove parameter normalize in linear models ([#686](https://github.com/tinkoff-ai/etna/pull/686))
### Fixed
- Add missed `forecast_params` in forecast CLI method ([#671](https://github.com/tinkoff-ai/etna/pull/671))
- Add `_per_segment_average` method to the Metric class ([#684](https://github.com/tinkoff-ai/etna/pull/684))
- Fix `get_statistics_relevance_table` working with NaNs and categoricals ([#672](https://github.com/tinkoff-ai/etna/pull/672))
- Fix bugs and documentation for stl_plot ([#685](https://github.com/tinkoff-ai/etna/pull/685))
- Fix cuda docker images ([#694](https://github.com/tinkoff-ai/etna/pull/694)])

## [1.8.0] - 2022-04-28
### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "etna"
version = "1.8.0"
version = "1.9.0"
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."
Expand Down

2 comments on commit 24d36d6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.