Skip to content

Releases: mihaiconstantin/powerly

powerly release v1.1.2

10 Aug 13:19
Compare
Choose a tag to compare

Fixes

  • Too many NA values in the matrix of performance measures would result in bootstrapped vectors of statistics that have at least one NaN element. This would in turn cause the solver$solve_update(boot_statistics) in StepThree to fail (e.g., NA/NaN/Inf in foreign function call (arg 2)). Added fix by replacing all performance measures values that are NA or NaN with 0.

powerly release v1.1.1

10 Aug 11:47
Compare
Choose a tag to compare

Fixes

  • fix broken URLs for CRAN submission

powerly release v1.1.0

10 Aug 10:47
Compare
Choose a tag to compare

Features

  • add validate wrapper for Validation 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 in StepThree
  • rename from quantile to percentile in StepThree
  • add validation example figure to documentation
  • add documentation for validate function
  • add validate function to roxygen2 @seealso tags
  • fix typo in documentation of powerly function
  • update README.md to include validation example
  • recreate DESCRIPTION and NAMESPACE for validation
  • generate documentation file for validation function
  • update documentation files for powerly and generate_model
  • update news to mention addition of validation procedure