Highlights:
- Made named attributes like
{name}
and {seconds}
available for text
templates (suggested by @mlisovyi).
- Promoted
.timers
to a custom dictionary with support for simple statistics like .mean()
, .min()
, and .stdev()
.
See changelog for more details