Skip to content
Snippets Groups Projects
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 and count 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 and odd

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 to start in count
  • added skip_last to add_next

v2.7.8

  • added KeyAwareDefaultDict

v2.7.7

  • added count

v2.7.6

  • bugfix release: failed initializing EmptyMetrics() with no arguments

v2.7.5