Releases: mihaiconstantin/powerly
Releases · mihaiconstantin/powerly
powerly v1.10.0
What's Changed
- Update URLs to canonical
CRANformat by @mihaiconstantin in #53 - Add option to validate specific sample sizes by @mihaiconstantin in #54
- Add support for
parabarbackends with progress tracking by @mihaiconstantin in #55 - Move
S3methods to standalone file for clarity by @mihaiconstantin in #56 - Add cautionary feedback for users' choices by @mihaiconstantin in #57
- Preparation for release
v1.10.0by @mihaiconstantin in #58
Added
- Add cautionary messages for
powerlyandvalidateto 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
parabarbackends with informative progress tracking. Closes #8. - Add
sampleargument tovalidatefacade to allow users to perform validation for specific sample sizes if needed.
Changed
- Move
S3methods to separate file for clarity.
Fixed
- Update URLs to canonical
CRANformat.
Full Changelog: v1.9.3...v1.10.0
powerly v1.9.3
What's Changed
- Fix
DOInote onCRANby @mihaiconstantin in #52
Fixed
- Add
\doi{}call topowerly-package.Rdocumentation. I know what you're thinking...
Full Changelog: v1.9.2...v1.9.3
powerly v1.9.2
What's Changed
- Fix
DOIinpowerly-package.Rby @mihaiconstantin in #51
Fixed
- Remove
\doi{}call frompowerly-package.Rdocumentation.
Full Changelog: v1.9.1...v1.9.2
powerly v1.9.1
What's Changed
- Fix
DOItypo in package documentation by @mihaiconstantin in #50
Fixed
- Fix incorrect
DOIinpowerly-package.Rdocumentation.
Full Changelog: v1.9.0...v1.9.1
powerly v1.9.0
What's Changed
- Update workflow files by @mihaiconstantin in #38
- Change to new
CRANchecks badge URL by @mihaiconstantin in #36 - Fix
docsworkflow failure by @mihaiconstantin in #40 - Small chores by @mihaiconstantin in #41
- Remove
osqpdependency by @mihaiconstantin in #42 - Miscellaneous refactoring and documentation updates by @mihaiconstantin in #45
- Miscellaneous website documentation changes by @mihaiconstantin in #46
- Update citation header by @mihaiconstantin in #47
- Fix
docswebsite footer by @mihaiconstantin in #48 - Release
1.9.0by @mihaiconstantin in #49
Added
- Add content for website publications page.
Changed
- Update copyright information in license files.
- Add published manuscript
DOIto the package logo. - Update citation, references, and documentation mentions to the published manuscript available at 10.1037/met0000555.
- Update
GitHubaction versions for all workflow files. Closes #37. - Add missing link to paper reference in documentation.
Fixed
- Update
CITATIONfile to usebibentry. - Purged the evil from the website footer. Long overdue.
- Fix resulting empty
\link{}in.Rdfiles. - Disable cloning for
BackendTesterclass. - Make destructor for
Backendclass private in line withR6package recommendations (i.e., seeR6v2.6.0changes). - Replace URLs for CRAN checks badges. Closes #35.
- Fix
docsworkflow error after changing fromyarntopnpm. For the time being, migrated back toyarn. Closes #39.
Full Changelog: v1.8.6...v1.9.0
powerly v1.8.6
What's Changed
- Fix
HTMLsyntax (semantic) errors by @mihaiconstantin in #32
Fixed
- Remove invalid
HTMLsyntax from documented functions (i.e.,divelements nested insidepelements). See #30 (i.e., the reply by @mihaiconstantin) for more details.
Full Changelog: v1.8.5...v1.8.6
powerly v1.8.5
What's Changed
- Fix CRAN
HTMLvalidation error by @mihaiconstantin in #31
Fixed
- Fix
HTMLvalidation problems during theCRANchecks. Closes #30.
Full Changelog: v1.8.4...v1.8.5
powerly v1.8.4
What's Changed
- Refactor styles and improve support for narrow screens by @mihaiconstantin in #27
- Update breakpoints for mobile views by @mihaiconstantin in #28
- Add documentation for Reference Section by @mihaiconstantin in #29
Added
- Add navigation bar and sidebar links under Reference for exported package functions and
S3methods. - Enable automatic registration for
.vuecomponents in/docs/.vuepress/components/. - Add component
Markdown.vuefor rendering reusable markdown. - Add documentation content for functions
powerly,validate, andgenerate_model. - Add documentation content for
S3methodsplot.Method,plot.Validation, andsummary.
Changed
- Refactor styles and improve readability for narrow screens.
- Replace incorrect feature image for Step 1.
- Update
CSSbreakpoints for mobile views.
Full Changelog: v1.8.3...v1.8.4
powerly v1.8.3
What's Changed
- Add package documentation via
VuePressby @mihaiconstantin in #22 - Fix documentation build process by @mihaiconstantin in #24
- Update package to account for
docs/by @mihaiconstantin in #26
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.mdfile. - Moved image assets from
inst/underdocs/. - Simplify
ASCIIconsole logo to include the domain name for the online documentation.
Full Changelog: v1.8.2...v1.8.3
powerly v1.8.2
What's Changed
- Fix
NEWS.mdformat for CRAN parsing by @mihaiconstantin in #21
Fixed
- Remove square brackets from version numbers in
NEWS.mdto allow CRAN to parse the version information.
Full Changelog: v1.8.1...v1.8.2