[Numpy-discussion] [ANN] mlabwrap 1.0.1
Alexander Schmolck
a.schmolck@gmx....
Tue Mar 24 18:08:46 CDT 2009
Mlabwrap allows pythonistas to interface to Matlab(tm) in a very
straightforward fashion:
>>> from mlabwrap import mlab
>>> mlab.eig([[0,1],[1,1]])
array([[-0.61803399],
[ 1.61803399]])
More at <http://mlabwrap.sourceforge.net>.
Mlabwrap 1.0.1 is just a maintenance release that fixes a few bugs and
simplifies installation (no more LD_LIBRARY_PATH hassles). No future (non-bugfix) releases of mlabwrap are currently planned, but if and when I find the time to finish overhauling and extending the API I will make an official release of scikits.mlabwrap, which probably won't be 100% backwards compatible.
'as
--
Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01
More information about the Numpy-discussion
mailing list