Release Notes for Dymos 1.15.1
March 12, 2026
This is a minor update with some changes to support OpenMDAO's connection graph refactor,
as well as some other bug fixes.
Backwards Incompatible API Changes & Deprecations
None
Enhancements
- Birkhoff will attempt to build a guess of state rates in
set_state_valsif given enough information (states and times).
Bug Fixes
- Fixed a bug where dymos ignored the units assigned in link_phases. #1224
- Birkhoff will at least report error during grid refinement now. #1218
- set_state_vals can be called with
(num_state_input_nodes,) + shapeset of state values. #1218 - set_control_vals can be called with
(num_control_input_nodes,) + shapeset of control values. #1218 - Birkhoff state defects are now not linear if initial and final state values are not design variables. #1218