| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| smart_open-8.0.0-py3-none-any.whl | 2026-06-27 | 73.0 kB | |
| smart_open-8.0.0.tar.gz | 2026-06-27 | 61.5 kB | |
| README.md | 2026-06-27 | 2.9 kB | |
| v8.0.0 source code.tar.gz | 2026-06-27 | 167.6 kB | |
| v8.0.0 source code.zip | 2026-06-27 | 211.7 kB | |
| Totals: 5 Items | 516.7 kB | 0 | |
[!NOTE] See
MIGRATING_FROM_OLDER_VERSIONS.md(github.com) for details on breaking changes.
What's Changed
- Remove deprecated top-level smart_open() function by @ddelange in https://github.com/piskvorky/smart_open/pull/928
- Remove deprecated concurrency.create_pool and ConcurrentFuturesPool by @ddelange in https://github.com/piskvorky/smart_open/pull/931
- [hdfs] Support host and port in HDFS URIs by @vvaten in https://github.com/piskvorky/smart_open/pull/168
- Remove stale Python 2.7 references in comments and docstrings by @ddelange in https://github.com/piskvorky/smart_open/pull/932
- Remove deprecated compression.tweak_close() by @ddelange in https://github.com/piskvorky/smart_open/pull/933
- Simplify inspect_kwargs() by dropping getargspec fallback by @ddelange in https://github.com/piskvorky/smart_open/pull/934
- [s3] Pass session_kwargs as a dict to s3.iter_bucket by @ddelange in https://github.com/piskvorky/smart_open/pull/930
- [gcs] Remove deprecated buffer_size/line_terminator params by @ddelange in https://github.com/piskvorky/smart_open/pull/935
- [gcs] Remove no-op _blob.terminate shim in Writer by @ddelange in https://github.com/piskvorky/smart_open/pull/936
- [s3] Remove deprecated transport params from open_uri by @ddelange in https://github.com/piskvorky/smart_open/pull/937
- Remove smart_open_lib backwards-compat re-exports by @ddelange in https://github.com/piskvorky/smart_open/pull/929
- [s3] Remove deprecated smart_open.s3_iter_bucket shim by @ddelange in https://github.com/piskvorky/smart_open/pull/927
- Refresh stale RaRe-Technologies URLs and boto wording by @ddelange in https://github.com/piskvorky/smart_open/pull/938
- Document [#926] breaking changes in MIGRATING by @ddelange in https://github.com/piskvorky/smart_open/pull/939
- Add compression_kwargs parameter to smart_open.open() by @ddelange in https://github.com/piskvorky/smart_open/pull/940
- [s3] Drop host/port from S3 URIs, drop s3u scheme by @ddelange in https://github.com/piskvorky/smart_open/pull/943
- [gcs] Use gcs:// as canonical GCS scheme, keep gs:// as alias by @ddelange in https://github.com/piskvorky/smart_open/pull/944
- Parse versionId from s3:// URIs into version_id by @ddelange in https://github.com/piskvorky/smart_open/pull/945
- Add pre-commit and migrate from flake8 to ruff by @ddelange in https://github.com/piskvorky/smart_open/pull/946
- Migrate RST docs to Markdown by @ddelange in https://github.com/piskvorky/smart_open/pull/947
- Add type annotations and ty type checker by @ddelange in https://github.com/piskvorky/smart_open/pull/948
New Contributors
- @vvaten made their first contribution in https://github.com/piskvorky/smart_open/pull/168
Full Changelog: https://github.com/piskvorky/smart_open/compare/v7.7.1...v8.0.0