Releases: mihaiconstantin/powerly
Releases · mihaiconstantin/powerly
powerly release v1.1.2
Fixes
- Too many
NA
values in the matrix of performance measures would result in bootstrapped vectors of statistics that have at least oneNaN
element. This would in turn cause thesolver$solve_update(boot_statistics)
inStepThree
to fail (e.g.,NA/NaN/Inf in foreign function call (arg 2)
). Added fix by replacing all performance measures values that areNA
orNaN
with 0.
powerly release v1.1.1
Fixes
- fix broken URLs for CRAN submission
powerly release v1.1.0
Features
- add
validate
wrapper forValidation
class - add
Validation
class to validate method results
Other changes
- fix
README.md
image and text size - decrease legend font size in
StepThree
- add type fields for model, statistic and measure in
StepOne
- add active binding for
StepOne
inStepThree
- rename from quantile to percentile in
StepThree
- add validation example figure to documentation
- add documentation for
validate
function - add
validate
function toroxygen2
@seealso
tags - fix typo in documentation of
powerly
function - update
README.md
to include validation example - recreate
DESCRIPTION
andNAMESPACE
for validation - generate documentation file for
validation
function - update documentation files for
powerly
andgenerate_model
- update news to mention addition of validation procedure