Skip to content

Commit

Permalink
NEW: release 1.10.0 (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
martins0n authored Jun 15, 2022
1 parent cfa3b65 commit 88f4766
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 23 deletions.
58 changes: 36 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,51 +8,65 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased
### Added
-

-
- Add Sign metric ([#730](https://github.com/tinkoff-ai/etna/pull/730))
-
-
-
- Add AutoARIMA model ([#679](https://github.com/tinkoff-ai/etna/pull/679))
-
-
- Jupyter extension for black ([#742](https://github.com/tinkoff-ai/etna/pull/742))
-
-
- Add parameters `start`, `end` to some eda methods ([#665](https://github.com/tinkoff-ai/etna/pull/665))
- Add BATS and TBATS model adapters ([#678](https://github.com/tinkoff-ai/etna/pull/734))
-
-
-
-
-
-
-
-
-
### Changed
-
-
- Change color of lines in plot_anomalies and plot_clusters, add grid to all plots, make trend line thicker in plot_trend ([#705](https://github.com/tinkoff-ai/etna/pull/705))
-
- Change format of holidays for holiday_plot ([#708](https://github.com/tinkoff-ai/etna/pull/708))
-
- Make TSDataset method to_dataset work with copy of the passed dataframe ([#741](https://github.com/tinkoff-ai/etna/pull/741))
-
- Make feature selection transforms return columns in inverse_transform([#688](https://github.com/tinkoff-ai/etna/issues/688))
-
-
- Add xticks parameter for plot_periodogram, clip frequencies to be >= 1 ([#706](https://github.com/tinkoff-ai/etna/pull/706))
-
-
-
-
-
-
### Fixed
-
-
- Fix bug when `ts.plot` does not save figure ([#714](https://github.com/tinkoff-ai/etna/pull/714))
-
-
- Fix bug in plot_clusters ([#675](https://github.com/tinkoff-ai/etna/pull/675))
-
- Fix bugs and documentation for cross_corr_plot ([#691](https://github.com/tinkoff-ai/etna/pull/691))
-
-
- Fix bugs and documentation for plot_backtest and plot_backtest_interactive ([#700](https://github.com/tinkoff-ai/etna/pull/700))
-
-
-
-
-
-
-

## [1.10.0] - 2022-06-12
### Added
- Add Sign metric ([#730](https://github.com/tinkoff-ai/etna/pull/730))
- Add AutoARIMA model ([#679](https://github.com/tinkoff-ai/etna/pull/679))
- Add parameters `start`, `end` to some eda methods ([#665](https://github.com/tinkoff-ai/etna/pull/665))
- Add BATS and TBATS model adapters ([#678](https://github.com/tinkoff-ai/etna/pull/734))
- Jupyter extension for black ([#742](https://github.com/tinkoff-ai/etna/pull/742))
### Changed
- Change color of lines in plot_anomalies and plot_clusters, add grid to all plots, make trend line thicker in plot_trend ([#705](https://github.com/tinkoff-ai/etna/pull/705))
- Change format of holidays for holiday_plot ([#708](https://github.com/tinkoff-ai/etna/pull/708))
- Make feature selection transforms return columns in inverse_transform([#688](https://github.com/tinkoff-ai/etna/issues/688))
- Add xticks parameter for plot_periodogram, clip frequencies to be >= 1 ([#706](https://github.com/tinkoff-ai/etna/pull/706))
- Make TSDataset method to_dataset work with copy of the passed dataframe ([#741](https://github.com/tinkoff-ai/etna/pull/741))
### Fixed
- Fix bug when `ts.plot` does not save figure ([#714](https://github.com/tinkoff-ai/etna/pull/714))
- Fix bug in plot_clusters ([#675](https://github.com/tinkoff-ai/etna/pull/675))
- Fix bugs and documentation for cross_corr_plot ([#691](https://github.com/tinkoff-ai/etna/pull/691))
- Fix bugs and documentation for plot_backtest and plot_backtest_interactive ([#700](https://github.com/tinkoff-ai/etna/pull/700))
- Make STLTransform to work with NaNs at the beginning ([#736](https://github.com/tinkoff-ai/etna/pull/736))
- Fix tiny prediction intervals ([#722](https://github.com/tinkoff-ai/etna/pull/722))
- Fix deepcopy issue for fitted deepmodel ([#735](https://github.com/tinkoff-ai/etna/pull/735))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "etna"
version = "1.9.0"
version = "1.10.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."
Expand Down

2 comments on commit 88f4766

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.