Skip to content

Releases: arindamsaha1507/akshara

v1.1.3

25 Nov 09:54
Compare
Choose a tag to compare

The Akshara Release Final

24 Nov 13:37
a6a14f8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

The Akshara Release Patch

22 Nov 18:53
9dd0432
Compare
Choose a tag to compare

The Akshara release

22 Nov 09:55
Compare
Choose a tag to compare

Release Notes: v1.1.0

What's New

This release introduces exciting new features for enhanced functionality and an interactive API for developers.


Features

  1. 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: ['रा', 'म']
  2. 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

02 Dec 21:32
Compare
Choose a tag to compare
  • Now accepts ३ as a valid character.
  • The number of allowed characters increased

Akshara 0.1

19 Mar 19:57
Compare
Choose a tag to compare

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