-
Piotr Maślanka authored3e6795ac
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 13.70 KiB
v2.7.14
- TBA
v2.7.13
- bugfix release: header of
half_cartesian
changed
v2.7.12
- bugfix release:
even
,odd
andcount
will now accept Iterables
v2.7.11
- AggregateMetric has now the method
measure
- also, a bug in
measure_future
was fixed
v2.7.10
- add
even
andodd
v2.7.9
Possibly API breaking change!
You are affected if you pass start_at to count
using a kwargs. Not many people do that, most would
prefer positional args, which work fine.
- change
start_at
tostart
incount
- added
skip_last
toadd_next
v2.7.8
- added
KeyAwareDefaultDict
v2.7.7
- added
count
v2.7.6
- bugfix release: failed initializing EmptyMetrics() with no arguments