Skip to content

Luna 0.10.1

Info

Released on March 10, 2025

🚀 New Features

  • ❌ Cancellation of Jobs: You can now easily cancel queued jobs using the cancel method:
    cancelled_solution = ls.solution.cancel('<YOUR_SOLUTION_ID>')
    
    This allows for greater control over queued jobs waiting to be executed by the solver.

🛠️ Improvements

  • 💾 Improved Storage for Large Solutions: Luna now efficiently manages large-scale solutions by ensuring that even the most complex optimization tasks run seamlessly without any performance bottlenecks or loss of responsiveness.