Releases: arindamsaha1507/akshara
Releases · arindamsaha1507/akshara
v1.1.3
Full Changelog: v1.1.2...v1.1.3
The Akshara Release Final
What's Changed
- Removed unnecessary prints by @arindamsaha1507 in #2
New Contributors
- @arindamsaha1507 made their first contribution in #2
Full Changelog: v1.1.1...v1.1.2
The Akshara Release Patch
Full Changelog: v1.1.0...v1.1.1
The Akshara release
Release Notes: v1.1.0
What's New
This release introduces exciting new features for enhanced functionality and an interactive API for developers.
Features
-
Akshara Extraction
- Added the
get_akshara()
function to extract syllables (aksharas) from a given text efficiently and accurately. - Example usage:
from akshara.varnakaarya import get_akshara aksharas = get_akshara("राम") print(aksharas) # Output: ['रा', 'म']
- Added the
-
FastAPI Implementation
- A live API implementation is now available at akshara-api.onrender.com/docs.
- Test API endpoints interactively or integrate them into your projects for syllable-based operations.
Bug Fixes
- None reported in this release.
Known Issues
- No known issues. Please report bugs via the GitHub Issues page.
v1.0.0
- Now accepts ३ as a valid character.
- The number of allowed characters increased
Akshara 0.1
The first stable release of Akshara
The current version of Akshara allows users to obtain the spelling of Sanskrit texts and perform other related tasks.
Bugfixes
- Removed unnecessary print statements
- Now correctly identifies pluta svaras
New Features
- Expanded Readme file with examples
- Added
count_ayogavaahas()
fuction - Added
count_varnas()
function - Better error messages for assetion errors