genalog/CHANGELOG.md

1.0 KiB

Genalog Changelog

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

Types of changes

  1. Added for new features.
  2. Changed for changes in existing functionality.
  3. Deprecated for soon-to-be removed features.
  4. Removed for now removed features.
  5. Fixed for any bug fixes.
  6. Security in case of vulnerabilities.

The format is based on Keep a Changelog, and we adopt the Semantic Versioning.

[v0.1.0] - 2021-07-19

Added

  • Initial package release:
    • 3 standard HTML document template for generation
    • basic image degradation effects including blur, bleed-through, salt & pepper and other morphological operations.
    • 2 flavors of text alignment algorithm: Needleman-Wunsch (shorter text segments) and RETAS (longer text segments)
    • Full e2e NER-OCR label generation notebooks
    • See documentation for more on the initial features of the package.