Skip to content

Releases: stefanocoretta/rticulate

v2.0.0

08 Feb 16:35
Compare
Choose a tag to compare

BREAKING

  • read_aaa() now can read AAA data with existing headers, both fan-line and DeepLabCut data.

    • Now any column starting with X or Y will be selected for pivoting when format = "long" (the default).
  • This enhancement has brought in a few breaking changes:

    • The order of the arguments has changed.
    • The argument fan_line doesn't have a default any more, so it has to be specified.
  • plot_polar_smooths() has been deprecated due to removal of tidymv and it now does not do anything. An alternative will soon be added. For the time being, you can extract predictions with tidygam::predict_gam() and convert to Cartesian coordinates manually.

Added

  • read_ag500_pos() to read .pos files from Carstens AG500 electro-magnetic-articulographer.

  • filter_signal() to filter a signal with a Savitzky-Golay or Butterworth filter.

  • resample_signal() to up/down-sample a signal using interpolation.

  • get_velocity() and get_acceleration() to calculate the velocity and acceleration (first and second derivative) of displacement.

  • get_landmarks() to get several gestural landmarks from the displacement of a single gesture.

v1.7.3

04 Sep 18:34
Compare
Choose a tag to compare

Added

  • Zenodo DOI in Readme, plus other Readme updates.

Developer

  • Fix CRAN notes about HTML5.

rticulate v1.7.2

11 Jan 20:46
Compare
Choose a tag to compare

rticulate v1.7.2

Added

  • 📝 - @return filled in the documentation of functions.

Changed

  • 📝 - Use \donttest instead of \dontrun.

rticulate v1.7.0

Added

  • rticulate logo!

  • Use GitHub Actions for R CMD check.

Changed

  • use tidy::pivot_longer() and tidy::pivot_wider() in read_aaa_data()

  • add .index column to read_aaa_data() output to group contours if needed.

  • changed index name of polar-gams.Rmd vignette.

  • Now uses README.Rmd.

Removed

  • Remove Travis CI (use GitHub Actions).

v1.6.0

05 May 12:51
Compare
Choose a tag to compare

Changed

  • 📝 expand documentation of transform_coordinates() and get_origin()
  • 👍 better handling of fit errors in get_origin()

Deprecated

  • ⚠️ geom_polar_ci(), see vignette "polar-gam" for a working alternative

v1.5.0

22 Apr 13:16
Compare
Choose a tag to compare

Added

  • examples for predict_polar_gam() and plotting

Changed

  • extend polar-gam.Rmd

Deprecated

  • ⚠️ time_series is now deprecated and replaced with series. time_series will be removed in future releases.

v1.4.0

31 Jan 15:53
Compare
Choose a tag to compare

Added

  • examples in docs
  • section in polar-gams.Rmd about multiple predictors
  • function predict_polar_gam()
  • geom geom_polar_ci()

v1.3.5

05 Dec 09:48
Compare
Choose a tag to compare

Changed

  • README now uses new install_github argument for building vignettes

v1.3.4

22 Oct 20:44
Compare
Choose a tag to compare

Added

  • support for NULL comparison argument in plot_polar_smooths()

Fixed

  • error after rlang update

v1.3.3

22 Oct 18:44
Compare
Choose a tag to compare

Added

  • split argument for splitting factor interactions into separate factors

v1.3.2

02 Aug 06:48
Compare
Choose a tag to compare

Added

  • argument in read_aaa() for choosing format (wide or long)

Changed

  • removed tidymv version from README

Fixed

  • polar GAMs vignette title
  • error in Polar GAMs vignette
  • error when using AR.start