pymatlab Changelog

What's new in pymatlab 0.1.3 Alpha

Sep 8, 2011
  • Run now throws exception RuntimeError on erros. A critical bug was fixed
  • concerning NumPys C memory alignment and MATLAB's Fortran memory alignment in
  • matrices.

New in pymatlab 0.1.2 Alpha (Sep 8, 2011)

  • Bugfixes for 32-bit machines. Closed some memory leaks.

New in pymatlab 0.1.1 Alpha (Sep 8, 2011)

  • Added the missing MANIFEST.in file to include the docs/ directory. And some
  • small changes in the README.txt to work with restructured text.

New in pymatlab 0.1.0 Alpha (Sep 8, 2011)

  • running commands in the Matlab command interpretor.
  • Placing double precision matrices with arbitrary dimensions on
  • the MATLAB workspace from numpy arrays.
  • Retrive double precision matrices from MATLAB workspace to numpy arrays.
  • Place string variables on MATLAB workspace.