Skip to content

Commit

Permalink
merge pr #97: v0.2.2 release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch authored Jan 6, 2022
2 parents 8b78f5a + 540d2f1 commit adcafad
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 13 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
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ output: github_document

<!-- badges: start -->
[![R build status](https://github.com/simonpcouch/stacks/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/stacks/actions)
[![Codecov test coverage](https://codecov.io/gh/tidymodels/stacks/branch/main/graph/badge.svg)](https://codecov.io/gh/tidymodels/stacks?branch=main)
[![Codecov test coverage](https://codecov.io/gh/tidymodels/stacks/branch/main/graph/badge.svg)](https://app.codecov.io/gh/tidymodels/stacks?branch=main)
[![CRAN status](https://www.r-pkg.org/badges/version/stacks)](https://CRAN.R-project.org/package=stacks)
<!-- badges: end -->

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![R build
status](https://github.com/simonpcouch/stacks/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/stacks/actions)
[![Codecov test
coverage](https://codecov.io/gh/tidymodels/stacks/branch/main/graph/badge.svg)](https://codecov.io/gh/tidymodels/stacks?branch=main)
coverage](https://codecov.io/gh/tidymodels/stacks/branch/main/graph/badge.svg)](https://app.codecov.io/gh/tidymodels/stacks?branch=main)
[![CRAN
status](https://www.r-pkg.org/badges/version/stacks)](https://CRAN.R-project.org/package=stacks)
<!-- badges: end -->
Expand Down
8 changes: 4 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# 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
* windows (on github actions), R 3.6.3, release
* ubuntu 18.04 (on github actions), release, devel
* windows (on github actions), R oldrel, release
* windows (on win-builder), devel

## R CMD check results
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit adcafad

Please sign in to comment.