- Modeling - Concrete models are now supported - Nonlinear modeling extensions using the AMPL NL problem format - Add support for immutable versus mutable parameters. - Support for SOS1 and SOS2 constraints
- Data Integration - Can now import data from relational databases
- Solvers - Better support for Gurobi solver - Direct CPLEX solver interface - Interface to ipopt and nonlinear solvers via asl (just to be clear) - ASL solver interface can now be specified with the form --solver=asl:PICO
- Usability enhancements - Numerous bug fixes. - Updated messages to provide clearer indication of modeling errors
- Extended syntax for data command files: 'include' command to load other data command files 'import' command to load data from other sources namespaces to next data declarations
- The pyomo_install script can install packages from Coin Bazaar
- New conversion scripts to generate LP or NL files from Pyomo models