log

age author description
Wed, 17 Jun 2009 11:49:14 +0200 Jaroslav Hajek implement stripdict, narrowlist and simplify
Wed, 17 Jun 2009 11:05:20 +0200 Jaroslav Hajek make Octave->Python conversions uniformly arrays
Tue, 09 Jun 2009 09:04:34 +0200 Jaroslav Hajek implement canonicalize function
Mon, 08 Jun 2009 21:27:22 +0200 David Grundberg Let Octave reread changed files
Mon, 08 Jun 2009 21:26:56 +0200 David Grundberg Let Octave reread changed files pytave-task
Mon, 08 Jun 2009 21:00:10 +0200 David Grundberg More/improved tests
Mon, 08 Jun 2009 20:59:19 +0200 David Grundberg Changelog pytave-tests
Mon, 08 Jun 2009 20:53:58 +0200 David Grundberg Cherry-picking test changes pytave-tests
Mon, 08 Jun 2009 20:31:38 +0200 David Grundberg Merge with trunk pytave-native
Mon, 08 Jun 2009 20:51:11 +0200 David Grundberg Improved tests pytave-tests
Mon, 08 Jun 2009 15:35:08 +0200 Jaroslav Hajek implement deleting variables pytave-new
Mon, 08 Jun 2009 13:55:29 +0200 Jaroslav Hajek fix isvar with globals pytave-new
Mon, 08 Jun 2009 11:58:20 +0200 Jaroslav Hajek implement dict interface to variables pytave-new
Mon, 08 Jun 2009 11:55:19 +0200 Jaroslav Hajek improve conversions, handle POobject and char arrays pytave-new
Mon, 08 Jun 2009 20:02:16 +0200 David Grundberg Tried to implement delitem pytave-native
Thu, 04 Jun 2009 16:40:52 +0200 David Grundberg Merge with dictionaries pytave-native
Thu, 04 Jun 2009 16:35:01 +0200 David Grundberg Jaroslav's patch pytave-native
Thu, 04 Jun 2009 16:20:18 +0200 David Grundberg Dictionaries pytave-dictionaries
Wed, 03 Jun 2009 16:41:44 +0200 Jaroslav Hajek implement Python->Octave conversions of Character and PyObject arrays
Wed, 03 Jun 2009 15:34:48 +0200 David Grundberg Fix compilation on 32-bit x86.
Thu, 28 May 2009 11:20:17 +0200 Jaroslav Hajek revert accidental rewrite of INSTALL
Thu, 28 May 2009 10:28:24 +0200 Jaroslav Hajek always enable float matrices
Wed, 03 Jun 2009 15:28:22 +0200 David Grundberg Fix compilation on 32-bit x86. pytave-fixint
Tue, 26 May 2009 11:41:26 +0200 Jaroslav Hajek support complex numbers
Tue, 26 May 2009 08:51:39 +0200 Jaroslav Hajek avoid useless instances in octave_to_python.cc
Mon, 25 May 2009 13:22:20 +0200 Jaroslav Hajek update NEWS
Mon, 25 May 2009 12:53:30 +0200 Jaroslav Hajek avoid duplicate conversions in python dict->octave map
Mon, 25 May 2009 11:19:50 +0200 Jaroslav Hajek don't display Octave banner if not interactive run
Mon, 25 May 2009 10:57:41 +0200 Jaroslav Hajek widen some conversions and fix tests failing with octave 3.2
Mon, 25 May 2009 10:30:11 +0200 Jaroslav Hajek implement direct variable manipulation and local scoping