v0.18.1

Release date: 2025-08-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

This release contains some new features and bug fixes.

Breaking Changes

None.

Features

  • Users on a Subscription Plan can now list the queued Simulations within their account. See iterate_simulation_status_queue().

  • Moment forces can now be calculated based on the stability frame or the body frame. This feature is exposed as a new moment_convention_type argument in several places: the ForceOutputDefinition constructor, the Simulation.download_surface_output() function, and the SimulationParam.configure_adjoint_surface_output() function. The default value is MomentConventionType.BODY_FRAME, which was also the default behavior before this feature was added, so this change won’t break existing scripts.

Deprecations

None.

Bug Fixes / Improvements

  • SimulationTemplates with monitor planes were failing to load in the SDK. This is fixed.

Migration Guide

No breaking changes, migration from >= v0.18.0 should cause no problems.