comparison 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
comparison
equal deleted inserted replaced
24:83dd1cc42f36 25:113428ba033c
1 Version 0.1 bzr 1 Version 0.1-bzr
2 2
3 * Added functionality for one dimensional cell arrays. Python list represents 3 * Added functionality for one dimensional cell arrays. Python list represents
4 a one dimensional cell array. Pytave will throw an exception if a cell array 4 a one dimensional cell array. Pytave will throw an exception if a cell array
5 has higher dimensions. 5 has higher dimensions.
6 6
7 * Added functionality for structs, a Octave struct is represented by a python 7 * Added functionality for structs, a Octave struct is represented by a Python
8 dictionary. The implementation tries to be as true as possible to Octaves 8 dictionary. The implementation tries to be as true as possible to Octave's
9 struct constructor. 9 struct constructor.