v0.17.0

Release date: 2025-07-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 contains one small breaking change and a few new features.

Breaking Changes

  • Removes convert_to_discrete parameter from Project.create_geometry(), and removes force_discrete parameter from VolumeSelection.import_cad(). The platform now automatically converts continuous geometries to discrete ones whenever necessary, so users no longer have to make that decision up front.

Features

Deprecations

None.

Bug Fixes / Improvements

None.

Migration Guide

  • If you had been setting convert_to_discrete=True for Project.create_geometry(), or force_discrete=True for VolumeSelection.import_cad(), just remove those arguments. They are no longer necessary.