Create model from pipeline
You can now create a model directly from a pipeline, opening the model creator pre-filled with the pipeline’s parameters in read-only mode. This streamlines the workflow from fitting to simulation.Find out more →Reusable data grid across Studio
All tables in Studio now use a shared StandardDataGrid component with built-in search, filtering, and configurable columns — delivering a more consistent and powerful browsing experience.ECM with arbitrary RC pairs
The pipeline now supports equivalent circuit models with an arbitrary number of RC pairs, integrated with the lumped single electrode SPMR. This enables more flexible impedance-based modeling.Studio
Studio
Improvements
- Pipeline UI improvements — “New” tag for outputs, calculation metadata display, and smoother API requests.
- Added pipeline attributes: name, description, and project association.
- Copy parameters and view config details in pipelines.
- Added pipeline created-by info showing creator email.
- Organization creation and invitation for admin users.
- Added documentation button with updated docs links.
- Fixed Maccor protocol C-rate capacity termination.
- Fixed query for existing users by email.
- Fixed minor admin page bugs.
- Fixed pipeline parameter output display — filter constants and fix nested function parameters.
Pipeline
Pipeline
Improvements
- Added support for parsing custom models.
- Updated for PyBaMM 25.10 — composite electrodes and EIS handling.
- Improved
clean_parametersfor nested function parameters.
- Fixed bug with
pybamm.Scalaringet_initial_soc_from_voltage. - Fixed
to_sourcefor nested function parameters. - Fixed calculation input/output parameter names.
Multi-dimensional interpolant editor
The parameter interpolant editor now supports multi-dimensional x values, making it possible to view and edit parameters that depend on more than one variable — such as temperature and SOC — directly in Studio.Find out more →2D interpolant data upload
Users can now upload 2D interpolant data, with the backend automatically interpolating to a regular grid. This simplifies working with experimentally measured parameter surfaces.Find out more →Piecewise interpolation
The pipeline adds piecewise interpolation with both 1D and 2D support, giving more flexibility when fitting parameters with distinct regions of behavior.Find out more →Studio
Studio
Improvements
- Added MSMR validation plots for pipelines from the API.
- Improved data fit UI with loading state and timeout handling.
- Fixed error handling for model creation with duplicated names.
Pipeline
Pipeline
Improvements
- Added design objective custom parameters for evaluating by SOC or concentration.
- Added
initial_concentration_from_socfor SOC-based initialization. - Added initialization for lumped SPM with SOC calculation from voltage.
- Allow additional arguments in data fit for cost logger and initial guess override.
- MSMR diffusion dUdx tolerance — clip diffusivity in low dUdx regions.
- Refactored Pints optimizers with lighter wrappers and parallel functionality.
- Removed Identity as the default transform in the parameter parser.
Activity log
Studio now tracks optimization and data fit usage in a new activity log, giving teams visibility into how resources are being used across the organization.Interactive protocol visualization
Protocols can now be visualized as interactive graphs using Plotly and NetworkX, making it easier to understand complex multi-step protocols at a glance.MSMR validation framework
The pipeline introduces an MSMR OCP validation framework with JSON export, enabling validation plots to be rendered directly in Studio.Studio
Studio
Improvements
- Updated data fit UI with parameter progress plots in an accordion and a smoother loading experience.
- Added UCP time series upsampling with linear interpolation.
- Adaptive time steps for UCP simulations to prevent timeout issues.
- Improved error messages in pipelines with more detailed error handling.
- Improved checkpoint serialization for numpy results.
- Fixed simulations not rerunning when the cached job had failed.
- Fixed EIS step causing all subsequent Time values to be NaN.
- Fixed parameterization validation plot and various UI issues.
- Fixed duplicate time value handling using new PyBaMM solvers.
Pipeline
Pipeline
Improvements
- Refactored validation so objectives own their validations.
- CostLoggerJob now passes the best log with the lowest cost to Studio.
- Added parser schema with Pydantic validation and standardized field naming.
- Added HighSide/LowSide constraint metrics and Maximum aggregation.
- Generalized the multi-step fast charge example.
- Cleaned up CostLogger properties and added as a top-level import.
- Fixed sign errors in SingleElectrodeLumpedSPMR.
- Changed lumped SPMR sign convention to be more intuitive.
Charge optimization UI
A new dedicated UI for charge optimization makes it easy to configure, launch, and monitor optimization runs. The interface includes improved logging, real-time metric extraction, and clearer result display.Find out more →Studio
Studio
Fixes
- Fixed a bug that caused job updates to be ignored.
Pipeline
Pipeline
Fixes
- Fixed design notebook compatibility with normalized parameter changes.
AI-powered error handling for protocols
Protocol generation now uses AI to interpret and surface errors, making it easier to diagnose and fix issues without digging through raw logs. The overall protocol creation UX has also been streamlined.Design parameter DOE refactor
The design parameter screen has been reworked to deliver a more classical design-of-experiments experience, making it easier to set up and manage parameter sweeps.Find out more →Design optimization framework
The pipeline now includes a full design optimization framework with validation, error handling, and penalty mechanisms. Three example notebooks — fast charging, thickness-constrained capacity, and discharge capacity — are available to get started quickly.Find out more →Studio
Studio
Improvements
- Updated SQL experiment templates with improved error handling.
- Switched parameterizations routing from v1 to v2.
- Fixed local database reset — restored missing permissions, roles, and templates data.
Pipeline
Pipeline
Improvements
- Added design optimization parser for pipeline configurations.
- Added cross-validated regression methods.
- Added
parse_experiment()for converting experiment configs into PyBaMM Experiment objects with parameter kwargs. - Added
scalar_outputandarray_outputproperties to the Interactive optimizer. - Added phase option to
InitialSOCHalfCell. - Added support for the “lumped” electrode type in interpolant calculations.
- Improved initial stoichiometry calculations to use
T_init. - Removed parameter scaling from CostLogger for cleaner cost tracking.
- Simplified parameter normalization by removing normalized parameters.
- Fixed entropic change export bug in OCP interpolant.