v0.5.0

Release date: 2024-07-09

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).

Download

luminarycloud-0.5.0-py3-none-any.whl

See the Upgrade Guide for instructions on how to upgrade a previously installed SDK version.

Release Notes

Features

  • A new optional parameter mesh_type has been added to upload_mesh(). It is currently only required to be set when uploading a zipped archive, e.g. an OpenFOAM directory.

  • A new enum type MeshType has been added.

Migration Guide

The following code changes need to be applied to any existing code using the SDK.

  • When using upload_mesh() to upload an archived OpenFOAM directory, add keyword parameter mesh_type=MeshType.OPENFOAM to arguments.