This repository has been archived by the owner on Jan 13, 2019. It is now read-only.
Releases: jjangsangy/py-translate
Releases · jjangsangy/py-translate
1.0.2
1.0.1
1.0.1 (2014-12-30)
- More efficient task processing using
map
oversubmit
. - Separated IO in coroutine exception blocks.
- Bug Fixes and Improvements.
1.0.0
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
0.2.3 (2014-12-08)
- Bug fix with double output
0.2.2
0.2.2 (2014-12-07)
- Bug fixes
- Decreased package size
- Split
translator.py
into two seperate modules
0.2.1
0.2.1 (2014-12-04)
- Added Output Buffer Streaming
- Utilized Cooperative Multitasking for Coroutines
- Updated Documentation on API
0.2.0
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
0.1.6 (2014-11-30)
- Bug Fixes
- Re-implmenenting concurrency models
- Python 3 is now the base implemntation
v0.1.5
0.1.5 (2014-07-18)
- Language Code Generator Fix
0.1.4
- General Bug Fixes
- Speed Improvements
- Length of multibyte characters correctly represented by spooler
- Better support for utf-8.