2024.8.8
✨ New Features
- A new
to_unicode()
function has been added to the fleet, which can be used to reverse Bijoy text to Unicode Bengali text (Avro). This function does its work without making massive changes to the existing mappings inside the dictionary. To use it, simply copy the following snippet and try:
# Imports.
from avro import to_unicode
# Converting a text.
print(to_unicode("Avwg evsjvh় Mvb MvB।"))
🔨 Other Changes
- Regular expressions are now precompiled, instead of being compiled every single time a function runs.
- Improved developer experience for those who'd like to contribute!
🔨 Related PRs
- Bump setuptools from 71.1.0 to 72.1.0 by @dependabot in #59
- [ImgBot] Optimize images by @imgbot in #60
- Bump ruff from 0.5.5 to 0.5.6 by @dependabot in #61
The prebuilt wheels and source files have been shipped with this release.
Full Changelog: 2024.7.29...2024.8.8