Version 0.3.2
-------------

Released on Oct 9th 2020.

- Stopped supporting Python 2.5, 2.6, 3.2, and 3.3.
- Supported Python 3.4, 3.5, 3.6, 3.7, and 3.8.

Thanks to `Nolan Gilley`_.

.. _Nolan Gilley: https://github.com/nkgilley

Version 0.3.1
-------------

Released on Mar 4th 2013.

Fixes an error of :func:`FRACTIONAL` strategy with multiple tie ranks. Thanks
to `Yunwon Jeong`_.

.. _Yunwon Jeong: http://youknowone.org/

Version 0.3
-----------

Released on Jan 30th 2013.

Doesn't support old ``cmp`` style just like Python 3.

- Removes``cmp`` parameter from :class:`Ranking`.
- Removes :func:`score_comparer`.
- ``key``, ``reverse``, ``no_score`` parameter of :class:`Ranking` is now
  keyword-only.

Version 0.2.4
-------------

Released on Jan 9th 2013.

Supports Python 3 and Jython.

Version 0.2.3
-------------

Released on Oct 26th 2012.

- Adds ``no_score`` parameter to use other value for "no score" instead of
  ``None``.
- Implements :func:`score_comparer`.

Version 0.2.2
-------------

Released on Oct 26th 2012.

- Adds ``reverse`` parameter for :class:`Ranking`.
- Adds :meth:`Ranking.rank` to find the rank of the value.

Version 0.2.2
-------------

Released on Oct 26th 2012.

- Adds ``reverse`` parameter for :class:`Ranking`.
- Adds :meth:`Ranking.rank` to find the rank of the value.

Version 0.1.2
-------------

Released on Oct 9th 2012.

- Uses ``None`` for "no score".
- Works with ``sequence`` as an iterator instead of only a list or tuple
  object.
- :class:`Ranking` yields values instead of found scores.

Version 0.1.1
-------------

Released on Oct 7th 2012.

- Adds ``start`` parameter for :class:`Ranking`.
- Renames ``score`` parameter for :class:`Ranking` to ``key``.

Version 0.1
-----------

First public preview release.
