Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: piskvorky/smart_open
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.0
Choose a base ref
...
head repository: piskvorky/smart_open
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0
Choose a head ref
  • 18 commits
  • 17 files changed
  • 10 contributors

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    68db354 View commit details
    Browse the repository at this point in the history
  2. bump version to 4.2.0.dev0

    mpenkov committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    4ef8353 View commit details
    Browse the repository at this point in the history
  3. Update howto.md

    mpenkov authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    45440f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Update howto.md

    mpenkov authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    692410e View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Configuration menu
    Copy the full SHA
    11df64f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Github API HowTo Example (#586)

    * adding support for git api files
    
    * Revert "adding support for git api files"
    
    This reverts commit 6b0256b.
    
    * adding example for github api reading
    
    Co-authored-by: Ryan Schreiber <ryan.schreiber@hp.com>
    ryan-schreiber and Ryan Schreiber authored Feb 20, 2021
    Configuration menu
    Copy the full SHA
    ac1de5a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Refactor S3, replace high-level resource/session API with low-level c…

    …lient API (#583)
    
    * wip
    
    * wip
    
    * all tests passing
    
    * update documentation
    
    * fix test
    
    * fixup
    
    * update documentation
    
    * fixup in doc
    
    * Update smart_open/s3.py
    
    Co-authored-by: Radim Řehůřek <radimrehurek@seznam.cz>
    
    * update migration guide
    
    * fixup
    
    * fixup
    
    * fixup
    
    * fixup
    
    * fixup
    
    * fixup
    
    * Update MIGRATING_FROM_OLDER_VERSIONS.rst
    
    Co-authored-by: Radim Řehůřek <radimrehurek@seznam.cz>
    
    * more examples
    
    * Update MIGRATING_FROM_OLDER_VERSIONS.rst
    
    Co-authored-by: Radim Řehůřek <radimrehurek@seznam.cz>
    mpenkov and piskvorky authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    d8f1602 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    b9ead9a View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    mpenkov authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    32d25c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Configuration menu
    Copy the full SHA
    96a1317 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Add timeout support for http/https requests (#594)

    * add timeout support for http/https requests
    
    * add test
    
    * remove pytest import
    
    * Update CHANGELOG.md
    
    Co-authored-by: Michael Penkov <m@penkov.dev>
    dustymugs and mpenkov authored Mar 19, 2021
    Configuration menu
    Copy the full SHA
    6d5e8ff View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Fix potential infinite loop when reading from webhdfs (#597)

    * Reading from webhdfs would hang in an infinite loop when data read
    would return 0 length. The loop was expecting a StopIteration
    exception which was never thrown. The 0 return case is explicitly
    handled.
    
    * fix flake8 styling errors
    
    * Update CHANGELOG.md
    
    Co-authored-by: ds <ds@vaix.ai>
    Co-authored-by: Michael Penkov <m@penkov.dev>
    3 people authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    dffa920 View commit details
    Browse the repository at this point in the history
  2. Fix error when using GCP urls without deps (#593)

    * Fix error when using GCP urls without deps
    
    Currently if you run code like this:
    
        from smart_open import open
        open("gs://asdf")
    
    This is a fake URL but it works for this problem as is. Without the
    Google Cloud deps, you get an error that says to do this:
    
        pip install smart_open[gcs]
    
    But that doesn't work. You have to do this:
    
        pip install smart_open[gcp]
    
    It seemed easier to change setup.py so that's what I've done here.
    
    * Update setup.py
    
    Co-authored-by: Michael Penkov <m@penkov.dev>
    
    * Remove remaining GCP references
    
    Co-authored-by: Michael Penkov <m@penkov.dev>
    polm and mpenkov authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    6fe03fe View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. add unit test for utils

    mpenkov committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    e62bab8 View commit details
    Browse the repository at this point in the history
  2. patch prepare.sh

    mpenkov committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    4fa7ff0 View commit details
    Browse the repository at this point in the history
  3. bump version to 5.0.0

    mpenkov committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    646094b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83afb94 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'release-5.0.0'

    mpenkov committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    741da18 View commit details
    Browse the repository at this point in the history
Loading