Changelog
Version 1.0.0
Add alias
NodeforTreeHierarchyNode.Make
SafetyRuledirectly available.TreeHierarchyis now backed by littletree.
Version 0.4.1
Add
TreeHierarchie.create_nodeandget_nodefor making node retrieval easier.
Version 0.4.0
Rename
CodeHierarchytoLevelHierarchy.Move attribute
total_codeofInputDatatoHierarchy.Add
FlatHierarchy, which is the same as setting no hierarchy.Add
linked_suppress_methodto Job for protecting tables which are linked.
Version 0.3.0
Rename
HierarchytoTreeHierarchy.Rename
GraphRecodetoTreeRecode.Add
CodeHierarchyas an alternative to TreeHierarchy.Refactor TreeHierarchy. The implementation is now backed by anytree. Individual nodes can be accessed by
get_node().Hierarchy now keeps track of
indentitself. This parameter no longer needs to be supplied toto_hrc.Replace methods
to_dataframeandfrom_dataframebyto_rowsandfrom_rows.<TOTCODE>is now always written to metadata.
Version 0.2.0
Add support for recode table (requires TauArgus version >= 4.2.4).
Make
nameparameter on most objects obsolete, except Job.Remove obsolete parameter
safety_rules_holding. Parametersafety_ruleis very flexible and can be passed a dict.Improve the methods of
BatchWriterto accept both strings and objects.Tables can now be passed to Job as both iterable or dict. Tables will now be stored in a TableSet object.
Experimental linked protection is possible when using a TableSet. Although it seems to produce output, this feature is not documented in the Tau Argus manual. Therefore, usage cannot be recommended (a warning will be shown).