Added Phase.duplicate method that allows a copy of a phase to be easily created.
The from_phase argument to Phase.__init__ will be deprecated in the future.
Added some common files from test output and doc builds to the gitignore.
Added scripts used to build JOSS diagrams.
coverage: 91.988% (-0.3%) from 92.294%
when pulling f8dad9eac8277a70903d1bba5b1ad7e9163e9c61 on robfalck:gitignore_update
into 7e24a7f4988f1abd64cbf5c4e2933480de1e57f1 on OpenMDAO:master.
Summary
Added Phase.duplicate method that allows a copy of a phase to be easily created. The
from_phase
argument toPhase.__init__
will be deprecated in the future. Added some common files from test output and doc builds to the gitignore. Added scripts used to build JOSS diagrams.Related Issues
None
Backwards incompatibilities
None
New Dependencies
None