Releases

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

Latest Version

v0.7.0

All Release Notes

Upgrade Guide

If you have previously installed the SDK and would like to upgrade to a newer version listed above, follow these steps:

  1. Download the Python Wheel for the desired SDK version from the release pages linked above.

  2. Using the same Python environment where you previously installed the SDK, use pip install to install the new wheel and upgrade your SDK installation:

pip install luminarycloud-*.whl

Tip

To check if you’re using the same Python environment as your previous SDK installation, run the pip list command. The output of the command should include luminarycloud with an earlier SDK version.

After successfully upgrading the SDK using the instructions above, the pip list output should show luminarycloud with the latest version.