issues
search
OpenMDAO
/
dymos
Open Source Optimization of Dynamic Multidisciplinary Systems
Apache License 2.0
210
stars
67
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fixed a bug where control rates of polynomial controls were not correct in simulation.
#1133
robfalck
closed
16 hours ago
1
Including control rate outputs in the timeseries results in the simulation not being displayed in the timeseries report.
#1132
robfalck
closed
15 hours ago
0
Polynomial control rates are not correctly evaluated in explicit shooting.
#1131
robfalck
closed
16 hours ago
0
Maximum number of segments in grid refinement
#1130
jnance34
opened
5 days ago
1
Added interpolation of results to arbitrary nodes, removed use of `scipy.interpolate.interp1d` from `phase.interp`.
#1129
robfalck
closed
1 week ago
2
ControlGroup cleanup.
#1128
robfalck
opened
2 weeks ago
0
Fixed a bug that caused a shape mismatch error when using explicit shooting on a problem with a matrix valued parameter.
#1127
kaushikponnapalli
closed
2 weeks ago
1
Replaced interp1d with InterpND in tests and docs
#1125
swryan
closed
5 days ago
2
Simulation step fails with shape error when parameter is an N-dimensional array
#1124
mcgarnett
closed
2 weeks ago
2
Trajectory timeseries reports now work with multiple trajectories in a single problem.
#1123
robfalck
closed
2 weeks ago
2
Changed 'latest' job in test and docs workflows to use Python 3.12
#1122
swryan
closed
3 weeks ago
3
Allow double linkage between phases
#1121
kaushikponnapalli
closed
2 weeks ago
1
Two phases can only be linked to each other once
#1119
TidoHoutepen
closed
2 weeks ago
1
Refactored the Radau transcription to avoid the use of StateIndependentsComp
#1117
robfalck
opened
1 month ago
0
Fixed bug in timeseries plots under MPI.
#1116
robfalck
closed
1 month ago
1
Timeseries report fails under MPI in some situations.
#1115
robfalck
closed
1 month ago
0
Fixed a NumPy 2.x testing issue and added a NumPy 2.x build to the test workflow
#1114
swryan
closed
1 month ago
1
Bump version: 1.12.0 → 1.12.1-dev
#1113
swryan
closed
1 month ago
1
Added release notes for 1.12.0
#1112
robfalck
closed
1 month ago
1
Updated GitHub Workflows
#1111
swryan
closed
2 months ago
1
Add documentation of the linkage report.
#1110
robfalck
opened
2 months ago
0
Faster interpolation for explicit shooting
#1109
kaushikponnapalli
closed
2 months ago
1
Added the Gong challenge problem benchmark for Birkhoff transcription.
#1108
robfalck
closed
2 months ago
1
Disabled `ruff` steps in the tests workflow when a full build is not done
#1107
swryan
closed
3 months ago
1
bokeh timeseries plots now comply with OpenMDAO's placement of recorder files.
#1106
robfalck
closed
3 months ago
1
Added a pre-commit configuration to enable automatic linting with ruff
#1105
swryan
closed
3 months ago
2
Removed `SolveIVP` and removed dead code from TranscriptionBase
#1104
robfalck
closed
3 months ago
1
Undefined function reference
#1103
swryan
closed
3 months ago
0
Removed use of newshape keyword argument from numpy reshape calls.
#1102
robfalck
closed
3 months ago
1
Remove use of `newshape` argument in numpy reshape for numpy 2.1 compatibility.
#1101
robfalck
closed
3 months ago
0
Removed need for copy_build_artifacts in the doc build process.
#1100
robfalck
closed
3 months ago
2
Avoid use of `copy_build_artifacts.py` to copy over all outputs during doc build process.
#1099
robfalck
closed
3 months ago
0
Timeseries report tooltip hover change.
#1098
robfalck
closed
3 months ago
1
Bokeh timeseries plot hover shoudl show point value, not cursor location.
#1097
robfalck
closed
3 months ago
0
Reduced the memory allocation in the TimeseriesOutputComp in common use cases.
#1096
robfalck
closed
3 months ago
1
TimeseriesOutputComp allocates memory unnecessarily
#1095
robfalck
closed
3 months ago
0
Added readme to pyproject.toml
#1094
swryan
closed
3 months ago
2
Bump version: 1.11.0 → 1.11.1-dev
#1093
swryan
closed
3 months ago
1
Unexpected behavior when OPENMDAO_REPORTS=0
#1092
swryan
closed
3 months ago
1
Added release notes for 1.11.0
#1091
robfalck
closed
3 months ago
1
Change Birkhoff transcription interface to be more consistent with others.
#1090
robfalck
closed
3 months ago
0
Update tests on reports to match OpenMDAO API changes
#1089
kaushikponnapalli
closed
3 months ago
0
Birkhoff Docs
#1088
kaushikponnapalli
closed
3 months ago
2
Updated phase.load_case so that it uses the state_xxx_vals API. Specify parent when subproblems are used.
#1087
robfalck
closed
3 months ago
1
`phase.load_case` should use the new `phase.set_xxx_vals` API
#1086
robfalck
closed
3 months ago
0
Issue with ".set_time_val/.set_state_val/.set_control_val" in the Brachistochrone problem
#1085
louly-me
closed
4 months ago
1
Computational performance is significantly worse when using Birkhoff
#1084
TidoHoutepen
opened
4 months ago
3
Fix bug that caused aviary CI failure.
#1083
Kenneth-T-Moore
closed
4 months ago
1
stopped coloring plots popping up during tests
#1082
naylor-b
closed
4 months ago
1
Replace deprecated numpy function `in1d()` with `isin()`
#1081
swryan
closed
4 months ago
0
Next