v0.4.0¶
Release date: 2024-03-26
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.0-py3-none-any.whl
See the Upgrade Guide for instructions on how to upgrade a previously installed SDK version.
Release Notes¶
This SDK release contains several quality-of-life improvements related to downloading large files and managing project storage usage.
This is a required upgrade for all users, you will not be able to use the API with older versions of the SDK.
Features¶
Leveraging cloud technology, we have greatly increased the download speed for
Simulation.download_surface_solution()
andSimulation.download_volume_solution()
A new
storage_usage_bytes: int
field has been added to theProject
resource so you can keep track of how much storage each project is using.
Bug Fixes¶
No bug fixes in this SDK release.