Changelog
Source:NEWS.md
fiber 0.1.0
Breaking changes
- The package has been rebuilt from scratch around two S7 classes:
streamlineandbundle. The previous tibble-basedstreamlineand list-basedtractare removed.
New features
-
new_streamline()/new_bundle()constructors for the S7 classes. -
bind_bundles()combines any mix ofstreamlines andbundles into a singlebundle. -
reparametrize()resamples astreamlineor every streamline in abundleonto a uniform arc-length grid. -
get_euclidean_length(),get_curvilinear_length(),get_sinuosity()— geometric shape scalars. -
get_curvature(),get_torsion()— full curvature/torsion profiles or summary scalars ("mean","sd","max"). -
get_hausdorff_distance()— symmetric Hausdorff distance between twostreamlines.