Skip to content

Releases: gluc/data.tree

Elder RC1

04 Sep 19:56

Choose a tag to compare

Elder RC1 Pre-release
Pre-release
  • ADD: ClimbByAttribute
  • FIX: Aggregate and Cumulate now work always on attributes having a formatter
  • ADD: as.igraph now has a 'directed' parameter
  • ADD: print.Node now has a pruneMethod, allowing different methods to avoid that a huge tree is printed to the console
  • REMOVE: FromDataFrameTaxonomy and ToDataFrameTaxonomy (replaced by FromDataFrameNetwork and ToDataFrameNetwork, but with some differences)
  • ADD: FromDataFrameNetwork and ToDataFrameNetwork
  • IMPROVE: make Traversal "level" much faster
  • ADD: Node$RemoveChild
  • ADD: Node$RemoveAttribute
  • ADD: as.igraph.Node now supports different directions (climb and descend)

Pine II

14 Aug 07:36

Choose a tag to compare

Corrected version number in DESCRIPTION file

Pine

13 Aug 14:57

Choose a tag to compare

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

12 Aug 20:13

Choose a tag to compare

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