-
-
Notifications
You must be signed in to change notification settings - Fork 385
Comparing changes
Open a pull request
base repository: piskvorky/smart_open
base: v4.2.0
head repository: piskvorky/smart_open
compare: v5.0.0
- 18 commits
- 17 files changed
- 10 contributors
Commits on Feb 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 68db354 - Browse repository at this point
Copy the full SHA 68db354View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ef8353 - Browse repository at this point
Copy the full SHA 4ef8353View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45440f1 - Browse repository at this point
Copy the full SHA 45440f1View commit details
Commits on Feb 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 692410e - Browse repository at this point
Copy the full SHA 692410eView commit details
Commits on Feb 19, 2021
-
adjust wheel filename to fix upload https://github.com/RaRe-Technologies/smart_open/runs/1901230782?check_suite_focus=true
Configuration menu - View commit details
-
Copy full SHA for 11df64f - Browse repository at this point
Copy the full SHA 11df64fView commit details
Commits on Feb 20, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for ac1de5a - Browse repository at this point
Copy the full SHA ac1de5aView commit details
Commits on Mar 1, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for d8f1602 - Browse repository at this point
Copy the full SHA d8f1602View commit details
Commits on Mar 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b9ead9a - Browse repository at this point
Copy the full SHA b9ead9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32d25c8 - Browse repository at this point
Copy the full SHA 32d25c8View commit details
Commits on Mar 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 96a1317 - Browse repository at this point
Copy the full SHA 96a1317View commit details
Commits on Mar 19, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for 6d5e8ff - Browse repository at this point
Copy the full SHA 6d5e8ffView commit details
Commits on Mar 22, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for dffa920 - Browse repository at this point
Copy the full SHA dffa920View commit details -
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>Configuration menu - View commit details
-
Copy full SHA for 6fe03fe - Browse repository at this point
Copy the full SHA 6fe03feView commit details
Commits on Mar 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e62bab8 - Browse repository at this point
Copy the full SHA e62bab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fa7ff0 - Browse repository at this point
Copy the full SHA 4fa7ff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 646094b - Browse repository at this point
Copy the full SHA 646094bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83afb94 - Browse repository at this point
Copy the full SHA 83afb94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 741da18 - Browse repository at this point
Copy the full SHA 741da18View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.2.0...v5.0.0