Changelog

Keep yourself informed about the most recent additions and improvements we’ve made to TofuPilot.

Feature

Explore TofuPilot in Simulation

We noticed some new users weren’t uploading test data right away, so we made it easier. The new Welcome Aboard page lets you run demo test scripts in a Python web console with one click with no code editor and explore TofuPilot before integrating your own scripts.

Release Highlight
Changelog

Version 0.49.0

New

  • Onboarding Demo Scripts: Added two buttons to run demo test scripts in a Python web console, helping new users generate test data without opening their code editor.

Improvements

  • Better Signup Flow: Improved the onboarding process to guide users smoothly from signup to their first test data.
  • Enhanced Help Resources: Updated onboarding with clearer links to support materials for easier navigation.
Changelog

Version 0.48.0

New

  • Workspace Split: The Workspace is now separate from the Testing Hub, accessible via a new URL.

Improvements

  • Analytics Performance: Enhanced Cpk calculation performance on the Procedure page.
  • Phases and Measurements Status: Aligned the Python Client with OpenHTF syntax for phases and measurement statuses.
  • Self-Hosting: Improved the self-hosting workflow.

Fixes

  • Various minor fixes to enhance user experience.
Feature

Multi-Measurements

You can now record one or multiple measurements for a single phase. Measurements can be numerical with defined limits, as well as strings or boolean values, offering greater flexibility for test data collection.

Release Highlight
Changelog

Version 0.47.0

News

  • Multi-Measurements: Record multiple measurements per phase, including numerical, string, and boolean values with optional limits.

Improvements

  • API Coverage: Enhanced TofuPilot’s API compatibility with OpenHTF and aligned the Python client with phase structures.
  • Procedure Page Performance: Improved loading and response times.
  • Filters: Added batch and component filters on the Procedure page for better navigation.

Fixes

  • Workspace Editor: Fixed an issue where images were not displayed correctly.
Changelog

Version 0.46.5

Improvements

  • Runs Page: Search parameters are now retained when navigating between Run pages.
  • Procedure Attachments: Attachments can now be deleted directly from procedures.
  • API Endpoints: Added endpoints for deleting units and runs, and components can now be named upon creation via the API using part_name.

Fixes

  • Online Streaming: Fixed an issue where the script continued running in online streaming mode even after being terminated in the terminal.
Feature

Self-hosting

You can now self-host TofuPilot, giving you complete control over deployment while securely managing your test data and accessing the full range of TofuPilot features.

Release Highlight
Changelog

Version 0.46.4

New

  • Self-Hosting Release: Self-hosting is now officially supported, allowing deployment on your own infrastructure.

Improvements

  • Unit Management API: Added an endpoint to delete units directly.

Fixes

  • Procedure Name Override: Fixed an issue where OpenHTF's default test name could override procedure names.