v0.22.2

Release date: 2025-12-17

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 includes a few new features and usability improvements.

Breaking Changes

None.

Features

  • The Simulation class has a new get_stopping_condition_status method, which evaluates whether each stopping condition for a completed simulation was satisfied.

  • adaptive_mesh_refinement parameters now support an ActiveRegion option, allowing more control over where mesh adaptation will occur. If specified, refinement will be applied normally within the active region(s) while gradually coarsening away from them.

Deprecations

None.

Bug Fixes / Improvements

  • min_coord and max_coord in MeshStats are now subscriptable like other Vector3 quantities.

Migration Guide

No breaking changes, migration from v0.22.1 should cause no problems.