log oct-py-types.cc @ 403:3644df6564bc

age author description
Fri, 28 Apr 2017 14:19:49 -0700 Mike Miller maint: use C++11 nullptr rather than 0 or NULL
Fri, 28 Apr 2017 14:07:57 -0700 Mike Miller maint: indent functions declared in the pytave namespace
Fri, 28 Apr 2017 10:34:18 -0700 Mike Miller Convert empty 1-D or 2-D arrays to Python array.array (fixes issue #69)
Fri, 26 Aug 2016 18:51:42 -0700 Mike Miller pyobject: add conversion methods for single, intX, and uintX types
Thu, 25 Aug 2016 09:29:51 -0700 Mike Miller Make pytave::make_py_int functions public
Mon, 22 Aug 2016 17:27:46 -0700 Mike Miller Fix int64 value extraction from long to work on 32-bit, use Octave saturation
Wed, 17 Aug 2016 21:19:58 -0700 Mike Miller Convert Octave numeric vectors into Python array.array
Tue, 16 Aug 2016 15:29:01 -0700 Mike Miller Add a function to extract a scalar map value from a Python dict
Tue, 16 Aug 2016 12:57:07 -0700 Mike Miller Convert Octave cell array into Python tuple instead of list
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 21:53:16 -0700 Mike Miller Overhaul Python numeric type creation from Octave scalar types
Mon, 15 Aug 2016 16:14:38 -0700 Mike Miller Overhaul Python list creation from cell array
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 19:29:47 -0700 Mike Miller Overhaul Python string creation and extraction
Thu, 11 Aug 2016 16:12:35 -0700 Mike Miller Convert scalar struct into Python dict (fixes issue #57)