log @pyobject/pyobject.m @ 426:8a26a4e649ba

age author description
Wed, 21 Feb 2018 16:12:39 -0800 Mike Miller pyobject.numel: delete, builtin numel is correct (fixes issue #88)
Tue, 02 May 2017 10:06:14 -0700 Mike Miller Simplify conversion where existing Python object argument expected (fixes issue #67)
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
Fri, 26 Aug 2016 14:05:37 -0700 Mike Miller Report a Python object's fully qualified class name correctly
Thu, 25 Aug 2016 15:26:32 -0700 Mike Miller Use pyobject.isa instead of lambda to check Python types
Thu, 25 Aug 2016 14:57:29 -0700 Mike Miller pyobject.isa: work with a cell array of type names
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
Tue, 23 Aug 2016 18:09:17 -0700 Mike Miller pyobject.isa: New overload method to handle Python types (fixes issue #49)
Mon, 22 Aug 2016 17:33:20 -0700 Mike Miller pyobject.int64: New method to convert integer object to Octave int64
Thu, 11 Aug 2016 10:29:18 -0700 Colin Macdonald Rename the Octave-Python communication dict
Thu, 11 Aug 2016 10:15:26 -0700 Colin Macdonald Don't create pyobjects within the pyobject ctor
Wed, 10 Aug 2016 11:34:19 -0700 Colin Macdonald Store the _InOctave dict only in main
Tue, 16 Aug 2016 16:08:43 -0700 Mike Miller pyobject.struct: move into pyobject class definition, convert dict properly (fixes issue #62)
Tue, 16 Aug 2016 13:54:25 -0700 Mike Miller Add %!xtests for known failures due to bugs in Octave
Sat, 13 Aug 2016 23:59:49 -0700 Mike Miller Merged in genuinelucifer/pytave_main (pull request #40)
Fri, 12 Aug 2016 05:45:06 -0700 Abhinav Tripathi Add isequal method to allow comparing pyobjects (fixes issue #53)
Sat, 13 Aug 2016 21:24:29 -0700 Mike Miller Do not automatically convert Python integer types to Octave (see issue #56)
Fri, 12 Aug 2016 00:57:46 -0700 Mike Miller pyobject.double: New method to convert numeric object to Octave double
Thu, 11 Aug 2016 16:12:35 -0700 Mike Miller Convert scalar struct into Python dict (fixes issue #57)
Tue, 09 Aug 2016 15:24:34 -0700 Colin Macdonald Remove the @pyobject/fromPythonVarName static method
Wed, 03 Aug 2016 20:34:58 -0700 Colin Macdonald Comment to clarify purpose of test
Tue, 02 Aug 2016 12:23:39 -0700 Colin Macdonald pyobject: support size's quirky output behaviour
Sun, 31 Jul 2016 11:06:12 -0700 Colin Macdonald pyobject: Add overloaded ndims
Sat, 30 Jul 2016 01:18:02 -0700 Colin Macdonald pyobject: add methods size, numel and end
Tue, 02 Aug 2016 12:28:07 -0700 Mike Miller pyobject: rename "whatclass" to "class", make Matlab compatible
Tue, 02 Aug 2016 12:11:02 -0700 Mike Miller Merged in macdonald/pytave (pull request #35)
Tue, 02 Aug 2016 00:03:51 -0700 Colin Macdonald use pyobject instead of accessing the InOct dict
Thu, 28 Jul 2016 10:55:44 -0700 Colin Macdonald Make pyobject callable by users (to convert input)
Fri, 29 Jul 2016 20:15:39 -0700 Mike Miller pyobject: add char conversion method, refactor disp and display to use char
Wed, 27 Jul 2016 17:05:09 -0700 Mike Miller maint: fix copyright header comment blocks
Wed, 27 Jul 2016 17:01:28 -0700 Mike Miller maint: Use Octave keywords for ending code blocks
Wed, 20 Jul 2016 23:33:35 -0700 Abhinav Tripathi Add 'length' property to @pyobject (fixes issue #9)
Wed, 20 Jul 2016 11:57:14 -0700 Mike Miller maint: apply Octave whitespace rules
Fri, 17 Jun 2016 22:15:28 -0700 Colin Macdonald pyobject: Octave-style formatting, minor edits
Fri, 17 Jun 2016 22:13:54 -0700 Colin Macdonald pyobject: remove unnecessary forcedelete method
Fri, 17 Jun 2016 16:13:36 -0700 Colin Macdonald pyobject: rename whatmethods to methods (fixes #21)
Thu, 16 Jun 2016 23:56:23 -0700 Colin Macdonald pyobject: split subsref to its own file, reformat
Mon, 06 Jun 2016 11:28:14 -0700 Colin Macdonald Update xtest to point to issue
Sun, 05 Jun 2016 22:38:56 -0700 Colin Macdonald Add Python [] indexing via {} indexing of @pyobject
Sun, 05 Jun 2016 22:29:34 -0700 Colin Macdonald Change style, close to Octave conventions
Sat, 28 May 2016 10:18:39 -0700 Colin Macdonald Attempt at moving pyobject from octave to python
Fri, 27 May 2016 14:13:34 -0700 Colin Macdonald Improve display
Thu, 26 May 2016 23:18:10 -0700 Colin Macdonald merge genuinelucifer/cbm_pytave to macdonald/cbm_pytave
Thu, 26 May 2016 11:35:20 -0700 genuinelucifer Change name of pyobj to pyobject