Skip to content

Commit 87e3221

Browse files
authored
Merge pull request #45 from dataiku/chore/deprecation-v11
[sc-97731] Keep Legacy Status and point to native features
2 parents 7c52164 + 3232c0f commit 87e3221

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
## Changelog
33

4+
## [Version 0.5.2](https://github.com/dataiku/dss-plugin-timeseries-forecast-legacy/releases/tag/v0.5.2) - Bugfix release - 2022-08
5+
6+
- Pointing to the native time series forecasting feature
7+
48
## [Version 0.5.1](https://github.com/dataiku/dss-plugin-timeseries-forecast-legacy/releases/tag/v0.5.1) - Bugfix release - 2021-02
59

610
- Fix the unselectable output folder of recipes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This Dataiku DSS plugin provides recipes to forecast univariate time series from year to hour frequency with R models.
66

7-
⚠️ Starting with version 0.5, this plugin is considered as "legacy" and will be maintained only to fix bugs. For the latest features and models, we recommend using the [new Forecast plugin](https://www.dataiku.com/product/plugins/timeseries-forecast/).
7+
⚠️ Starting with DSS version 11 we recommend using the native [time series forecasting](https://doc.dataiku.com/dss/latest/machine-learning/time-series-forecasting/index.html) features.
88

99
Documentation: https://www.dataiku.com/product/plugins/time-series-forecast-legacy/
1010

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "time-series-forecast",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"meta": {
55
"label": "Forecast (legacy)",
66
"category": "Time Series",
7-
"description": "Forecast univariate time series from year to hour frequency with R models. ⚠️ This plugin is now \"legacy\". For the latest features, we recommend using the <a href=\"https://www.dataiku.com/product/plugins/timeseries-forecast/\">new Forecast plugin</a>.",
7+
"description": "Forecast univariate time series from year to hour frequency with R models. ⚠️ This plugin is now \"legacy\", we recommend using the native [time series forecasting](https://doc.dataiku.com/dss/latest/machine-learning/time-series-forecasting/index.html) features instead.",
88
"author": "Dataiku (Alex COMBESSIE)",
99
"icon": "icon-calendar",
1010
"iconColor": "gray",

0 commit comments

Comments
 (0)