Product update

Release Notes - September 09, 2025

Product & Engineering avatar
Shared by Product & Engineering • September 10, 2025

Here's what's new in our latest update:

Real-time Collaboration

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.

image

In-App Notebook: Multiple Kernels

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.

Results Export: Visible Columns

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.

SDK Release v0.19.0

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.

Enhancements

  • Added support for Creo up to version 12
  • The named variables dialog has been simplified with a clearer editing workflow and an unsaved changes warning
  • The Geometry Checklist tree has been removed to streamline the interface
  • The left navigation now includes dynamic scrollbar support, automatically adjusting width and toggle button position when content overflows.
  • Geometry check robustness has been improved

Bug Fixes

  • Right-click job downloads now correctly export only the selected job rather than the entire experiment.