Skip to content

Latest commit

 

History

History
48 lines (24 loc) · 630 Bytes

CHANGELOG.md

File metadata and controls

48 lines (24 loc) · 630 Bytes

Changelog

v0.3.0 (20/06/2024)

Make

  • github CI actions with unit tests.
  • pylint and ruff checks.
  • changelog.md.

Bump

  • TensorFlow version requirements to >=2.6.1.
  • Python version requirements up to >=3.11.

Document

  • Improvements in readme.

Reformat

  • According to ruff.

v0.2.0 (08/02/2022)

Feature

  • Added second derivative support.

v0.1.3 (01/12/2021)

Bump

  • TensorFlow version requirements to >=2.3.0.

v0.1.1 (28/11/2021)

Feature

  • Add classic and simplified ctc loss function implementation.

Tests

  • Unit and performance tests.