All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed a bug introduced in
1.0.2
wherechecks.assert_2d_sort
was not sorting
- 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)
- Fix docstring for oneside.non_parametric thanks to Jed Ludlow
- exact two-sided normal method thanks to Jed Ludlow
- normal_factor method thanks to Jed Ludlow
- Fixed references listed in documentation
- Python 2.X is no longer supported. Python 3.6 is the minimum supported version.
- 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.
- setuptools is now listed in the requirements
- Everything you've seen so far!