NEWS.md
This major version replaces an outdated version of the Ripser C++ library with its current version.
This minor edition includes the blackhole
data set along with its accompanying documentation and R script.
This minor version subsumes several contributions over 4+ years, including invisibly returning persistence data on print()
, an additional vignette, and debugging & correcting of documentation.
vietoris_rips
and cubical
are now S3 genericsvietoris_rips
accepts objects of class data.frame
, matrix
, numeric
, ts
, and dist
cubical
accepts objects of class array
and matrix
(for r-oldrel, in which not all matrix
objects are also of class array
)vietoris_rips
and cubical
return objects of class PHom
and data.frame
(instead of either data.frame
or matrix
previously)