Skip to content

Latest commit

 

History

History
133 lines (86 loc) · 3.15 KB

changelog.rst

File metadata and controls

133 lines (86 loc) · 3.15 KB

Version 0.4.5

Released on Sep 7 2018.

Started to support Python 3.6 and 3.7. But dropped support of Python 2.5, 2.6, 3.1, 3.2, and 3.3. Thanks to Hugo.

Version 0.4.4

Released on Dec 31 2015.

Fixed documentation error. See issue #11. Thanks to Russel Simmons.

Version 0.4.3

Released on Sep 4 2014.

Fixed ordering bug on weights argument as a dict. This was reported at issue #9.

Version 0.4.2

Released on Jun 13 2014.

Updated only meta code such as :file:`setup.py`.

Version 0.4.1

Released on Jun 6 2013.

Deprecated :func:`dynamic_draw_probability`.

Version 0.4

Released on Mar 25 2013.

Version 0.3.1

Released on Mar 6 2013.

Changed to raise :exc:`FloatingPointError` instead of :exc:`ValueError` (math domain error) for a problem similar to issue #5 but with more extreme input.

Version 0.3

Released on Mar 5 2013.

:class:`TrueSkill` got a new option backend to choose cdf, pdf, ppf implementation.

When winners have too lower rating than losers, :meth:`TrueSkill.rate` will raise :exc:`FloatingPointError` if the backend is None or "scipy". But from this version, you can avoid the problem with "mpmath" backend. This was reported at issue #5.

Version 0.2.1

Released on Dec 6 2012.

Fixed a printing bug on :meth:`TrueSkill.quality`.

Version 0.2

Released on Nov 30 2012.

Version 0.1.4

Released on Oct 5 2012.

Fixed :exc:`ZeroDivisionError` issue. For more detail, see issue#3. Thanks to Yunwon Jeong and Nikos Kokolakis.

Version 0.1.3

Released on Mar 10 2012.

Improved the match quality performance.

Version 0.1.1

Released on Jan 12 2012.

Fixed an error in "A" matrix of the match quality algorithm.

Version 0.1

First public preview release.