Releases: descarteslabs/descarteslabs-python
Releases · descarteslabs/descarteslabs-python
Vector upload result feedback.
Fixes incompatibility of upload features response.
v0.13.0
[0.13.0] - 2018-10-10
Changed
- Shapely is now a full requirement of this package. Note: Windows users should visit https://docs.descarteslabs.com/installation.html#windows-users for installation guidance.
- Reduced the number of retries for some failure types.
- Resolved intermittent
SceneCollection.stack
bug that manifested asAttributeError: 'NoneType' object has no attribute 'coords'
due to Shapely thread-unsafety. - Tracking system environment to improve installation and support of different systems.
Added
- The vector service is now part of the public package. See
descarteslabs.vectors
anddescarteslabs.client.services.vector
.
Scenes features, subprocess-safety, more parameters accepted, fixes & deprecations
Added
Scene.download
,SceneCollection.download
, andSceneCollection.download_mosaic
methods- Colormaps supported in
descarteslabs.scenes.display
- Task namespaces are automatically created with the first task group
Changed
- Clients can safely be used in subprocesses without causing obscure SSL errors
descarteslabs.scenes.search
will take a Python datetime object in addition to a string- Scenes will now allow Features and FeatureCollections in addition to GeoJSON geometry types
- Fixed Scenes issue preventing access to products with multi-byte data but single-byte alpha bands
- Scenes now exposes more parameters from raster and metadata
Deprecations
- Removed extra keyword arguments from places client
- Added deprecation warnings for parameters that have been renamed in the Metadata client
Minor Cleanup and Deprecation
Changed
- Moved metadata property filtering to common
- Deprecated
create_or_get_function
in tasks - Renamed some examples
Added
- Scenes filtering by coverage
Doc Updates and Namespaced Env Vars
Added
- Namespaced auth environment variables: DESCARTESLABS_CLIENT_SECRET and DESCARTESLABS_CLIENT_ID. CLIENT_SECRET and CLIENT_ID will continue to work.
- Tasks runtime check for Python version.
Changed
- Documentation updates
- Example updates
Scenes API & more examples
Added
- Scenes package
- More examples
Changed
- Deprecated
add_namespace
argument in catalog client (defaults toFalse
now, formerlyTrue
)
Add Additional Claim to Token and Remove Deprecated Route
[0.10.1] - 2018-05-30
Changed
- Added org to token scope
- Removed deprecated key usage
Add Tasks Service
Patch to Catalog Service
update version to 0.9.1 (#1251) GitOrigin-RevId: 6352dd33be67e96e14b5762cbdf2c7c14d1fb319
Storage and Catalog Services
Doc/catalog image duration (#1172) GitOrigin-RevId: aa452eb20338fa030299dbffcab4d77db47d51f8