Skip to content

Releases: ropensci/c3dr

c3dr 0.1.5

22 May 10:22
Compare
Choose a tag to compare

BUG FIXES

  • Fix compilation error for gcc15

c3dr 0.1.4

20 May 09:08
fdf59ec
Compare
Choose a tag to compare

First CRAN release.

MINOR IMPROVEMENTS

  • Minor fixes for the CRAN submission

c3dr 0.1.1

24 Apr 14:19
8d659de
Compare
Choose a tag to compare

Changes in response to the rOpenSci peer review process.
The repository has been transferred to the rOpenSci organization.

MINOR IMPROVEMENTS

  • Improved input validation for all functions
  • Improved error messages
  • New method format.c3d() and internal restructuring of printing for c3d objects
  • Internal changes: Improved build process, automated cleaning of build artifacts, restructured source code

DOCUMENTATION FIXES

  • Updated vignette: Added visualization examples,link to a video of the recording of the example data, minor fixes
  • Added more context for the example data in vignette and function documentation
  • Converted function documentation to markdown
  • Improved function documentation in regard to the different point data formats
  • Fix typos

BUG FIXES

  • Fix bug in c3d_write(): Silently failed when writing directory was nonexistent
  • Fix compiler and ubsan warnings in C++ source code

c3dr 0.1.0

14 Feb 10:12
Compare
Choose a tag to compare
  • First GitHub release