Skip to content

Releases: achetverikov/circhelp

v1.3

12 May 22:04

Choose a tag to compare

Moved to a standalone implementation of remove_cardinal_biases() without reliance on gamlss. About 2.2x speed-up, almost identical results.

Full Changelog: v1.2...v1.3

circhelp 1.2

18 Mar 13:56

Choose a tag to compare

User-facing changes

  • Added density_asymmetry() for analyzing asymmetry in circular response probabilities (useful for analyzes of response biases)
  • Added density_asymmetry_discrete() for discrete/bin-based asymmetry analyses.
  • Added smoothed_circ_sd() for smoothed circular SD estimation.
  • Improved density_asymmetry():
    • added return_full_density
    • added "average" bandwidth option
    • improved computational speed (matrix-based implementation)
  • Fixed a density-related bug affecting asymmetry workflows.

Documentation

  • Expanded and reorganized vignette coverage for density_asymmetry() workflows.
  • Improved examples and cross-references across vignettes.
  • Updated package reference/site documentation to reflect new functions and options.

Maintenance

  • Updated package dependencies/import setup (including migration to apastats2 in examples/dependencies).
  • Updated pkgdown/deployment setup to keep website builds stable with current GitHub Actions runtime changes.

circhelp 1.1

05 Jul 12:46

Choose a tag to compare

  • Initial CRAN submission.

v1.0

19 Oct 13:06

Choose a tag to compare

This is the first release of the package.