Closed robfalck closed 3 months ago
Removed time units introspection from TranscriptionBase, since it's now handled by configure_time_introspection.
TranscriptionBase
Removed SolveIVP which has been deprecated for some time and is no longer functional in the codebase.
SolveIVP
The SolveIVP transcription, which had been replaced by ExplicitShooting for several releases and deprecated, is removed from the codebase.
ExplicitShooting
None
coverage: 93.771% (+1.0%) from 92.733% when pulling 9367dcb9866c1a7704d19fa0429baf4e67962f3f on robfalck:i1103 into 690e0deb0100e5586614bed2723cb39bb0766ec8 on OpenMDAO:master.
Summary
Removed time units introspection from
TranscriptionBase
, since it's now handled by configure_time_introspection.Removed
SolveIVP
which has been deprecated for some time and is no longer functional in the codebase.Related Issues
Backwards incompatibilities
The
SolveIVP
transcription, which had been replaced byExplicitShooting
for several releases and deprecated, is removed from the codebase.New Dependencies
None