v0.23.6

Release date: 2026-03-30

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 field comparison image rendering and priority job resource usage querying.

Breaking Changes

None.

Features

  • Field comparison visualizations can now be rendered through the SDK by specifying a second simulation to compare the scene against. Both simulations will be rendered with the same viewpoint and filters, and the fields being displayed on each filter will be compared using the specified comparison mode. For now only diff is supported, producing result = sim_a - sim_b. Create a comparison render by calling vis.Scene.compare(entity).

  • Priority job resource usage can be queried via iterate_priority_job_usage(). This supports filtering by project and time range, and returns per-job details including GPU type, GPU-minutes, simulation name, and cost.

Deprecations

None.

Bug Fixes / Improvements

None.

Migration Guide

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