From b707d37c54b9af0cbec8c9cf59932c9a3929b97a Mon Sep 17 00:00:00 2001 From: d-a-bunin <142778107+d-a-bunin@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:40:13 +0300 Subject: [PATCH] Release 2.5.0 (#273) --- CHANGELOG.md | 65 ++++++++++++++++++++++++++++++- docs/source/_static/switcher.json | 9 ++++- pyproject.toml | 2 +- 3 files changed, 71 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47c2d3d35..17c0df998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,68 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased ### Added +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- + +### Changed +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- + + +### Fixed +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- + +## [2.5.0] - 2024-03-18 +### Added - Add `electricity` to internal datasets ([#60](https://github.com/etna-team/etna/pull/60)) - Add `parts` argument to `load_dataset` function ([#79](https://github.com/etna-team/etna/pull/79)) - Add `M4` to internal datasets ([#83](https://github.com/etna-team/etna/pull/83)) @@ -34,11 +96,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix `traffic_2008` ([128](https://github.com/etna-team/etna/pull/128)) - Fix number of segments in docs, column name for tourism dataset and change default save path ([#206](https://github.com/etna-team/etna/pull/206)) -- Fix method `to_dict` for `SklearnPerSegmentModel` and `SklearnMultiSegmentModel`([#199](https://github.com/etna-team/etna/pull/199)) +- Fix method `to_dict` for `SklearnPerSegmentModel` and `SklearnMultiSegmentModel` ([#199](https://github.com/etna-team/etna/pull/199)) - Fix method `fit` for `MRMRFeatureSelectionTransform` with `redundancy_aggregation_mode`=`median` ([#212](https://github.com/etna-team/etna/pull/212)) - Fix method `predict_components` for `_CatBoostAdapter` working incorrectly on shuffled columns ([#227](https://github.com/etna-team/etna/pull/227)) - ## [2.4.0] - 2023-12-15 ### Added - Add `params_to_tune` for `DeepStateModel` ([#115](https://github.com/etna-team/etna/issues/115)) diff --git a/docs/source/_static/switcher.json b/docs/source/_static/switcher.json index d1b74bb23..475f249f4 100644 --- a/docs/source/_static/switcher.json +++ b/docs/source/_static/switcher.json @@ -5,10 +5,15 @@ "url": "https://docs.etna.ai/latest/" }, { - "name": "2.4.0 (stable)", - "version": "2.4.0", + "name": "2.5.0 (stable)", + "version": "2.5.0", "url": "https://docs.etna.ai/stable/" }, + { + "name": "2.4.0", + "version": "2.4.0", + "url": "https://docs.etna.ai/2.4.0/" + }, { "name": "2.3.0", "version": "2.3.0", diff --git a/pyproject.toml b/pyproject.toml index 20b49d3bf..38ab77b5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "etna" -version = "2.4.0" +version = "2.5.0" repository = "https://github.com/etna-team/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."