|
1 | | -## BayesianMCPMod 1.2.0 (TODO: DATE) |
2 | | - |
3 | | -- |
| 1 | +## BayesianMCPMod 1.2.0 (28-Aug-2025) |
| 2 | + |
| 3 | +* Fixed a bug in performBayesianMCPMod() where the model significance status from the MCP step was sometimes not correctly assigned to the fitted model in the Mod step |
| 4 | +* Fixed a bug in print.modelFit() where sometimes the coefficients for the fitted model shapes were not printed correctly |
| 5 | +* Fixed a bug in getMED() where quantile and evidence level could sometimes not be matched due to floating-point precision issues when using bootstrapped quantiles |
| 6 | +* Changed functions getPosterior(), getCritProb(), and getContr() to accept a covariance matrix instead of a standard deviation vector as argument |
| 7 | +* Added support for none-zero off-diagonal covariance matrices in the MCP step |
| 8 | +* Added bootstrapped differences to getBootstrapSamples() |
| 9 | +* Added average MED identification rate as attribute to assessDesign() output |
| 10 | +* Made the future.apply package optional |
| 11 | +* Re-worked vignettes and improved the output of print functions |
4 | 12 |
|
5 | 13 | ## BayesianMCPMod 1.1.0 (07-Mar-2025) |
6 | 14 |
|
7 | | -- Fixed a bug in plot.modelFits() that would plot credible bands based on incorrectly selected bootstrapped quantiles |
8 | | -- Added getMED(), a function to assess the minimally efficacious dose (MED) and integrated getMED() into assessDesign() and performBayesianMCPMod |
9 | | -- Added parallel processing using the future framework |
10 | | -- Modified the handling of the fit of an average model: Now, getModelFits() has an argument to fit an average model and this will be carried forward for all subsequent functions |
11 | | -- Re-introduced getBootstrapSamples(), a separate function for bootstrapping samples from the posterior distributions of the dose levels |
12 | | -- Adapted the vignettes to new features |
| 15 | +* Fixed a bug in plot.modelFits() that would plot credible bands based on incorrectly selected bootstrapped quantiles |
| 16 | +* Added getMED(), a function to assess the minimally efficacious dose (MED) and integrated getMED() into assessDesign() and performBayesianMCPMod() |
| 17 | +* Added parallel processing using the future framework |
| 18 | +* Modified the handling of the fit of an average model: Now, getModelFits() has an argument to fit an average model and this will be carried forward for all subsequent functions |
| 19 | +* Re-introduced getBootstrapSamples(), a separate function for bootstrapping samples from the posterior distributions of the dose levels |
| 20 | +* Adapted the vignettes to new features |
13 | 21 |
|
14 | 22 | ## BayesianMCPMod 1.0.2 (06-Feb-2025) |
15 | 23 |
|
16 | | -- Addition of new vignette comparing frequentist and Bayesian MCPMod using vague priors |
17 | | -- Extension of getPosterior to allow the input of a fully populated variance-covariance matrix |
18 | | -- Added the non-monotonic model shapes beta and quadratic |
19 | | -- New argument in assessDesign() to optionally skip the Mod part of Bayesian MCPMod |
20 | | -- Additional tests |
| 24 | +* Addition of new vignette comparing frequentist and Bayesian MCPMod using vague priors |
| 25 | +* Extension of getPosterior() to allow the input of a fully populated variance-covariance matrix |
| 26 | +* Added the non-monotonic model shapes beta and quadratic |
| 27 | +* New argument in assessDesign() to optionally skip the Mod part of Bayesian MCPMod |
| 28 | +* Additional tests |
21 | 29 |
|
22 | 30 | ## BayesianMCPMod 1.0.1 (03-Apr-2024) |
23 | 31 |
|
24 | | -- Re-submission of the 'BayesianMCPMod' package |
25 | | -- Removed a test that occasionally failed on the fedora CRAN test system |
26 | | -- Fixed a bug that would return wrong bootstrapped quantiles in getBootstrapQuantiles() |
27 | | -- Added getBootstrapSamples(), a separate function for bootstrapping samples |
| 32 | +* Re-submission of the 'BayesianMCPMod' package |
| 33 | +* Removed a test that occasionally failed on the fedora CRAN test system |
| 34 | +* Fixed a bug that would return wrong bootstrapped quantiles in getBootstrapQuantiles() |
| 35 | +* Added getBootstrapSamples(), a separate function for bootstrapping samples |
28 | 36 |
|
29 | 37 | ## BayesianMCPMod 1.0.0 (31-Dec-2023) |
30 | 38 |
|
31 | | -- Initial release of the 'BayesianMCPMod' package |
32 | | -- Special thanks to Jana Gierse, Bjoern Bornkamp, Chen Yao, Marius Thomas & Mitchell Thomann for their review and valuable comments |
33 | | -- Thanks to Kevin Kunzmann for R infrastructure support and to Frank Fleischer for methodological support |
| 39 | +* Initial release of the 'BayesianMCPMod' package |
| 40 | +* Special thanks to Jana Gierse, Bjoern Bornkamp, Chen Yao, Marius Thomas & Mitchell Thomann for their review and valuable comments |
| 41 | +* Thanks to Kevin Kunzmann for R infrastructure support and to Frank Fleischer for methodological support |
0 commit comments