Changelog
Source:NEWS.md
tdarec 0.2.0
CRAN release: 2025-06-20
column modification - BREAKING CHANGE
Per issue #19, the persistent homology computation steps now modify data set list-columns in place, and these and the disaggregation steps assign roles as conventional {recipes} steps. Previously, users could ignore the presence of persistence diagram list-columns because they were assigned the new role "persistent homology"
. They must now be manually removed or their roles updated. Alternatively, and preferably, the data set list-columns can have their roles updated to something other than "predictor"
, as illustrated in the README. Users now also lose access to the data set list-column unless they explicitly duplicate it before computing persistent homology.