log package/pytave.py @ 101:0c19ed1ce349

age author description
Mon, 09 Apr 2012 21:22:32 +0200 David Grundberg Remove Numeric array support. Use numpy exclusively.
Fri, 18 Sep 2009 13:15:34 +0200 Jaroslav Hajek fix typo in rev 37
Fri, 18 Sep 2009 06:57:23 +0200 Jaroslav Hajek make simplify more NumPy compatible
Wed, 16 Sep 2009 07:31:25 +0200 Jaroslav Hajek load/unload_package, workaround undefined values bug
Fri, 03 Jul 2009 13:49:19 +0200 David Grundberg Fix crashes on exit().
Fri, 19 Jun 2009 13:51:36 +0200 Jaroslav Hajek experimental NumPy support
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 20:31:38 +0200 David Grundberg Merge with trunk pytave-native
Mon, 08 Jun 2009 15:35:08 +0200 Jaroslav Hajek implement deleting variables 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
Mon, 25 May 2009 11:19:50 +0200 Jaroslav Hajek don't display Octave banner if not interactive run
Mon, 25 May 2009 10:30:11 +0200 Jaroslav Hajek implement direct variable manipulation and local scoping
Thu, 07 May 2009 08:26:51 +0200 David Grundberg Added an eval function. task
Sun, 03 May 2009 20:50:25 +0200 David Grundberg 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. task
Sat, 18 Oct 2008 12:28:00 +0200 David Grundberg License change to GPLv3 private-pytave
Fri, 17 Oct 2008 12:05:46 +0200 David Grundberg First launchpad.net check in. pytave-branch