Skip to content

v0.5.0

Choose a tag to compare

@connorferster connorferster released this 15 Jul 16:57
· 34 commits to main since this release
045fdf1

What's Changed

  • Features/add aggregate envelopes by @connorferster in #6
    • pynite_tools has a new module called "envelope.py" that contains functions for enveloping results trees
    • Primary function is pt.envelope_tree but the module comes with additional aggregation functions:
      • min - Same as min built-in but ignores None values
      • max - Same as max built-in but ignores None values
      • absmax - Calculates the absolute max value from a list (ignoring Nones)
      • absmin - Calculates the absolute min value from a list (ignoring Nones)

Full Changelog: v0.4.1...v0.5.0