v0.16.2¶
Release date: 2025-07-21
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¶
With this release the SDK stops printing the “X is an experimental feature” warning to the console.
Breaking Changes¶
None.
Features¶
None.
Deprecations¶
None.
Bug Fixes / Improvements¶
No longer will the SDK print “X is an experimental feature and may change or be removed without notice” when you use experimental features. We found this printing to be noisy and unhelpful. But the information is not lost – the API Reference docs still include a Warning label on all experimental classes and functions.
Migration Guide¶
No breaking changes, migration from >= v0.16.0 should cause no problems.