pypi_0.3.0 More user-friendly customization
Breaking Changes in v0.3.0 🔄
A significant update focused on improving Windows compatibility and configuration management.
Major Changes
- Configuration System Overhaul
- Replaced environment variables with a dedicated configuration class
- Please refer to the README or unit tests for migration details
Windows Compatibility Enhancement 🪟
To address FastText's ASCII path limitation on Windows, we've implemented a more robust solution:
- Now using
tempfile
to create a temporary copy of the model - Model loading from temp location ensures compatibility regardless of Windows username or path
- This change prevents FastText path-related issues commonly encountered on Windows systems
Migration Required(?) ⚠️
Backwards compatibility implemented.
But if you were using hack methods for operations, please update your implementation to use the new configuration class.
For detailed implementation examples, check our test cases
Full Changelog: pypi_0.2.5...pypi_0.3.0