Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated tags and changed the name of option dynamic on parameters #591

Merged
merged 7 commits into from
May 12, 2021

Conversation

robfalck
Copy link
Contributor

@robfalck robfalck commented May 6, 2021

Summary

Updated tags to new format so that dymos related tags begin with 'dymos.'
Added 'dymos.static_target' tag.

Deprecated parameter option 'dynamic' which is now replaced by 'static_target' which has the opposite meaning.

Related Issues

Status

  • Ready for merge

Backwards incompatibilities

  • Parameter option 'dynamic' is now deprecated. Replaced by option 'static_target' which has the opposite meaning.
  • Dymos is starting to use the OpenMDAO warning system, so 3.9.0 is the minimum required version for this release.

New Dependencies

None

robfalck added 7 commits May 4, 2021 13:46
…parameter connecting to the input static without the user explicitly doing so.

If ANY target of a parameter is tagged this way, all targets are assumed to be static.
Deprecated tag 'state_rate_source:x' and replaced with 'dymos.state_rate_source:x'.
Deprecated tag 'state_units:m' and replaced with 'dymos.state_units:m'.
Added static_target argument to trajectory add_parameter method.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.08%) to 96.655% when pulling 64a09aa on robfalck:tags_update into 5398cb4 on OpenMDAO:master.

@robfalck robfalck merged commit 2d5ac94 into OpenMDAO:master May 12, 2021
@robfalck robfalck deleted the tags_update branch August 25, 2022 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tag for static ODE inputs - and dymos-specific tags.
4 participants