v0.19.1¶
Release date: 2025-09-03
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 includes a few features and bug fixes.
Breaking Changes¶
None.
Features¶
Added an orthotropic solid conductivity model.
Added the
Simulation.doe_name
property, which is the name of the Design Of Experiments that created the Simulation. Blank for Simulations that didn’t come from a Design of Experiments.
Deprecations¶
None.
Bug Fixes / Improvements¶
Fixes a syntax bug in the code generated by
SimulationTemplate.to_code()
– the simulation template name was not being wrapped in quotes, now it is.
Migration Guide¶
No breaking changes, migration from >= v0.19.0 should cause no problems.