Releases: rossumai/docile
Releases · rossumai/docile
v0.3.4
v0.3.3
v0.3.2
What's Changed
- Add support for Python 3.12
- DocILE'23 deadline extension by @simsa-st in #68
- Baselines, readme update by @simsa-st in #70
- Update README.md, mention Supplementary Material by @simsa-st in #71
- Unfreeze major pillow version by @stancld in #73
- python: Drop python 3.8 and add 3.12 to CI test suite by @stancld in #74
- Bump version to 0.3.2 by @stancld in #75
New Contributors
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
New features:
Bugfixes:
- add more details to readme (#57)
Notes:
- The baseline implementations code is not part of the provided python package (it contains just the
docile/
subdirectory). The added baselines affect the python package only with their listed dependencies (that can be installed with the"baselines"
extra) and with README updates. Nevertheless, the baselines are still important part of the repository.