Skip to content

Commit

Permalink
Release 2.5.0 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-a-bunin committed Mar 18, 2024
1 parent 3e28dfa commit b707d37
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 5 deletions.
65 changes: 63 additions & 2 deletions CHANGELOG.md
Expand Up @@ -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))
Expand All @@ -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))
Expand Down
9 changes: 7 additions & 2 deletions docs/source/_static/switcher.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion 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."
Expand Down

0 comments on commit b707d37

Please sign in to comment.