Issue 18: Deprecation warnings
Status:  New
Owner: ----
Reported by nils...@googlemail.com, Apr 12, 2011
What steps will reproduce the problem?
1. Install pyipopt
2. Install openopt (svn co svn://openopt.org/PythonPackages/OpenOpt OpenOpt)
3. Run an example using the ipopt solver.

What is the expected output? What do you see instead?

data/home/nwagner/local/lib/python2.5/site-packages/openopt-0.33-py2.5.egg/openopt/solvers/CoinOr/ipopt_oo.py:184: DeprecationWarning: PyArray_FromDims: use PyArray_SimpleNew.
/data/home/nwagner/local/lib/python2.5/site-packages/openopt-0.33-py2.5.egg/openopt/solvers/CoinOr/ipopt_oo.py:184: DeprecationWarning: PyArray_FromDimsAndDataAndDescr: use PyArray_NewFromDescr.
  x, zl, zu, obj = nlp.solve(p.x0)


What version of the product are you using? On what operating system?
latest svn on x86_64 GNU/Linux.

Please provide any additional information below.


Jan 25, 2012
#2 x...@google.com
Resolved.