v0.2.2¶
Release date: 2023-11-28
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.2.2-py3-none-any.whl
See the Upgrade Guide for instructions on how to upgrade a previously installed SDK version.
Release Notes¶
Features¶
No new features in this SDK release.
Bug Fixes¶
A new
frame_id: str
parameter has been added toSimulation.download_surface_output()
.This parameter must be specified when requesting a force output (e.g. Lift, Drag, etc.).
If it is not provided when required, the returned error message will include a list of available frame IDs that can be used.
Migration Guide¶
Any existing usage of
Simulation.download_surface_output()
to compute a force output must be updated to specify the newframe_id: str
parameter.