v0.10.2¶
Release date: 2025-02-24
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 has no breaking changes, but several features and bug fixes.
Breaking Changes¶
None.
Features¶
Simulation.refresh()
method added to sync Simulation instance state with the backend.Mesh.refresh()
method added to sync Mesh instance state with the backend.Mesh.geometry_version()
method added to fetch a Mesh’sGeometryVersion
.Solution.download_surface_deformation_template()
andSolution.download_surface_sensitivity_data()
methods added.Geometry.select_volumes()
now accepts Volume IDs in addition to Volume objects.All interactive geometry methods on
VolumeSelection
now take an optionalfeature_name: str
argument which defaults to the name of the operationFunctions that take a
Vector3
as a parameter now also accept a 3-element List or Tuple
Deprecations¶
None.
Bug Fixes / Improvements¶
Geometry.add_farfield()
method was not working with aCube
shape, now it is.VolumeSelection.shrinkwrap()
was broken by a recent backend change, now it’s fixed.Fix for Simulations with transient stopping conditions
Migration Guide¶
No changes required.