Skip to content

Releases: piskvorky/smart_open

1.5.7

01 Apr 07:21
Compare
Choose a tag to compare

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

28 Dec 07:09
Compare
Choose a tag to compare

1.5.5

06 Dec 10:24
Compare
Choose a tag to compare

1.5.4

30 Nov 11:26
Compare
Choose a tag to compare

Bugfix

18 May 14:10
Compare
Choose a tag to compare

Remove GET parameters from url. Fix #120 (PR #121, @mcrowson)

Compressed formats over http

12 Apr 12:22
Compare
Choose a tag to compare
  • 1.5.2, 12th Apr 2017

Bugfix for compressed formats

12 Apr 12:23
Compare
Choose a tag to compare
  • 1.5.1, 16th Mar 2017

1.5.0, 14th Mar 2017

14 Mar 17:52
Compare
Choose a tag to compare

HdfsOpenWrite 13th Feb 2017

13 Feb 23:44
Compare
Choose a tag to compare
  • HdfsOpenWrite implementation similar to read (PR #106, @skibaa)
  • Support custom S3 server host, port, ssl. (PR #101, @robottwo)
  • Add retry around s3_iter_bucket_process_key to address S3 Read Timeout errors. (PR #96, @bbbco)
  • Include tests data in sdist + install them. (PR #105, @cournape)

Add MANIFEST.in. Allow hash in filename.

05 Oct 14:20
Compare
Choose a tag to compare

1.3.5, 5th October 2016

Add MANIFEST.in required for conda-forge recip (PR #90, @tmylk)
Fix #92. Allow hash in filename (PR #93, @tmylk)