Skip to content

Releases: rossumai/docile

v0.3.4

15 May 15:35
Compare
Choose a tag to compare

What's Changed

  • Fix botocore version pins to avoid them in base install by @stancld in #77

Full Changelog: v0.3.3...v0.3.4

v0.3.3

15 May 13:02
Compare
Choose a tag to compare

What's Changed

  • poetry: Fix deps and poetry lock after python 3.12 upgrade by @stancld in #76

Full Changelog: v0.3.2...v0.3.3

v0.3.2

13 May 07:22
Compare
Choose a tag to compare

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

26 Apr 21:56
Compare
Choose a tag to compare

Bugfixes:

  • support dataset splits with no annotations (#66)
  • readme updates (#62)

Baselines:

v0.3.0

15 Mar 12:43
Compare
Choose a tag to compare

New features:

  • baseline implementations (#33, #58, #60, #52, #61)
  • tool to print evaluation results (#59)

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.

v0.2.2

28 Feb 12:41
Compare
Choose a tag to compare

Bugfixes:

  • Publish to pypi under new name docile-benchmark (#56)
  • Pin pre-commit additional dependencies (#56)
  • Add link to dataset paper to readme (#55)

v0.2.1

15 Feb 17:32
Compare
Choose a tag to compare

Bugfixes:

  • Fix Dataset.from_documents() for zipped datasets (#54)
  • Copy license to correct location in Dockerfile (#53)

v0.2.0

06 Feb 15:44
Compare
Choose a tag to compare

New features:

  • Evaluation on dataset subsets (#48)

Bugfixes:

  • Correct path to data in the dataset browser, readme updates (#50)

v0.1.0

01 Feb 15:27
Compare
Choose a tag to compare

Initial public release of the docile library.