v2.0.0rc2
stephencpope
released this
19 Apr 20:16
·
165 commits
to master
since this release
Catalog
- Added support for data storage. The
Blob
class provides mechanism to upload, index, share, and retrieve arbitrary byte sequences (e.g. files).Blob
s can be searched by namespace and name, geospatial coordinates (points, polygons, etc.), and tags.Blob
s can be downloaded to a local file, or retrieved directly as a Pythonbytes
object.Blob
s support the same sharing mechanisms asProduct
s, withowners
,writers
, andreaders
attributes. - Added support to
Property
forprefix
filtering.
Compute
- Added method to update user credentials for a
Function
. - Added methods to retrieve build and job logs.
General
- Added support for Shapely=2.X.