vietoris_rips
andcubical
are now S3 genericsvietoris_rips
accepts objects of classdata.frame
,matrix
,numeric
,ts
, anddist
cubical
accepts objects of classarray
andmatrix
(for r-oldrel, in which not allmatrix
objects are also of classarray
)vietoris_rips
andcubical
return objects of classPHom
anddata.frame
(instead of eitherdata.frame
ormatrix
previously)
- Added Code of Conduct (CODE_OF_CONDUCT.md) from Contributor Covenant
- Added Contribution Guide (CONTRIBUTING.md) from ggalluvial
- Removed empty vignette (
cubical
), will add in next minor update (likely 0.2.x)
- Fixed memory leak in Cubical Ripser C++ code
- Fixed citation issue in vignette (
vietoris-rips
) - Removed TDAstats from Suggests to avoid circular dependency in the future
- Fixed issue in old R versions where 2-d matrices are not automatically also of type "array" (cubical() checks)
- Initial release
- Ports Ripser for Vietoris-Rips complex functionality
- Ports Cubical Ripser for cubical complex functionality