Releases: hubverse-org/hubEnsembles
Releases · hubverse-org/hubEnsembles
hubEnsembles 0.1.9
simple_ensemble()
now usesidentical()
to avoid triggering anall.equal.environment()
error. This error would sometimes occur when providing theagg_fun
argument with a custom function. (#134)
What's Changed
- post-release-0.1.8 by @lshandross in #133
- Fix
simple_ensemble()
bug caused byall.equal()
by @lshandross in #135 - ls/release/0.1.9 by @lshandross in #137
Full Changelog: v0.1.8...v0.1.9
hubEnsembles 0.1.8
What's Changed
- Update Workflows by @zkamvar in #130
- First submission to CRAN by @lshandross in #131
Full Changelog: v0.1.7...v0.1.8
hubEnsembles v0.1.7
What's Changed
- from @lshandross in #127:
- Make
hubEnsembles.Rmd
an article - Rewrite
linear_pool_quantile()
to not useHmisc-utils
functions - Fix bug in
linear_pool()
where the pools were not being properly split (#128) - Fix warnings from dplyr about usage of
all_of()
- Make
Full Changelog: v0.1.6...v0.1.7
First release
Changes in v0.1.6
- Fix quantile crossing in 'simple_ensemble(agg_fun = weightedMedian)' by @lshandross in #123
- Various code improvements by @Bisaloo in #121
- Change hubdocs URL to hubverse.io by @zkamvar in #125
- Prepare for CRAN by @lshandross in #124, #126
Changes prior to v0.1.6
- Simple ensemble by @elray1 in #4
- Fix error in documentation for weights_col_name arg to simple_ensemble by @elray1 in #8
- integrate model_outputs class into
simple_ensemble
by @lshandross in #21 - Update example simple forecast hub by @github-actions in #7, #10, #14, #25
- Linear pool method by @lshandross in #26
- Fix check for consistent output_type_ids by @lshandross in #30
- Add pkgdown files from usethis::use_pkgdown_github_pages() by @nickreich in #31
- Vignette by @elray1 in #15
- 32 convert non numeric quantile levels to numeric before calling distfromq by @lshandross in #33
- Update linear_pool_quantile.R by @elray1 in #69
- Upgrade docs to hubStyle template by @annakrystalli in #94
- Split hubutils - use v0.0.1 by @annakrystalli in #98
- Upgrade workflows. Add lint workflow by @annakrystalli in #96
- Fix lint issues update by @elray1 in #106
- Fix lint issues by @lshandross in #105
- Remove hmisc dependency by @lshandross in #102
- Clean up docs by @lshandross in #107
- Update vignette by @lshandross in #113
- Update organization name to 'hubverse-org' by @lshandross in #115
- Standardize on hubExamples for example data (#104) by @lshandross in #116
- Minor code improvements by @lshandross in #118
- 35 check that weights dont depend on output type id in settings where that would not lead to a valid ensemble by @lshandross in #119
New Contributors
- @github-actions made their first contribution in #7
- @lshandross made their first contribution in #21
- @Bisaloo made their first contribution in #121
- @zkamvar made their first contribution in #125
Full Changelog: https://github.com/hubverse-org/hubEnsembles/commits/v0.1.6