Skip to content

Changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.2] - 2022-06-29

Added

  • Added encoding for LayoutXLM model.
  • Added real encoding tests for LayoutLMv2, LayoutLMv3, and LayoutXLM models.
  • Added more examples to documentation.

[0.1.1] - 2022-06-26

Added

  • Added tests for the _get_label_list function to assert that it returns a list of labels and the inputs are valid.
  • Improve tests for tokenize_dataset.
  • Added quick usage guide to the README.

[0.1.0] - 2022-06-24

Added

  • First release of the package on PyPI. 🎉
  • Added repository and dependencies.
  • Added documentation via GitHub pages.
  • Added automatic dataset tokenization for LayoutLMv2 and LayoutLMv3.