OpenMDAO / dymos

Open Source Optimization of Dynamic Multidisciplinary Systems
Apache License 2.0
212 stars 67 forks source link

Removed `SolveIVP` and removed dead code from TranscriptionBase #1104

Closed robfalck closed 3 months ago

robfalck commented 3 months ago

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 by ExplicitShooting for several releases and deprecated, is removed from the codebase.

New Dependencies

None

coveralls commented 3 months ago

Coverage Status

coverage: 93.771% (+1.0%) from 92.733% when pulling 9367dcb9866c1a7704d19fa0429baf4e67962f3f on robfalck:i1103 into 690e0deb0100e5586614bed2723cb39bb0766ec8 on OpenMDAO:master.