v0.22.1¶
Release date: 2025-12-3
Early Access
The Luminary Cloud API and Python SDK are Early Access features that are still under development. View the Luminary Cloud Early Access Terms. The interface may change, and you may need to migrate or discard scripts and configuration files multiple times before v1.0.0 is released. In the future, migrations may also be necessary when upgrading to new major versions of the SDK (e.g. v2.0.0).
Release Notes¶
This release includes a few new features.
Breaking Changes¶
None.
Features¶
VolumeSelection.linear_patternandVolumeSelection.linear_pattern_with_vector_magnitudenow have asymmetricparameter.Geometry.url,GeometryVersion.url, andMesh.urlproperties have been added to provide URLs at which to view the target resources.The
Clientclass has a new constructor param,log_retries. When set toTrue, the SDK emits a log line each time it retries a request due to a retriable error response from the API.
Deprecations¶
None.
Bug Fixes / Improvements¶
None.
Migration Guide¶
No breaking changes, migration from v0.22.0 should cause no problems.