===========================
 coopr.data.cute CHANGELOG
===========================

-------------------------------------------------------------------------------
 1.2.1
-------------------------------------------------------------------------------

- Making CUTE tests work within a tolerance.

- Various baseline changes due to integers being changed to floats.

-------------------------------------------------------------------------------
 1.2
-------------------------------------------------------------------------------

- New NL test baselines

- Changed models to 
  . return Constraint.Skip
  . use Coopr 3.0 argument ordering
  . use ConcreteModel objects
  . change list comprehensions to generator expressions.
  . 

- Adding tests that exercise FuncDesigner models, and compare them with
  Pyomo models.

-------------------------------------------------------------------------------
 1.1.1
-------------------------------------------------------------------------------

- Edited baseline changes due to recent changes in NL file generation.

- Updates of testing script due to changes in pyutilib.th.

-------------------------------------------------------------------------------
 1.1
-------------------------------------------------------------------------------

- Rework of rules in CUTE models to re-order argument order. The model now comes first, following recent changes in coopr.pyomo.
- Updates of NL baselines in response to changes in component ordering in Pyomo.
- Formatting for reindentation.
- Fix for CUTE problems with constant objectives.

-------------------------------------------------------------------------------
 1.0
-------------------------------------------------------------------------------

- Initial branch of coopr.data.cute, which integrates the CUTE test data from 
  coopr.pyomo

