Skip to content

Luna 1.1

Luna 1.1.0

Released on December 08, 2025

Luna 1.1.0 focuses on improving clarity, usability, and consistency across the Dashboard and SDK.

πŸ“Š Luna Dashboard Updates

  • CPU and GPU Quota Display
    The Usage Summary panel now shows both CPU and GPU quotas, allowing users to quickly understand consumed and remaining resources.

  • Quota Explanations
    Each quota now includes a short explanation clarifying what the quota represents and how remaining usage is calculated.

  • Improved Quota Visualization
    Quota bars have been refined for clearer visual interpretation, including improved colors, clearer usage states (available, used, unavailable, infinity), and more consistent units. These updates improve visual clarity only and quota logic remains unchanged.

πŸ”§ Improvements

  • All serializable and deserializable objects are now picklable.
  • Solution.runtime is now mutable from Python via the Python API.
  • Constraints has been renamed to ConstraintsCollection.
  • ConstraintCollection.items() is now available for iterating over (name, constraint) pairs.