Skip to content
This repository has been archived by the owner on Jan 13, 2019. It is now read-only.

Releases: jjangsangy/py-translate

1.0.2

03 Jan 07:07
Compare
Choose a tag to compare

1.0.2 (2015-01-02)

  • Happy New Year
  • Created quick benchmarking suite
  • Optimized thread utilization
  • Bug fixes and better IO performance

1.0.1

30 Dec 12:17
Compare
Choose a tag to compare

1.0.1 (2014-12-30)

  • More efficient task processing using map over submit.
  • Separated IO in coroutine exception blocks.
  • Bug Fixes and Improvements.

1.0.0

19 Dec 04:53
Compare
Choose a tag to compare

1.0.0 (2014-12-18)

  • Bug fix with lines longer than 1000 chars
  • Fixed another unicode bug
  • Improved Python 2/3 Compatability
  • Implemented text transliteration where available
  • Implemented simple File IO
  • Better utilization of thread pools using futures module.
  • Vendorized dependencies
  • Swapped transport API from urllib2 with Requests
  • SSL/TLS integration for secure web requests

0.2.3

08 Dec 16:00
Compare
Choose a tag to compare

0.2.3 (2014-12-08)

  • Bug fix with double output

0.2.2

08 Dec 06:12
Compare
Choose a tag to compare

0.2.2 (2014-12-07)

  • Bug fixes
  • Decreased package size
  • Split translator.py into two seperate modules

0.2.1

05 Dec 06:14
Compare
Choose a tag to compare

0.2.1 (2014-12-04)

  • Added Output Buffer Streaming
  • Utilized Cooperative Multitasking for Coroutines
  • Updated Documentation on API

0.2.0

01 Dec 08:57
Compare
Choose a tag to compare

0.2.0 (2014-11-30)

  • Bug fixes
  • implements concurrency based on Asynchronous threads and coroutines
  • Up to 10x performance speedup

0.1.6 release

01 Dec 01:15
Compare
Choose a tag to compare

0.1.6 (2014-11-30)

  • Bug Fixes
  • Re-implmenenting concurrency models
  • Python 3 is now the base implemntation

v0.1.5

19 Jul 04:29
Compare
Choose a tag to compare

0.1.5 (2014-07-18)

  • Language Code Generator Fix

0.1.4

06 Jul 01:31
Compare
Choose a tag to compare
  • General Bug Fixes
  • Speed Improvements
  • Length of multibyte characters correctly represented by spooler
  • Better support for utf-8.