Skip to content

Releases: nitotm/efficient-language-detector-py

v1.0.6 Improve code to meet Python conventions.

07 Sep 22:44
Compare
Choose a tag to compare
  • Enhanced code to adhere to Python coding conventions and standards.
  • Migrated project packaging from setuptools and setup.py to pyproject.toml and poetry for improved dependency management.
  • Transitioned unit tests from unittest to pytest for enhanced testing capabilities and flexibility.

v1.0.3 Return type changed to object

20 Aug 09:34
Compare
Choose a tag to compare

Return type changed to object.

v0.9.1 Tests added

16 Jun 17:03
Compare
Choose a tag to compare

Tests added. Changes in some files and function names.