Skip to content

Releases: cjekel/tolerance_interval_py

v1.0.3

27 Mar 19:29
7df3f19
Compare
Choose a tag to compare

Fixed a bug introduced in 1.0.2 where checks.assert_2d_sort was not sorting

v1.0.2

26 Mar 20:10
Compare
Choose a tag to compare

Fixed a bug where a sort function was modifying the input data array. This could have unintended consequence for a user without their knowledge. See PR. Thanks to Jed Ludlow](https://github.com/jedludlow)

v1.0.1

24 Feb 14:26
Compare
Choose a tag to compare

toleranceinterval.oneside.non_parametric docstring example fix

1.0.0

03 Jan 23:23
Compare
Choose a tag to compare

1.0.0 release

now include the exact normal two-sided method thanks to @jedludlow

Drops support for Python <= 3.5 and Python 2.X