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 removesforce_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¶
Adds the
SurfaceLICPlane
visualization filter.Adds
Mesh.to_code()
to generate SDK code that would recreate the Mesh.Adds
Geometry.convert_colors_to_tags()
which automatically tags surfaces and volumes based on any color information embedded in the original CAD.
Deprecations¶
None.
Bug Fixes / Improvements¶
None.
Migration Guide¶
If you had been setting
convert_to_discrete=True
forProject.create_geometry()
, orforce_discrete=True
forVolumeSelection.import_cad()
, just remove those arguments. They are no longer necessary.