Changelog
Version 1.0.0
Add alias
Node
forTreeHierarchyNode
.Make
SafetyRule
directly available.TreeHierarchy
is now backed by littletree.
Version 0.4.1
Add
TreeHierarchie.create_node
andget_node
for making node retrieval easier.
Version 0.4.0
Rename
CodeHierarchy
toLevelHierarchy
.Move attribute
total_code
ofInputData
toHierarchy
.Add
FlatHierarchy
, which is the same as setting no hierarchy.Add
linked_suppress_method
to Job for protecting tables which are linked.
Version 0.3.0
Rename
Hierarchy
toTreeHierarchy
.Rename
GraphRecode
toTreeRecode
.Add
CodeHierarchy
as 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
indent
itself. This parameter no longer needs to be supplied toto_hrc
.Replace methods
to_dataframe
andfrom_dataframe
byto_rows
andfrom_rows
.<TOTCODE>
is now always written to metadata.
Version 0.2.0
Add support for recode table (requires TauArgus version >= 4.2.4).
Make
name
parameter on most objects obsolete, except Job.Remove obsolete parameter
safety_rules_holding
. Parametersafety_rule
is very flexible and can be passed a dict.Improve the methods of
BatchWriter
to 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).