log python_to_octave.cc @ 406:16e79a1e96b8

age author description
Mon, 01 May 2017 08:41:01 -0700 Mike Miller Eliminate all remaining uses of "using namespace"
Mon, 03 Apr 2017 13:31:00 -0700 Mike Miller Delete legacy code no longer used in project
Thu, 25 Aug 2016 14:06:56 -0700 Mike Miller Do not automatically convert Python strings to Octave strings (fixes issue #65)
Thu, 25 Aug 2016 09:51:58 -0700 Mike Miller Overhaul Python object storage and wrapping in pyobject
Mon, 22 Aug 2016 14:55:19 -0700 Mike Miller Return pyobject constructed from Python value correctly (fixes issue #66)
Thu, 11 Aug 2016 10:29:18 -0700 Colin Macdonald Rename the Octave-Python communication dict
Wed, 10 Aug 2016 15:41:05 -0700 Colin Macdonald Improve _InOctave dict handling by removing exec
Wed, 10 Aug 2016 11:34:19 -0700 Colin Macdonald Store the _InOctave dict only in main
Mon, 15 Aug 2016 21:52:50 -0700 Mike Miller Add functions to conversion API to extract bool, double, and complex values
Mon, 15 Aug 2016 13:16:35 -0700 Mike Miller Rename oct-py-util.cc from pytave_utils.cc
Sat, 13 Aug 2016 23:52:57 -0700 Mike Miller Automatically convert Python 2 'int' type to Octave int64 (fixes issue #56)
Sat, 13 Aug 2016 21:24:29 -0700 Mike Miller Do not automatically convert Python integer types to Octave (see issue #56)
Sat, 13 Aug 2016 19:57:49 -0700 Mike Miller Delete dead code in legacy object conversion
Sat, 13 Aug 2016 19:29:47 -0700 Mike Miller Overhaul Python string creation and extraction
Tue, 09 Aug 2016 11:27:38 -0700 Abhinav Tripathi Refactor code, have common functions in pytave_utils
Thu, 28 Jul 2016 10:55:44 -0700 Colin Macdonald Make pyobject callable by users (to convert input)
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