Releases: gluc/data.tree
Elder RC1
- ADD:
ClimbByAttribute - FIX:
AggregateandCumulatenow work always on attributes having a formatter - ADD:
as.igraphnow has a 'directed' parameter - ADD:
print.Nodenow has a pruneMethod, allowing different methods to avoid that a huge tree is printed to the console - REMOVE:
FromDataFrameTaxonomyandToDataFrameTaxonomy(replaced byFromDataFrameNetworkandToDataFrameNetwork, but with some differences) - ADD:
FromDataFrameNetworkandToDataFrameNetwork - IMPROVE: make Traversal "level" much faster
- ADD:
Node$RemoveChild - ADD:
Node$RemoveAttribute - ADD:
as.igraph.Nodenow supports different directions (climb and descend)
Pine II
Pine
This release improves performance for e.g. cloning, printing and many more.
The major breaking change is that node$depth has been renamed to node$height as apparantly depth caused confusing with some people for whom depth = level.
For all changes, please refer to the NEWS file, available at https://github.com/gluc/data.tree/tree/v0.1.8/NEWS
Outlook: we are working on the package documentation and count on publishing to CRAN soon. Until then, we do not expect any major API changes.
Chestnut
This release is mainly for reference in gists and other code samples.
We expect the first RC for the next CRAN version to be available within the next few days, though it contains some API changes.
For changes, please refer to the NEWS file, available at https://github.com/gluc/data.tree/tree/v0.1.7/NEWS