Here's what's new in our latest update:
You can now see where other editors are working within a project as it happens. This makes it easier to coordinate, avoid conflicts, and stay aligned while working together.
When another user is editing, their presence will be highlighted directly in the interface, so you’ll always know which part of the project they’re working on.
Each notebook now runs on its own dedicated kernel.
This eliminates the need to restart kernels when switching notebooks and allows you to open and work on multiple notebooks simultaneously—across tabs or sessions—without conflicts.
You can now export exactly what you see in the Results table.
When you choose to hide columns in the table, those columns will no longer appear in your exported data. This makes it easier to generate clean, focused exports without extra post-processing, ensuring that your downloaded results always match your on-screen view.
This release introduces significant updates to mesh creation and error handling, including breaking changes from v0.18.*.
Mesh generation is now asynchronous with updated deduplication behavior, the deprecated Project.create_mesh()
method has been removed, and a new DeadlineExceededError
exception type has been added.
For full details, see the SDK release notes.