v0.23.10

Release date: 2026-05-13

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 adds new visualization and geometry features.

Breaking Changes

None.

Features

  • Scalar comparison in vis now supports more comparison modes:

    • COMPARISON_MODE_PERCENT_DIFFERENCE: colors by (a - b) / (max - min) * 100

    • COMPARISON_MODE_ABS_PERCENT_DIFFERENCE: colors by |(a - b) / (max - min) * 100|

    • COMPARISON_MODE_ABS_DIFFERENCE: colors by |a - b|

  • Added VolumeSelection.imprint() method to embed the edges or outlines of volumes onto each other.

  • Added Geometry.select_all_volumes() method to get a volume selection covering all volumes.

Deprecations

None.

Bug Fixes / Improvements

  • You can now access the pipelines module as lc.pipelines without having to import it separately.

Migration Guide

No breaking changes, migration from v0.23.0 or later should cause no problems.