Skip to content

Commit

Permalink
bump version, update testing environments
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Jan 5, 2022
1 parent 8b78f5a commit ea88342
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: stacks
Title: Tidy Model Stacking
Version: 0.2.1.9000
Version: 0.2.2
Authors@R: c(
person(given = "Simon",
family = "Couch",
Expand Down
11 changes: 6 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# v0.2.1.9000 (development version)
# v0.2.2

To released as v0.2.2.

* Fixed bug arising from outcome levels that are not valid column
* Fixed errors arising from outcome levels that are not valid column
names in the multinomial classification setting.
* Fixed bug where `collect_parameters` wouldn't return stacking coefficients
* Fixed `collect_parameters` failing to return stacking coefficients
in the two-class classification setting.
* Regenerated example objects with updated {rsample} fingerprinting--saved
model objects may need to be regenerated in order to build stacks combining
models generated before and after this update.

# v0.2.1

Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# stacks 0.2.1
# stacks 0.2.2

## Test environments

* local macOS install, R 4.0.3
* local macOS install, R 4.1.0
* macOS (on github actions), release
* ubuntu 16.04 (on github actions), release, devel
* ubuntu 18.04 (on github actions), release, devel
* windows (on github actions), R 3.6.3, release
* windows (on win-builder), devel

Expand Down

0 comments on commit ea88342

Please sign in to comment.