Releases: paulhibbing/AGread
Releases · paulhibbing/AGread
v1.2.0
v1.1.0
AGread 1.1.0
includes the following updates/fixes:
- Revised interpolation schemes where necessary to ensure
matching output betweenread_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
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
Release version 0.2.2
Initial release
v0.1.2 Resolve dependency issues