view NEWS @ 25:113428ba033c pytave-task

Whitespace fixes
author David Grundberg <individ@acc.umu.se>
date Wed, 29 Apr 2009 10:06:07 +0200
parents 1a26d85a01be
children 1d7bab3bc745
line wrap: on
line source

Version 0.1-bzr 

* Added functionality for one dimensional cell arrays. Python list represents
a one dimensional cell array. Pytave will throw an exception if a cell array 
has higher dimensions. 

* Added functionality for structs, a Octave struct is represented by a Python
dictionary. The implementation tries to be as true as possible to Octave's 
struct constructor.