This repository has been archived by the owner on Aug 18, 2020. It is now read-only.
Releases: tasdikrahman/vocabulary
Releases · tasdikrahman/vocabulary
v1.0.4
v1.0.3
v1.0.3
- Fixed
setup.py
import issue - API changes to importing the module
from vocabulary.vocabulary import Vocabulary as vb
instead offrom vocabulary import Vocabulary as vb
v0.0.6
Version 0.0.6
- Added support for specifying response format, thanks to @tenorz007
- Bug fixes
- flake8 enhancements
- Adding a new demo gif
- closes closes #4 , closes #5 , closes #23
Added Translate functionality
v0.0.5
- Added
translate
module (thanks to @relisher ) - Improved Documentation (conforms to PEP 287)
- Minor bug fixes