Skip to content

Commit 7d8f1b5

Browse files
committed
Preliminary changelog
1 parent 20d4a77 commit 7d8f1b5

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

315
Import 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.

0 commit comments

Comments
 (0)