Skip to content

Releases: rrrlw/TDAstats

JOSS accepted version

08 Aug 12:36
Compare
Choose a tag to compare
  • Figure size has been updated for JOSS paper
  • Code coverage has been added (codecov.io)
  • Minor changes (bug fixes, etc.)

Update submission to CRAN.

05 Aug 03:09
Compare
Choose a tag to compare
Pre-release

Version 0.3.0 primarily includes bug and stylistic imperfections from v0.2.0. Resubmitted to avoid being removed from CRAN due to index_t clash on Solaris systems.

Initial submission to JOSS

29 Jul 12:11
Compare
Choose a tag to compare
Pre-release

TDAstats 0.2.0

Bug fixes

  • fixed bug in permutation_test function that resulted in NAs in output
  • fixed naming clash with index_t in C++ code; should make TDAstats compatible with Solaris systems

Changes

  • added dim parameter to permutation_test function to allow users to select maximum dimension for homology comparison

Additions

  • added automated testing using testthat package
  • 4 sample datasets for users to learn/test TDAstats (and probably to follow future vignettes): unif2d, unif3d, circle2d, sphere3d
  • added 2 vignettes introducing features of TDAstats to user through text and a case study

Initial release for CRAN

21 Jul 00:01
Compare
Choose a tag to compare
Pre-release

Includes basic functionality of: (1) calculation of persistent homology with Ripser; (2) visualization of persistent homology with persistence diagrams and topological barcodes using ggplot2; (3) non-parametric statistical inference of persistent homology using a permutation test.