-
Notifications
You must be signed in to change notification settings - Fork 67
Added release notes and version bump for dymos 1.10.0 #1022
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
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
release_notes.md
Outdated
@@ -19,6 +55,7 @@ as a timeseries output. | |||
## Bug Fixes | |||
- Added linear solver for cases where states solved via optimizer have input_initial=True. [#991](https://github.com/OpenMDAO/dymos/pull/991) | |||
- Fixed an issue where control rate values are showing up in timeseries outputs by default. [#987](https://github.com/OpenMDAO/dymos/pull/987) | |||
- Fixed Vanderpol example under updated OpenMDAO MPI operation. [#1023](https://github.com/OpenMDAO/dymos/pull/1023) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like you accidentally put this under version 1.9.1 notes instead of for 1.10.0
release_notes.md
Outdated
Dymos 1.10.0 includes a few performance improvements, more user-configurability of automatic solver placement, and a still-experimental implementation of the Birkhoff transcription. | ||
|
||
Thanks to Shugo Kaneko for pointing out some issues with using dymos under MPI. | ||
Timeseries jacobians were inefficient used excessive memory when operating on a single system under MPI. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
inefficient and used?
Summary
Added release notes for dymos 1.10.0
Related Issues
Backwards incompatibilities
None
New Dependencies
None