Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 1.97 KB

HISTORY.rst

File metadata and controls

66 lines (44 loc) · 1.97 KB

History

0.0.1 (2017-12-30)

  • First release on PyPI.

0.0.2 (2018-01-01)

Broken release. Kindly update to v0.0.3 immediately.

0.0.3 (2018-01-02)

A fix for broken v0.0.2 release. jsonindex.json file which was crucial and missed in v0.0.2, added back.

0.0.4 (2018-01-03)

  1. Added transliteration support. See #5 .
  2. Adding data file in system specific locations like APPDATA. See #6 .
  3. Made code python 2.7, 3.3, 3.4, 3.5, 3.6 compliant.
  4. Corrected all errors / smells identified by landscape.io.

0.0.5 (2018-01-13)

  1. Added verb form generation facility. See drdhaval2785/prakriya#39.

0.0.6 (2018-01-16)

  1. Added CLI functionality 'generate'. See #12.
  2. Guess the correct verb e.g. eD -> eDa~. See #13.
  3. All data files moved to appdata folder. See #14.
  4. Memoize data read from JSONs for speedup. See #15.
  5. Removed unnecessary duplicate loading of JSONs. See #11.

0.0.7 (2018-01-21)

  1. Changed the output format of Generate class. See drdhaval2785/prakriya#37 (comment).

0.1.0 (2018-12-17)

  1. VerbFormGenerator now uses methods instead of getitem. See #36.

0.2.0 (2019-01-13)

  1. Prakriya now uses method instead of getitem. See #75.

0.2.1 (2019-01-14)

  1. Documentation of commandline (CLI) tools added in documentation.

0.2.4 (2023-01-04)

  1. Provided a graceful exit in case the sutra does not exist in sutra_info.json.