Releases: piskvorky/smart_open
Releases · piskvorky/smart_open
1.5.7
1.5.7, 18th March 2018
Fix author/maintainer fields in setup.py, avoid bug from setuptools==39.0.0 and add workaround for botocore and python==3.3. Fix #176 (PR #178 & #177, @menshikh-iv & @baldwindc)
1.5.6
-
1.5.6, 28th December 2017
- Create separate compression-specific layer & add
seek
support for S3. Fix #91, #42 (PR #131, @mpenkov) - Improve S3 read performance. Fix #152 (PR #157, @mpenkov)
- Add integration testing + benchmark with real S3. Partial fix #151, #156 (PR #158, @menshikh-iv & @mpenkov)
- Disable integration testing if secure vars aren't defined in Travis (PR #157, @menshikh-iv)
- Create separate compression-specific layer & add
1.5.5
1.5.4
-
1.5.4, 30th November 2017
- Add native .gz support for HDFS (PR #128, @yupbank)
- Drop python2.6 support + fix style (PR #137, @menshikh-iv)
- Create separate compression-specific layer. Fix #91 (PR #131, @mpenkov)
- Fix ResourceWarnings + replace deprecated assertEquals (PR #140, @horpto)
- Add encoding parameter to smart_open. Fix #142 (PR #143, @mpenkov)
- Add encoding tests for readers. Fix #145, partial fix #146 (PR #147, @mpenkov)