Skip to content

Commit 2fd8fce

Browse files
Release 1.14.0 (#1045)
1 parent 5ff32b2 commit 2fd8fce

File tree

2 files changed

+21
-12
lines changed

2 files changed

+21
-12
lines changed

CHANGELOG.md

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
## Unreleased
1010
### Added
1111
-
12+
-
13+
-
14+
-
15+
-
16+
### Changed
17+
-
18+
-
19+
-
20+
-
21+
-
22+
### Fixed
23+
-
24+
-
25+
-
26+
-
27+
-
28+
29+
## [1.14.0] - 2022-12-16
30+
### Added
1231
- Add python 3.10 support ([#1005](https://github.com/tinkoff-ai/etna/pull/1005))
1332
- Add `SumTranform`([#1021](https://github.com/tinkoff-ai/etna/pull/1021))
1433
- Add `plot_change_points_interactive` ([#988](https://github.com/tinkoff-ai/etna/pull/988))
1534
- Add `experimental` module with `TimeSeriesBinaryClassifier` and `PredictabilityAnalyzer` ([#985](https://github.com/tinkoff-ai/etna/pull/985))
1635
- Inference track results: add `predict` method to pipelines, teach some models to work with context, change hierarchy of base models, update notebook examples ([#979](https://github.com/tinkoff-ai/etna/pull/979))
1736
- Add `get_ruptures_regularization` into `experimental` module ([#1001](https://github.com/tinkoff-ai/etna/pull/1001))
18-
-
1937
- Add example `classification` notebook for experimental classification feature ([#997](https://github.com/tinkoff-ai/etna/pull/997))
20-
-
2138
### Changed
22-
-
2339
- Change returned model in get_model of BATSModel, TBATSModel ([#987](https://github.com/tinkoff-ai/etna/pull/987))
2440
- Add acf_plot, deprecated sample_acf_plot, sample_pacf_plot ([#1004](https://github.com/tinkoff-ai/etna/pull/1004))
25-
-
2641
- Change returned model in `get_model` of `HoltWintersModel`, `HoltModel`, `SimpleExpSmoothingModel` ([#986](https://github.com/tinkoff-ai/etna/pull/986))
27-
-
28-
-
29-
-
30-
-
31-
-
3242
### Fixed
33-
-
3443
- Fix `MinMaxDifferenceTransform` import ([#1030](https://github.com/tinkoff-ai/etna/pull/1030))
3544
- Fix release docs and docker images cron job ([#982](https://github.com/tinkoff-ai/etna/pull/982))
3645
- Fix forecast first point with CatBoostPerSegmentModel ([#1010](https://github.com/tinkoff-ai/etna/pull/1010))
3746
- Fix hanging EDA notebook ([#1027](https://github.com/tinkoff-ai/etna/pull/1027))
3847
- Fix hanging EDA notebook v2 + cache clean script ([#1034](https://github.com/tinkoff-ai/etna/pull/1034))
39-
-
48+
4049
## [1.13.0] - 2022-10-10
4150
### Added
4251
- Add `greater_is_better` property for Metric ([#921](https://github.com/tinkoff-ai/etna/pull/921))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "etna"
3-
version = "1.13.0"
3+
version = "1.14.0"
44
repository = "https://github.com/tinkoff-ai/etna"
55
readme = "README.md"
66
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."

0 commit comments

Comments
 (0)