Skip to content

Release 1.2.2

Compare
Choose a tag to compare
@ageiss2 ageiss2 released this 18 Jun 15:45
· 18 commits to master since this release

Includes a bugfix, that switches the paramaters of convert_to_inclusive and convert_to_exclusive in the value
and mean function of MetricValues, so that the names and the functions match.

The new and also correct signatures are now:
mean(self, cnode: CNode, convert_to_exclusive: bool = False, convert_to_inclusive: bool = False)
value(self, cnode: CNode, convert_to_exclusive: bool = False, convert_to_inclusive: bool = False)