- Fix bug with halfway point not being calculated correctly for trending limits when using subsets
1.0.1
- Fix bug with trending limits not being computed correctly when using subsets
1.0.0
- Public release - Raise exception if less than 2 counts are provided
0.9.0
- Add `x_exponential_moving_average()` method to return exponential moving averages - Add optional `include_exponential_moving_averages` flag to `to_dict()` to allow including the values in the returned dict - Add support for Python 3.12 - Drop support for end of life Python 3.7
0.8.0
- Add `x_plot()` and `mr_plot()` methods to plot more detailed charts using `pandas` and `matplotlib` that highlight any data points that meet the detection rules
0.7.0
- Switch `limit_floor` parameter to constructor rather than passing through different methods