Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Releases: tasdikrahman/vocabulary

v1.0.4

14 May 08:50
Compare
Choose a tag to compare

1.0.4

  • Fixed setup.py requirements.txt file not found the issue by removing the logic to strip dependencies. Just a hack for now. Need to do it the older way.
  • Fixed failing tests in travis due to older unchanged import of vocabulary

v1.0.3

14 May 08:31
Compare
Choose a tag to compare

v1.0.3

  • Fixed setup.py import issue
  • API changes to importing the module
    from vocabulary.vocabulary import Vocabulary as vb instead of from vocabulary import Vocabulary as vb

v0.0.6

01 Apr 05:55
Compare
Choose a tag to compare

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

07 Dec 03:05
Compare
Choose a tag to compare

v0.0.5

  • Added translate module (thanks to @relisher )
  • Improved Documentation (conforms to PEP 287)
  • Minor bug fixes