fix(deps): update rust crate pyo3-bytes to 0.5.0 #130
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3.0->0.5.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
developmentseed/obstore (pyo3-bytes)
v0.5.0Compare Source
New Features 🪄
obstore.get(store), you can now callstore.get()directly. by @kylebarron in #331registerwith no arguments by @kylebarron in #298Breaking changes 🔧
Object store methods
No breaking changes.
Store constructors
S3Store.from_sessionandS3Store._from_native. Use credential providers instead.region,aws_region,REGIONorAWS_REGIONas a config parameter toS3Store, which could make it confusing. We now only support a single config input value for each underlying concept. #323Fsspec
AsyncFsspecStoretoFsspecStoreby @kylebarron in #297Bug fixes 🐛
Documentation 📖
New Contributors
Full Changelog: developmentseed/obstore@py-v0.4.0...py-v0.5.0
v0.4.0Compare Source
New Features 🪄
Support for pickling & always manage store prefix by @kylebarron in #185, #239, #223
Add top-level
obstore.store.from_urlfunction, which delegates to each store'sfrom_urlconstructor by @kylebarron in #179, #201Add option to return Arrow from
list_with_delimiterby @kylebarron in #238, #244(Provisional) Enhanced loading of s3 credentials using
aws-configcrate by @kylebarron in #203Access config values out from stores by @kylebarron in #210
LocalStore updates:
File-like object updates:
Add support for writable file-like objects by @kylebarron in #167
Updates to readable file API:
ObjectMetafrom readable file API by @kylebarron in #176Merge
configandkwargsand validate that no configuration parameters have been passed multiple times. (#180, #182, #218)Add
__repr__toBytesclass by @jessekrubin in #173Breaking changes 🔧
get_range,get_range_async,get_ranges, andget_ranges_asyncnow require named parameters forstart,end, andlengthto make the semantics of the range request fully explicit. by @kylebarron in #156PrefixStorewas used to enable this. As of 0.4.0,PrefixStorewas removed and all stores manage an optional mount prefix natively.obstore.openhas been renamed toobstore.open_reader.from_envconstructor has been removed fromS3Store,GCSStore, andAzureStore. Now all constructors will read from environment variables. Use__init__orfrom_urlinstead. #189obstore.exceptions.ObstoreErrorrenamed toobstore.exceptions.BaseError#200Bug fixes 🐛
Documentation 📖
tqdmprogress bar example by @kylebarron in #237Other
New Contributors
Full Changelog: developmentseed/obstore@py-v0.3.0...py-v0.4.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.