Skip to content

Added min/max/map values and improve binding

Choose a tag to compare

@FancyNeuron FancyNeuron released this 11 Jun 00:57
· 22 commits to main since this release
55cadf3

New Features

  • Added MinIntValues, MaxIntValues, MinFloatValues, and MaxFloatValues classes for value aggregation
  • Added mapping methods to Value class: map(), map_to_int(), map_to_float(), map_to_str(), map_to_bool()
  • Added times parameter to binding methods, allowing observation limits

Improvements

  • Derived Values now bind weakly by default, reducing memory leaks from circular references

Breaking Changes

  • None