v0.12.0

Release date: 2025-03-18

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 has breaking changes. It also adds features including new visualization filters, an easier-to-use camera, and operations on project outputs, geometry tags, and geometry features.

Breaking Changes

Features

Deprecations

None.

Bug Fixes / Improvements

  • Fluid inlet boundary conditions were not being serialized correctly. This is fixed.

  • Refinement regions were not being serialized correctly. This is fixed.

  • VolumeMeshingParams were not being serialized correctly. This is fixed.

Migration Guide

Replace ImageExtract.download_image calls with ImageExtract.save_image.

Replace vis.Clip instances with vis.PlaneClip.

If using MeshGenerationParams, ensure every RefinementRegion within it has a unique name.

Remove z_axis argument from any usage of OrientedCube.

For any usage of Cone, replace start with apex, end with base_center, and radius with base_radius.