v0.23.9

Release date: 2026-04-22

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 pipelines and visualization features.

Breaking Changes

None.

Features

  • An optional request_id parameter has been added to pipelines.create_pipeline() and to pipelines.create_pipeline_job() (and its alias, PipelineRecord.invoke()). This can be used as an idempotency key to deduplicate pipeline/job creation across multiple logically identical requests. If not provided, a random value is used. This ensures automatic SDK request retries due to transient or partial failures do not inadvertently produce multiple pipelines/jobs from a single invocation.

  • An optional use_visible_range parameter has been added to ColorMap. Set it to True to set colormaps and field difference renders to the visible range in the image.

  • The “Fast” colormap has been added.

Deprecations

None.

Bug Fixes / Improvements

  • The direction field is now correctly serialized for all streamline types (Rake, Grid, Surface).

Migration Guide

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