Skip to content

Releases: bernhard-da/sdcHierarchies

CRAN release 0.23.0

Choose a tag to compare

@bernhard-da bernhard-da released this 20 Mar 05:29
  • Feature: hier_create_ids(): Added this new utility to map microdata to hierarchical grid levels using high-performance integer-based indexing.
  • Feture: enhanced hier_grid():
    • Added the add_contributing_cells argument to enable faster data aggregation.
    • Improved the handling of "bogus" structures; setting add_dups = FALSE now correctly prunes redundant parent nodes across multiple dimensions.
  • Feature: Performance improvements:
    • Refactored core tree-traversal logic in Rcpp code for significant speed improvements
    • Added new internal Rcpp utility functions (rcpp_get_sort_order(),
      rcpp_tree_to_matrix(), rcpp_get_leaves_list()) to improve leaf-node identification and path encoding.
  • Bugfix: hier_app(): Fixed a synchronization bug in the shinyTree interface that occurred when collapsing or interacting with nodes.
  • Update: Extended unit tests for hier_grid() to ensure stability across different edge cases.
  • Update: Improved and extended the package vignette to cover new features.

CRAN release 0.22.0

Choose a tag to compare

@bernhard-da bernhard-da released this 26 Jun 08:01
  • massive performance improvements in hier_codes()

CRAN release 0.21.0

Choose a tag to compare

@bernhard-da bernhard-da released this 26 Jun 08:01
  • allow to keep original-order of nodes in hier_import() via argument keep_order

CRAN release 0.20.0

Choose a tag to compare

@bernhard-da bernhard-da released this 16 Aug 06:24
  • Improvement: massive speedup in hier_convert()

CRAN release 0.19.3

Choose a tag to compare

@bernhard-da bernhard-da released this 19 Jul 09:38
  • Bugfix in computation of bogus-codes

sdcHierarchies v0.16

Choose a tag to compare

@bernhard-da bernhard-da released this 02 Mar 15:50
  • first CRAN version