============================
Breaking Changes
----------------
- All top level functions are now methods that must be called from model once it's been initialized. (`101 <https://github.com/vivekjoshy/openskill.py/issues/101>`_)
Features
--------
- Add PEP-517 and PEP-518 compliance. (`82 <https://github.com/vivekjoshy/openskill.py/issues/82>`_)
- Everything is strictly type hinted to let you use your IDE's autocomplete features. (`101 <https://github.com/vivekjoshy/openskill.py/issues/101>`_)
Documentation Improvements
--------------------------
- All functions, methods and classes have docstrings now. There are also LaTeX equations in
docstrings when necessary. (`101 <https://github.com/vivekjoshy/openskill.py/issues/101>`_)