log python_to_octave.cc @ 279:6e83efbcf1bc

age author description
Fri, 29 Jul 2016 15:15:23 -0700 Mike Miller Merged in genuinelucifer/pytave_main (pull request #25)
Thu, 28 Jul 2016 13:50:54 -0700 Abhinav Tripathi Drop conversion of lists, dicts and tuples (fixes issues #27, #26)
Thu, 28 Jul 2016 11:50:29 -0700 Abhinav Tripathi Convert numeric value to long instead of int to avoid overflow (fixes issue #40)
Wed, 20 Jul 2016 11:12:36 -0700 Mike Miller Merged in macdonald/pytave (pull request #6)
Thu, 26 May 2016 12:48:37 -0700 genuinelucifer Change back the unrequired changes
Thu, 26 May 2016 11:35:20 -0700 genuinelucifer Change name of pyobj to pyobject
Wed, 08 Jun 2016 12:24:59 -0700 Mike Miller maint: whitespace fixes for cset 2b03585d4ddd
Sat, 04 Jun 2016 13:30:01 -0700 Abhinav Tripathi Add proper conversion of booleans between octave and python. (fixes issue #6)
Sat, 04 Jun 2016 06:05:48 -0700 Abhinav Tripathi Add conversion of python tuples to octave cell arrays.
Thu, 26 May 2016 18:24:55 -0700 Mike Miller Convert Python unicode strings into UTF-8 char arrays (fixes issue #5)
Tue, 05 Apr 2016 11:46:38 -0700 Mike Miller maint: Add myself to copyright notices
Tue, 05 Apr 2016 08:08:45 -0700 Mike Miller Use Octave coding style for C++ sources, PEP8 style for Python sources
Mon, 04 Apr 2016 22:51:54 -0700 Mike Miller Fix conversion of integer types by using strictly sized integers
Mon, 04 Apr 2016 17:54:22 -0700 Mike Miller * python_to_octave.cc: Include missing header file python_to_octave.h.
Mon, 04 Apr 2016 17:16:58 -0700 Mike Miller maint: Use Octave style for file copyright block, delete editor footer
Mon, 04 Apr 2016 15:03:36 -0700 Mike Miller Clean up includes thanks to Octave header changes
Fri, 18 Sep 2015 00:00:09 -0400 Mike Miller Use the latest NumPy API
Tue, 28 Apr 2015 21:31:10 -0400 Mike Miller maint: Clean up std namespace pollution
Tue, 14 Apr 2015 07:44:24 -0400 Mike Miller Use latest Octave library API
Mon, 07 May 2012 21:16:27 +0200 David Grundberg Experimental long long support.
Mon, 09 Apr 2012 21:22:32 +0200 David Grundberg Remove Numeric array support. Use numpy exclusively.
Mon, 09 Apr 2012 20:05:48 +0200 David Grundberg Undef HAVE_STAT and HAVE_FSTAT consistently through-out all files
Mon, 21 Sep 2009 11:03:02 +0200 Jaroslav Hajek support NumPy string arrays
Fri, 18 Sep 2009 10:31:15 +0200 Jaroslav Hajek Support 0D Numeric arrays
Tue, 15 Sep 2009 11:23:36 +0200 Jaroslav Hajek a few fixes to numpy support
Fri, 19 Jun 2009 13:51:36 +0200 Jaroslav Hajek experimental NumPy support
Wed, 17 Jun 2009 11:05:20 +0200 Jaroslav Hajek make Octave->Python conversions uniformly arrays
Mon, 08 Jun 2009 11:55:19 +0200 Jaroslav Hajek improve conversions, handle POobject and char arrays pytave-new
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 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
Mon, 25 May 2009 12:53:30 +0200 Jaroslav Hajek avoid duplicate conversions in python dict->octave map
Tue, 05 May 2009 20:55:13 +0200 David Grundberg Fixed incorrect cell wrapping. Removed misc compiler warnings. 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
Wed, 29 Apr 2009 10:06:07 +0200 David Grundberg Whitespace fixes pytave-task
Mon, 17 Nov 2008 09:57:29 +0100 HÃ¥kan Fors nilsson celler & structar ^_^
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