You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release features a refactor of the Radau transcription that should be transparent to users, but cleans up some of the internal machinery. Among other things, this will fix issues with checking totals in the model due to the hybrid implicit/explicit behavior of some of the old components. It also moves towards unifying the transcriptions so that all of them can separately accept "states:{name}", "initial_states:{name}", and "final_states:{name}". The plan is to apply this behavior to the Gauss-Lobatto transcription in the next release.
Backwards Incompatible API Changes & Deprecations
None
Enhancements
Completed refactor of the Radau transcription. #1196
add_calc_expr can now promote variable names. #1204
Bug Fixes
Fixed a bug where picard shooting wasn't allowing initial or final state values to be design variables. #1210
Miscellaneous
Removed unncessary internal unit conversion from Timeseries and Interleave components. #1198
Updated GitHub workflows, use NumPy 2.2 as the baseline #1199
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Release Notes for Dymos 1.15.0
September 30, 2025
This release features a refactor of the Radau transcription that should be transparent to users, but cleans up some of the internal machinery. Among other things, this will fix issues with checking totals in the model due to the hybrid implicit/explicit behavior of some of the old components. It also moves towards unifying the transcriptions so that all of them can separately accept "states:{name}", "initial_states:{name}", and "final_states:{name}". The plan is to apply this behavior to the Gauss-Lobatto transcription in the next release.
Backwards Incompatible API Changes & Deprecations
None
Enhancements
add_calc_exprcan now promote variable names. #1204Bug Fixes
Miscellaneous
This discussion was created from the release Dymos 1.15.0.
Beta Was this translation helpful? Give feedback.
All reactions