From 24d36d612e344a68b84bdf47b733ce0ee37aaa56 Mon Sep 17 00:00:00 2001 From: Andrey Alekseev Date: Tue, 17 May 2022 11:35:38 +0300 Subject: [PATCH] update version (#698) --- CHANGELOG.md | 31 +++++++++++++++++++++---------- pyproject.toml | 2 +- 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 463349165..01ab583a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 - - @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 88b508d47..a0051df67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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."