Skip to content

2024.8.8

Compare
Choose a tag to compare
@hitblast hitblast released this 08 Aug 08:43
· 137 commits to main since this release
2024.8.8
761ae08

✨ 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


The prebuilt wheels and source files have been shipped with this release.

Full Changelog: 2024.7.29...2024.8.8