Releases: ambuda-org/vidyut-py
Releases · ambuda-org/vidyut-py
0.3.0
- Add
vidyut-chandas
andvidyut.lipi
. - Add various improvements and API changes for
vidyut.prakriya
. For details,
see https://crates.io/crates/vidyut-prakriya. - Substantially improve
vidyut.kosha
on multiple fronts, including coverage,
storage size, and ease of use. - Enums define many more helper methods, including
__hash__
and__str__
. vidyut.__version__
is defined.- Substantial regressions to
vidyut.cheda
. We strongly recommend the Dharmamitra
tools instead: https://github.com/dharmamitra
0.2.0
Released 2022-01-22.
- Add vidyut.prakriya, vidyut.sandhi, vidyut.kosha, and vidyut.cheda.
- Add bindings for most of Vidyut’s core logic.
- Add more documentation.
- Move Parser to vidyut.cheda.Chedaka and tweak its API.
- Use Pada struct instead of a simple hashmap.