Skip to content

Releases: paulhibbing/AGread

v1.2.0

27 May 18:33
Compare
Choose a tag to compare
  • Added reintegrate2

  • Added a parser = "dev" option for read_gt3x, which serves as a wrapper and formatter around read.gt3x::read.gt3x

v1.1.0

20 Feb 19:42
Compare
Choose a tag to compare

AGread 1.1.0 includes the following updates/fixes:

  • Revised interpolation schemes where necessary to ensure
    matching output between read_gt3x and exported csv files
  • Resolved type mismatch in declaration/definition for
    IMU sensor parsing
  • Incorporated idle sleep mode assessment
  • Updated unit test cache
  • Utilized pre-allocation to speed up code (#15, @muschellij2)
  • Accounted for trailing zeroes in packets
  • Fixed column name detection in read_AG_counts

Improved Binary Reading Via Rcpp

19 Sep 00:45
Compare
Choose a tag to compare

AGread::read_gt3x has had a makeover for this release. Time consuming portions have been routed through Rcpp, yielding dramatic runtime reductions. Other processes have been added or modified to align the R output with csv ActiLife output.

v0.2.2

14 Mar 02:13
Compare
Choose a tag to compare
Release version 0.2.2

Initial release

20 Apr 01:19
Compare
Choose a tag to compare
v0.1.2

Resolve dependency issues