view NEWS @ 27:c3cba408a7e6 task

Stop incorrect conversion of multi-row strings. More strict check for undefined values. Check for invalid structure field names. Better error messages. Documentation about dict/list conversion.
author David Grundberg <individ@acc.umu.se>
date Sun, 03 May 2009 20:50:25 +0200
parents 113428ba033c
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.