Skip to content

Commit 7bff536

Browse files
Update docs (#913)
1 parent 599ebee commit 7bff536

File tree

2 files changed

+22
-26
lines changed

2 files changed

+22
-26
lines changed

CHANGELOG.md

Lines changed: 21 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,54 +8,50 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## Unreleased
1010
### Added
11-
-
11+
-
12+
-
13+
-
14+
-
15+
-
16+
### Changed
17+
-
18+
-
19+
-
20+
-
21+
-
22+
### Fixed
23+
-
24+
-
25+
-
26+
-
27+
-
28+
29+
## [1.12.0] - 2022-09-05
30+
### Added
1231
- Function to transform etna objects to dict([#818](https://github.com/tinkoff-ai/etna/issues/818))
1332
- `MLPModel`([#860](https://github.com/tinkoff-ai/etna/pull/860))
1433
- `DeadlineMovingAverageModel` ([#827](https://github.com/tinkoff-ai/etna/pull/827))
1534
- `DirectEnsemble` ([#824](https://github.com/tinkoff-ai/etna/pull/824))
1635
- CICD: untaged docker image cleaner ([#856](https://github.com/tinkoff-ai/etna/pull/856))
1736
- Notebook about forecasting strategies ([#864](https://github.com/tinkoff-ai/etna/pull/863))
18-
-
19-
-
20-
-
2137
- Add `ChangePointSegmentationTransform`, `RupturesChangePointsModel` ([#821](https://github.com/tinkoff-ai/etna/issues/821))
22-
-
23-
-
2438
### Changed
25-
-
26-
-
27-
-
28-
-
29-
-
3039
- Teach AutoARIMAModel to work with out-sample predictions ([#830](https://github.com/tinkoff-ai/etna/pull/830))
31-
-
32-
-
33-
-
3440
- Make TSDataset.to_flatten faster for big datasets ([#848](https://github.com/tinkoff-ai/etna/pull/848))
35-
-
36-
-
3741
### Fixed
3842
- Type hints for external users by [PEP 561](https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-library-stubs-or-py-typed-marker) ([#868](https://github.com/tinkoff-ai/etna/pull/868))
3943
- Type hints for `Pipeline.model` match `models.nn`([#768](https://github.com/tinkoff-ai/etna/pull/840))
40-
-
41-
-
4244
- Fix behavior of SARIMAXModel if simple_differencing=True is set ([#837](https://github.com/tinkoff-ai/etna/pull/837))
43-
-
4445
- Bug python3.7 and TypedDict import ([867](https://github.com/tinkoff-ai/etna/pull/867))
4546
- Fix deprecated pytorch lightning trainer flags ([#866](https://github.com/tinkoff-ai/etna/pull/866))
4647
- ProphetModel doesn't work with cap and floor regressors ([#842](https://github.com/tinkoff-ai/etna/pull/842))
4748
- Fix problem with encoding category types in OHE ([#843](https://github.com/tinkoff-ai/etna/pull/843))
48-
-
4949
- Change Docker cuda image version from 11.1 to 11.6.2 ([#838](https://github.com/tinkoff-ai/etna/pull/838))
5050
- Optimize time complexity of `determine_num_steps`([#864](https://github.com/tinkoff-ai/etna/pull/864))
5151
- All warning as errors([#880](https://github.com/tinkoff-ai/etna/pull/880))
5252
- Update .gitignore with .DS_Store and checkpoints ([#883](https://github.com/tinkoff-ai/etna/pull/883))
53-
-
54-
-
5553
- Delete ROADMAP.md ([#904]https://github.com/tinkoff-ai/etna/pull/904)
56-
-
5754
- Fix ci invalid cache ([#896](https://github.com/tinkoff-ai/etna/pull/896))
58-
-
5955

6056
## [1.11.1] - 2022-08-03
6157
### Fixed
@@ -504,4 +500,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
504500
- Distribution plot
505501
- Anomalies (Outliers) plot
506502
- Backtest (CrossValidation) plot
507-
- Forecast plot
503+
- Forecast plot

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.11.1"
3+
version = "1.12.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)