File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.1 (Unreleased)
2+
3+ This release adds functionality around identifying outliers.
4+
5+ * the Statistex struct comes with more keys: ` :lower_outlier_bound ` , ` :upper_outlier_bound ` & ` :outliers ` ,
6+ along with the new public functions ` :outliers/2 ` and ` :outlier_bounds/2 ` .
7+ * ` statistics/2 ` now also accepts ` exclude_outliers: true ` to exclude the outliers from the calculation
8+ of statistics.
9+ * some functions have also been updated to accept more optional arguments such as ` :sorted? ` to avoid unnecessary extra work.
10+
11+ Huge thanks for these changes go to [ @NickNeck ] ( https://github.com/NickNeck ) !
12+
113## 1.0 2019-07-05
214
315Import of the initial functionality from [ benchee] ( github.com/bencheeorg/benchee ) .
416
5- Dubbed 1.0 because many people had already been running this code indirectly through benchee.
17+ Dubbed 1.0 because many people had already been running this code indirectly through benchee.
You can’t perform that action at this time.
0 commit comments