- Add Python 3.8, 3.9, 3.10, 3.11, 3.12 support.
- Drop support for Python 2.7 (EOL 2020-01-01), 3.4 (2019-03-18), 3.5 (2020-09-13), 3.6 (2021-12-23), 3.7 (2023-06-27).
- Remove six dependency.
- Fix :meth:`.ZScores.run` method.
- Update :class:`.ZScores` to use new :class:`.Computation` interface.
- Remove monkey patching.
- Upgrade agate dependency to
1.5.0
.
- Fix packaging issue.
- Added usage documentation.
- Convert :class:`.PearsonCorrelation` to an aggregation.
- Update required version of agate to 1.1.0.
- Removed Python 2.6 support.
- Update to support agate 1.0.0.
- Initial version.