Skip to content

Releases: mihaiconstantin/powerly

powerly v1.10.0

01 Sep 15:14
060443c

Choose a tag to compare

What's Changed

Added

  • Add cautionary messages for powerly and validate to draw attention to picking sensible argument values for the method. Also, notifying the user if the validation procedure did not meet the set targets.
  • Add support for parabar backends with informative progress tracking. Closes #8.
  • Add sample argument to validate facade to allow users to perform validation for specific sample sizes if needed.

Changed

  • Move S3 methods to separate file for clarity.

Fixed

  • Update URLs to canonical CRAN format.

Full Changelog: v1.9.3...v1.10.0

powerly v1.9.3

31 Aug 16:10
bb9de44

Choose a tag to compare

What's Changed

Fixed

  • Add \doi{} call to powerly-package.R documentation. I know what you're thinking...

Full Changelog: v1.9.2...v1.9.3

powerly v1.9.2

31 Aug 15:37
0654663

Choose a tag to compare

What's Changed

Fixed

  • Remove \doi{} call from powerly-package.R documentation.

Full Changelog: v1.9.1...v1.9.2

powerly v1.9.1

31 Aug 15:04
41345fd

Choose a tag to compare

What's Changed

Fixed

  • Fix incorrect DOI in powerly-package.R documentation.

Full Changelog: v1.9.0...v1.9.1

powerly v1.9.0

31 Aug 14:42
244bbc8

Choose a tag to compare

What's Changed

Added

Changed

  • Update copyright information in license files.
  • Add published manuscript DOI to the package logo.
  • Update citation, references, and documentation mentions to the published manuscript available at 10.1037/met0000555.
  • Update GitHub action versions for all workflow files. Closes #37.
  • Add missing link to paper reference in documentation.

Fixed

  • Update CITATION file to use bibentry.
  • Purged the evil from the website footer. Long overdue.
  • Fix resulting empty \link{} in .Rd files.
  • Disable cloning for BackendTester class.
  • Make destructor for Backend class private in line with R6 package recommendations (i.e., see R6 v2.6.0 changes).
  • Replace URLs for CRAN checks badges. Closes #35.
  • Fix docs workflow error after changing from yarn to pnpm. For the time being, migrated back to yarn. Closes #39.

Full Changelog: v1.8.6...v1.9.0

powerly v1.8.6

09 Sep 13:42
18acc39

Choose a tag to compare

What's Changed

Fixed

  • Remove invalid HTML syntax from documented functions (i.e., div elements nested inside p elements). See #30 (i.e., the reply by @mihaiconstantin) for more details.

Full Changelog: v1.8.5...v1.8.6

powerly v1.8.5

09 Sep 10:36
b299889

Choose a tag to compare

What's Changed

Fixed

  • Fix HTML validation problems during the CRAN checks. Closes #30.

Full Changelog: v1.8.4...v1.8.5

powerly v1.8.4

09 Sep 06:08

Choose a tag to compare

What's Changed

Added

  • Add navigation bar and sidebar links under Reference for exported package functions and S3 methods.
  • Enable automatic registration for .vue components in /docs/.vuepress/components/.
  • Add component Markdown.vue for rendering reusable markdown.
  • Add documentation content for functions powerly, validate, and generate_model.
  • Add documentation content for S3 methods plot.Method, plot.Validation, and summary.

Changed

  • Refactor styles and improve readability for narrow screens.
  • Replace incorrect feature image for Step 1.
  • Update CSS breakpoints for mobile views.

Full Changelog: v1.8.3...v1.8.4

powerly v1.8.3

26 Aug 20:34
6b04444

Choose a tag to compare

What's Changed

Added

  • Add starter package documentation via VuePress. The deployed documentation files can be accessed at powerly.dev.

Changed

  • Add references to the online documentation in README.md file.
  • Moved image assets from inst/ under docs/.
  • Simplify ASCII console logo to include the domain name for the online documentation.

Full Changelog: v1.8.2...v1.8.3

powerly v1.8.2

23 Jul 06:46
5209e60

Choose a tag to compare

What's Changed

Fixed

  • Remove square brackets from version numbers in NEWS.md to allow CRAN to parse the version information.

Full Changelog: v1.8.1...v1.8.2