- Add more details to the documentation, fixes broken links and point a custom domain name to the docs. (`73 <https://github.com/vivekjoshy/openskill.py/issues/73>`_)
3.0.0
============================
Breaking Changes ----------------
- Modify default ``tau`` value to ``25/300`` 61 (`61 <https://github.com/vivekjoshy/openskill.py/issues/61>`_)
2.5.1
============================
Bugfixes --------
- Allow setting ``mu`` and ``sigma`` to 0 for ``Rating`` objects. (`60 <https://github.com/vivekjoshy/openskill.py/issues/60>`_)
2.5.0
============================
Features --------
- Support Python 3.11.0 Officially (`56 <https://github.com/vivekjoshy/openskill.py/issues/56>`_)
Bugfixes --------
- Fixes issue where equal ranks below zero don't draw (`54 <https://github.com/vivekjoshy/openskill.py/issues/54>`_)
2.4.0
============================
Features --------
- Add more comparison magic methods to the ``Rating`` object.