Skip to content

Releases: developmentseed/obstore

py-v0.2.0

25 Oct 17:47
eba5019
Compare
Choose a tag to compare

What's Changed

  • Streaming list results. list now returns an async or sync generator. by @kylebarron in #35
  • Optionally return list result as arrow. The return_arrow keyword argument returns chunks from list as Arrow RecordBatches, which is faster than materializing Python dicts/lists. by @kylebarron in #38
  • Return buffer protocol object from get_range and get_ranges. Enables zero-copy data exchange from Rust into Python. by @kylebarron in #39
  • Add put options. Enables custom tags and attributes, as well as "put if not exists". by @kylebarron in #50
  • Rename to obstore by @kylebarron in #45
  • Add custom exceptions. by @kylebarron in #48

Full Changelog: py-v0.1.0...py-v0.2.0

py-v0.1.0

25 Oct 13:26
04f1e59
Compare
Choose a tag to compare

What's Changed

  • Initial Release

Full Changelog: https://github.com/developmentseed/obstore/commits/py-v0.1.0