Skip to content

Releases: mihaiconstantin/powerly

powerly v1.8.6

09 Sep 13:42
18acc39
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

powerly v1.8.1

20 Jul 13:44
0cd3271
Compare
Choose a tag to compare

What's Changed

Changed

  • Add option to run GitHub workflow manually.

Full Changelog: v1.8.0...v1.8.1

powerly v1.8.0

02 May 12:16
32d5b42
Compare
Choose a tag to compare

What's Changed


Added

  • Add more arguments for generating partial correlation matrices (i.e., in line with Yin and Li (2011; see reference below). The new arguments are positive (i.e., for the proportion of positive edges), range (i.e., for the interval from which to sample values for the partial correlations), and constant (i.e., to vary the magnitude of the partial correlations). See Yin and Li (2011) for a description of the generating algorithm.
  • Add functionality to resample GgmModel data when variables with SD = 0 are detected.

Changed

  • Update documentation to include the new arguments for generating a GGM.
  • Update GGM data generation and estimation tests.

References

  • Yin, J., and Li, H. (2011). A sparse conditional gaussian graphical model for analysis of genetical genomics data. The annals of applied statistics, 5(4), 2630.

Full Changelog: v1.7.4...v1.8.0

powerly v1.7.4

30 Apr 09:25
90c5b58
Compare
Choose a tag to compare

Added

  • Add duration field to StepTwo class to record the execution time for the
    spline fitting procedure
  • Add CNAME for apex domain https://powerly.dev served via GitHub Pages.

Fixed

  • Fix missing import for mvnorm package (#11). Closes #5.
  • Fix missing number of cores in Backend when more cores than available were
    requested (#12). Closes #2.
  • Fix legend overlapping spline confidence bands for StepThree plot (#13).
    Closes #3.
  • Fix recording and reporting of Method and step classes execution time (#15).
    The duration is now recorded in seconds. Closes #9.

Removed

  • Remove dev branch from all GitHub workflows (#14). Switched to the
    GitHub flow. Closes #4.

Full Changelog: v1.7.3...v1.7.4

powerly release v1.7.3

15 Nov 06:43
Compare
Choose a tag to compare

Improvements

  • Update badges order in README.md and removed open issues badge.

  • Fix typos in the NEWS file.

powerly release v1.7.2

14 Nov 16:59
Compare
Choose a tag to compare

Improvements

  • Update GGM estimation test to check if the estimation fails when variables with zero standard deviation are present in the generated data.

  • Update GGM estimation to fail when the generated data contains at least one variable that has a standard deviation equal to zero (i.e., as a result of generating data with a sample size value that is too low).

  • Add GitHub badges with latest release version and number of open issues.

Bug fixes

  • Add tolerance (i.e., 0.0000001) for test checking whether the spline coefficients are estimated correctly.

  • Fix test for the updating of the bounds of a Range instance to run only when the the 2.5th and 97.5th selected sample sizes are different quantities.

  • Fix bug in GGM data generating test where the number of nodes to generate data for were incorrectly sampled.