Skip to content

v2.0.3

Compare
Choose a tag to compare
@TimKoornstra TimKoornstra released this 26 Apr 07:35
· 67 commits to main since this release

Release Notes for Loghi Version 2.0.3

Date: 2024-04-26

Overview

This release introduces enhancements across two submodules: Loghi-HTR and Laypa. Key updates include improved error handling in Loghi-HTR and new features and fixes in Laypa. Additionally, this version marks the introduction of a new Gradio demo in the Loghi repository, facilitating interactive demonstrations of the software.

Submodule-Specific Updates

Loghi-HTR Version 2.0.3

  • Improved Error Handling: Added specific error reporting with a ValueError raised when text partitions contain no valid lines, improving clarity for users working with large text datasets.
  • Docker image: docker pull loghi/docker.htr:2.0.3
  • Full Release Notes for Loghi-HTR

Laypa Version 2.0.3

  • New Augmentations: Introduces Invert, JPEG compression, Noise, and Hue transformations.
  • Enhancements in Data Processing: Includes fixes for image preprocessing and optimization in augmentations using np.uint8.
  • Docker image: docker pull loghi/docker.laypa:2.0.3
  • Full Release Notes for Laypa

New Feature in Main Repository

  • Gradio Demo: A new interactive demo is now available, demonstrating the capabilities of Loghi software. For details and usage, visit the gradio directory in the main repository.

Full Changelog for Loghi Repository: 2.0.2...2.0.3