Skip to content

Commit 85f1d58

Browse files
committed
bump version 1.1.0.9000, update news
1 parent df1dedc commit 85f1d58

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: modeltime.ensemble
22
Type: Package
33
Title: Ensemble Algorithms for Time Series Forecasting with Modeltime
4-
Version: 1.1.0
4+
Version: 1.1.0.9000
55
Authors@R: c(
66
person("Matt", "Dancho", email = "mdancho@business-science.io", role = c("aut", "cre")),
77
person("Business Science", role = "cph")

NEWS.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
1-
# modeltime.ensemble (1.0.5.9000, development version)
1+
# modeltime.ensemble (1.1.0.9000, development version)
2+
3+
# modeltime.ensemble 1.1.0
4+
5+
* Major update to align with **tune 2.0.0**.
6+
- Updated internal logic for compatibility with the new column naming conventions in resampling results (`.model_desc` vs `.row`).
7+
- Improved handling of `.resample_id` and `.row_id` to ensure keys remain unique across resamples.
8+
- Adjusted recipe preparation to exclude `.resample_id` consistently.
9+
- Refined model tuning vs non-tuning workflows for clarity and stability.
10+
- Enhanced error reporting and verbose output for improved user feedback.
11+
12+
* Dependency updates:
13+
- `tune (>= 2.0.0)`
14+
- `modeltime.resample (>= 0.3.0)`
15+
16+
* Version bump to **1.1.0** for CRAN submission.
17+
18+
# modeltime.ensemble 1.0.5
19+
20+
* Development release with early updates for upcoming `tune` changes (@hfrick, #32).
21+
222

323
# modeltime.ensemble (1.0.5)
424

0 commit comments

Comments
 (0)