Skip to content

Latest commit

 

History

History
160 lines (71 loc) · 5.95 KB

CHANGELOG.md

File metadata and controls

160 lines (71 loc) · 5.95 KB

Changelog

0.20.2 (2024-11-04)

Bug Fixes

  • server: correct condition for empty content check (0580022)

0.20.1 (2024-11-04)

Bug Fixes

  • 🔊 add correct warning if batch empty received (62f37d7)

0.20.0 (2024-11-03)

Features

  • server: bind to all interfaces for accessibility (c90cfcb)

0.19.2 (2024-10-06)

Bug Fixes

  • add extra bracket and trigger for each get_original_state (d76b2d8)

0.19.1 (2024-10-05)

Bug Fixes

  • fix some pre and post clean filters (06c6f06)

0.19.0 (2024-10-05)

Features

  • update Japanese regex to use Unicode blocks (88272b4)

Bug Fixes

  • ambiguous variable name (e0f430c)
  • disable strip_bracket on post_clean (9190a04)
  • some newlines not interpreted correctly (1364b9e)

0.18.1 (2024-09-22)

Bug Fixes

  • remove print statement from lru_cache_ext function (f919605)

0.18.0 (2024-09-18)

Features

0.17.1 (2024-09-17)

Bug Fixes

  • fix not properly pass args and kwargs when cache disabled (539a501)

0.17.0 (2024-09-14)

Features

  • add support of optionally disable cache (dd24918)

Bug Fixes

  • split_list_by_condition not used properly for filtering non-Japanese (b6fa91e)

0.16.0 (2024-09-14)

Features

  • add lru_cache_ext to util (c942938)
  • apply lru_cache_ext to split_jp (f854889)

Bug Fixes

  • unhashable error when cache applied (9e213fd)

Documentation

0.15.0 (2024-09-13)

Features

  • add cache to core_translator (6c1f534)
  • properly set correct options for cpu and cuda (a601859)
  • set new descriptive help message (93d42c4)

Documentation

0.14.2 (2024-09-09)

Documentation

0.14.1 (2024-09-09)

Bug Fixes

  • remove stas-config script (6263236)

0.14.0 (2024-09-09)

Features

  • remove config and stas-config (61818ca)

Bug Fixes

  • add default on ct2_dir option (6073139)

0.13.1 (2024-09-01)

Bug Fixes

  • specify correct directory for wheel build (01d10bd)

0.13.0 (2024-09-01)

Bug Fixes

  • remove src and put module on root directory (751d41f)

Miscellaneous Chores