Skip to content

Commit 14594d6

Browse files
committed
bump version
1 parent a8f8cf2 commit 14594d6

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: stacks
22
Title: Tidy Model Stacking
3-
Version: 0.2.4.9000
3+
Version: 1.0.0
44
Authors@R: c(
55
person(given = "Simon",
66
family = "Couch",

NEWS.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
# stacks (development version)
1+
# stacks 1.0.0
22

3-
To be released as stacks 1.0.0.
3+
stacks 1.0.0 is the first production release of the package. While this release
4+
includes only a few minor bug fixes, it's accompanied by a white paper
5+
recently published in the Journal of Open Source software. You can read
6+
that paper [here](https://doi.org/10.21105/joss.04471)!
47

5-
* Addressed re-introduction of bug arising from outcome levels that are not
8+
This release:
9+
10+
* Addresses re-introduction of a bug arising from outcome levels that are not
611
valid column names in the multinomial classification setting (#133).
712
* Fixes bug where stacks will return incorrect predictions if an elastic net
813
meta-learner is used, the `type` argument to `predict` is set to `"class"`,

0 commit comments

Comments
 (0)