Tags: LlmKira/fast-langdetect
Tags
🔧 refactor(config): rename `model_path` to `custom_model_path` - Update configuration parameter name for better clarity - Modify README examples to use new parameter name - Adjust test cases and implementation to reflect parameter rename - Improve documentation and code consistency
✨ chore(workflows): update Python support to 3.13 in CI config Expanded the Python version matrix to include 3.12 and 3.13 in the GitHub Actions workflow. This ensures that the project is tested against the latest Python versions, improving compatibility and future-proofing the codebase.
🎨 refactor(ft_detect): prepend module name to log messages 🔥 remove(feature_test): delete redundant test case for strict mode 🐛 fix(ft_detect): raise original exception as cause in strict mode 🎨 style(feature_test): adjust test case structure for clarity
🎨 chore(ft_detect): refactor detect_langs to detect_language Refactor `detect_langs` function to `detect_language` for better clarity and deprecation warning. Remove redundancy and improve code readability.
🎨 chore(README): Update Python version support to 3.9-3.12 🐍
PreviousNext