Skip to content

Releases: piskvorky/smart_open

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)

Gzipstream

26 Aug 16:18
Compare
Choose a tag to compare
  • 1.3.4, 26th August 2015
    • Relative path support (PR #73, @yupbank)
    • Move gzipstream module to smart_open package (PR #81, @mpenkov)
    • Ensure reader objects never return None (PR #81, @mpenkov)
    • Ensure read functions never return more bytes than asked for (PR #84, @mpenkov)
    • Add support for reading gzipped objects until EOF, e.g. read() (PR #81, @mpenkov)
    • Add missing parameter to read_from_buffer call (PR #84, @mpenkov)
    • Add unit tests for gzipstream (PR #84, @mpenkov)
    • Bundle gzipstream to enable streaming of gzipped content from S3 (PR #73, @mpenkov)
    • Update gzipstream to avoid deep recursion (PR #73, @mpenkov)
    • Implemented readline for S3 (PR #73, @mpenkov)
    • Added pip requirements.txt (PR #73, @mpenkov)
    • Invert NO_MULTIPROCESSING flag (PR #79, @Janrain-Colin)
    • Add ability to add query to webhdfs uri. (PR #78, @ellimilial)

* 1.3.3, 16th May 2016

16 May 06:17
Compare
Choose a tag to compare
  • Accept an instance of boto.s3.key.Key to smart_open (PR #38, @asieira)
  • Allow passing encrypt_key and other parameters to initiate_multipart_upload (PR #63, @asieira)
  • Allow passing boto host and profile_name to smart_open (PR #71 #68, @robcowie)
  • Write an empty key to S3 even if nothing is written to S3OpenWrite (PR #61, @petedmarsh)
  • Support LC_ALL=C environment variable setup (PR #40, @nikicc)
  • Python 3.5 support