* 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).
0.4.1
-----------------------
* Remove six dependency. * Fix :meth:`.ZScores.run` method.
0.4.0
-------------------------
* Update :class:`.ZScores` to use new :class:`.Computation` interface. * Remove monkey patching. * Upgrade agate dependency to ``1.5.0``.
0.3.1
------------------------
* Fix packaging issue.
0.3.0
------------------------
* Added usage documentation. * Convert :class:`.PearsonCorrelation` to an aggregation. * Update required version of agate to 1.1.0. * Removed Python 2.6 support.