log oct-py-types.h @ 411:3613ffbd52b2

age author description
Wed, 03 May 2017 16:30:45 -0700 Mike Miller Overhaul implicit conversion of arguments and return values
Fri, 28 Apr 2017 14:07:57 -0700 Mike Miller maint: indent functions declared in the pytave namespace
Fri, 26 Aug 2016 18:51:42 -0700 Mike Miller pyobject: add conversion methods for single, intX, and uintX types
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:25 -0700 Mike Miller doc: document functions in oct-py-types.h
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)