- Fix bug when trying to remove a non-free successor from free residents in HR - Update link to documentation in README
1.4.2
- Fix sort of murky processing when removing players - Use a `hypothesis` settings profile for CI
1.4.1
- Restructure the project to use `pyproject.toml` and `tox` - Improve the documentation (reformatted doc-strings, migrating to Quarto and GitHub Pages) - Minor fixes to ensure CI
1.4
- Add abstract classes for players, games and matchings. - Implement extended algorithm for SR, and clean up HR/SM algorithms. - Move all of the algorithms to their own module, `matching.algorithms`.
1.3.3
- Move unmatching to second phase in SR (allows for simple games.) - Minor docs fixes.
1.3.2
- Add HR input check for non-positive hospital capacities. - Remove recursive flag from `isort` call in CI. - Minor clean up of `README` images.