Release Notes for OpenMDAO 0.1.7 -- 06/01/11
- 567 -- 06/01/11 -- OpenMDAO Release 0.1.7 - updating release info and sphinx config files.
- 566 -- 05/30/11 -- T478 - Moved all images from the main docs directory into the appropriate directory with the .rst file containing the directive that points to each image.
- 565 -- 05/20/11 -- T475 - Fixed misspelled words and moved short file from complex example into another file.
- 564 -- 05/19/11 -- T476 - Updated test_branch script so that it cleans up after itself.
- 563 -- 05/17/11 -- T471 - In the CONMIN driver, the low attribute of the delfun has been set to the correct value of 0.
- 563 -- 05/17/11 -- T472 - The add_ineq_constraint and add_eq_constraint methods have been removed from the public API for drivers that use the HasParamters? delegate. The method add_constraint should be used for all cases.
- 563 -- 05/17/11 -- T473 - The FixedPointIterator? now uses the HasParameters? and HasConstraints? interfaces to match the interface of other Solver-type drivers (e.g., BroydenSolver).
- 563 -- 05/17/11 -- T463 - A bug which prevented conversion between certain units with integer scale factor definitions (e.g., h for hour) has been fixed.
- 562 -- 05/16/11 -- T470 - Added a section on Trac to the Developer Guide to explain how to create/edit a new ticket.
- 561 -- 05/12/11 -- T444 - The vehicle design tutorial has been reworked to teach users how to use the iteration hierarchy.
- 561 -- 05/12/11 -- T289 - The engine component has been changed to output a couple of flags, which are now used to detect when the RPM exceeds its bounds. As a result, TraitErrors? are no longer generated.