Skip to content

Dymos 0.17.0

Choose a tag to compare

@robfalck robfalck released this 14 Dec 16:54
· 446 commits to master since this release
d5c04d4

Release Notes for Dymos 0.17.0

December 14, 2020

This release of Dymos adds a few important features:

  • Dymos can now automatically generate plots of all timeseries outputs
  • State rates may now be tagged in the ODE

There are also several bug fixes.

Backwards Incompatible API Changes & Deprecations

  • None

Enhancements

  • Dymos can now automatically generate plots of all timeseries outputs. #469
  • States can now be discovered automatically by tagging their rate variables in the ODE. #477 #481 #484

Bug Fixes

  • Fixed issue where polynomial controls were not able to be linked across phases. #462
  • Fixed a bug that was preventing parameters from being state rate sources. #466
  • Users may now specify parameter shapes as integers or iterables other than tuples. #467

Miscellaneous

  • Fix for apache license string in setup.py classifiers since it was not recognized by PyPI. #458
  • Added a long description for PyPI. #460
  • Some documentation cleanup for the JOSS review #474 #488
  • Dropped the dependency on the parameterized package with the intent to utilize subTest in the future. #479