Skip to content

Releases: bencheeorg/statistex

1.1.1

Choose a tag to compare

@PragTob PragTob released this 04 Jun 17:33

Bugfixes

  • Fix a compile warning on elixir 1.20

1.1.0: This release adds functionality around identifying outliers.

Choose a tag to compare

@PragTob PragTob released this 06 Jul 14:47
3f6b1f9

This release adds functionality around identifying outliers.

  • the Statistex struct comes with more keys: :lower_outlier_bound, :upper_outlier_bound & :outliers,
    along with the new public functions :outliers/2 and :outlier_bounds/2.
  • statistics/2 now also accepts exclude_outliers: true to exclude the outliers from the calculation
    of statistics.
  • some functions have also been updated to accept more optional arguments such as :sorted? to avoid unnecessary extra work.

Huge thanks for these changes go to @NickNeck!

1.0.0

Choose a tag to compare

@PragTob PragTob released this 05 Jul 15:18

Import of the initial functionality from benchee.

Dubbed 1.0 because many people had already been running this code indirectly through benchee.