Changed - Fixed a bug introduced in `1.0.2` where `checks.assert_2d_sort` was not sorting
1.0.2
Changed - 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](https://github.com/cjekel/tolerance_interval_py/pull/7). Thanks to Jed Ludlow](https://github.com/jedludlow)
1.0.1
Added - Fix docstring for oneside.non_parametric thanks to [Jed Ludlow](https://github.com/jedludlow)
1.0.0
Added - exact two-sided normal method thanks to [Jed Ludlow](https://github.com/jedludlow) - normal_factor method thanks to [Jed Ludlow](https://github.com/jedludlow) Changed - Fixed references listed in documentation Removed - Python 2.X is no longer supported. Python 3.6 is the minimum supported version.
0.0.3
Changed - Docstrings, documentation, and readme had the wrong percentile values for many examples. I've corrected these examples. Sorry for the confusion this may have caused.
0.0.2
Added - setuptools is now listed in the requirements