v0.4.2¶
Release date: 2024-06-04
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).
Download¶
luminarycloud-0.4.2-py3-none-any.whl
See the Upgrade Guide for instructions on how to upgrade a previously installed SDK version.
Release Notes¶
Features¶
The Python SDK now supports the Luminary Cloud ITAR Environment.
ITAR customers can call
lc.use_itar_environment()
to configure the SDK to use the Luminary Cloud ITAR Environment.A
lc.use_standard_environment()
function has also been added to allow switching back to the Luminary Cloud Standard Environment.
Bug Fixes & Improvements¶
Improved robustness of
Simulation.download_volume_solution()
for large solutions.Under the hood improvements to simulation parameter JSON handling.