log

age author description
Fri, 12 Aug 2016 05:45:06 -0700 Abhinav Tripathi Add isequal method to allow comparing pyobjects (fixes issue #53)
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
Fri, 12 Aug 2016 00:57:46 -0700 Mike Miller pyobject.double: New method to convert numeric object to Octave double
Fri, 12 Aug 2016 00:54:19 -0700 Mike Miller pyobject.subsref: avoid attempting to index on empty index range
Fri, 12 Aug 2016 00:45:39 -0700 Mike Miller pyobject.subsref: support indexing into Python array objects
Thu, 11 Aug 2016 22:35:19 -0700 Mike Miller Rewrite pyobject.cell, always return a cell array of the right size
Thu, 11 Aug 2016 16:12:35 -0700 Mike Miller Convert scalar struct into Python dict (fixes issue #57)
Wed, 10 Aug 2016 10:21:22 -0700 Colin Macdonald Remove unnecessary import in test
Wed, 10 Aug 2016 00:52:55 -0700 Colin Macdonald Support multi-indexing assignment
Wed, 10 Aug 2016 00:46:53 -0700 Colin Macdonald Fix multi-indexing conversion to tuple
Tue, 09 Aug 2016 21:51:28 -0700 Mike Miller doc: clean up pyeval and pyexec doc strings
Tue, 09 Aug 2016 15:24:34 -0700 Colin Macdonald Remove the @pyobject/fromPythonVarName static method
Tue, 09 Aug 2016 15:15:57 -0700 Colin Macdonald Use tuple directly in subsref, avoiding fromPythonVarName
Tue, 09 Aug 2016 19:16:59 -0700 Colin Macdonald Update docs for recent changes
Tue, 09 Aug 2016 11:08:58 -0700 Colin Macdonald Remove unncessary calls to fromPythonVarName
Tue, 09 Aug 2016 15:40:52 -0700 Mike Miller build: ensure project config.h is included properly
Tue, 09 Aug 2016 15:38:27 -0700 Mike Miller Merged in genuinelucifer/pytave_main (pull request #32)
Tue, 09 Aug 2016 15:25:37 -0700 Mike Miller Merged in genuinelucifer/pytave_main (pull request #24)
Tue, 09 Aug 2016 11:49:30 -0700 Abhinav Tripathi Fix some pyobject doctests
Tue, 09 Aug 2016 11:28:15 -0700 Abhinav Tripathi Add option to specify namespace when calling pyexec and pyeval (fixes issue #25)
Tue, 09 Aug 2016 11:27:38 -0700 Abhinav Tripathi Refactor code, have common functions in pytave_utils
Mon, 08 Aug 2016 17:34:09 -0700 Mike Miller pycall: refactor to call function with arbitrary number of positional args
Mon, 08 Aug 2016 16:17:21 -0700 Mike Miller Convert integer types to appropriate Python int or long types (fixes issue #55)
Tue, 02 Aug 2016 13:53:12 -0700 Mike Miller Convert Octave cell array to Python list (fixes issue #41)
Wed, 03 Aug 2016 21:11:14 -0700 Colin Macdonald Minor fixes for failing doctests
Wed, 03 Aug 2016 21:08:06 -0700 Colin Macdonald Fix fieldnames cell array orientation
Wed, 03 Aug 2016 20:34:58 -0700 Colin Macdonald Comment to clarify purpose of test
Wed, 03 Aug 2016 20:26:57 -0700 Colin Macdonald Add test of multivariable output from subsref
Wed, 03 Aug 2016 20:33:33 -0700 Colin Macdonald Use subsref in "cell" method for casting to cell
Wed, 03 Aug 2016 20:22:42 -0700 Colin Macdonald undo recent unnecessary change to slice 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
Sat, 30 Jul 2016 01:14:00 -0700 Colin Macdonald pyobject: add method for converting pyobject to cell array
Wed, 03 Aug 2016 16:23:09 -0700 Mike Miller pyobject: fix fieldnames and methods when result is an empty list
Wed, 03 Aug 2016 15:41:39 -0700 Mike Miller Merged in genuinelucifer/pytave_main (pull request #31)
Wed, 03 Aug 2016 00:26:44 -0700 Abhinav Tripathi Edit tests in subsref to use and verify cell indexing
Wed, 03 Aug 2016 00:22:20 -0700 Abhinav Tripathi Use new subsref indexing to fix the failing tests
Wed, 03 Aug 2016 00:18:40 -0700 Abhinav Tripathi Fix cell indexing for pyobject in subsref
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:06:42 -0700 Colin Macdonald pyobject: hide methods which start with underscore (fixes issue #23)
Tue, 02 Aug 2016 00:03:51 -0700 Colin Macdonald use pyobject instead of accessing the InOct dict
Tue, 02 Aug 2016 12:04:12 -0700 Mike Miller Merged in macdonald/pytave (pull request #27)
Thu, 28 Jul 2016 10:55:44 -0700 Colin Macdonald Make pyobject callable by users (to convert input)
Sun, 31 Jul 2016 12:29:15 -0700 Abhinav Tripathi Remove unused code and add tests to pycall
Fri, 29 Jul 2016 20:15:39 -0700 Mike Miller pyobject: add char conversion method, refactor disp and display to use char
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)
Fri, 29 Jul 2016 14:54:15 -0700 Mike Miller py: call function or object with no arguments to be consistent with Octave
Fri, 29 Jul 2016 14:51:24 -0700 Mike Miller py: handle calling builtin functions with "py.foo" syntax (fixes issue #43)
Fri, 29 Jul 2016 14:39:27 -0700 Mike Miller Merged in macdonald/pytave (pull request #23)
Mon, 25 Jul 2016 14:04:17 -0700 Colin Macdonald Partial support for multiple outputs from callables
Fri, 29 Jul 2016 13:39:23 -0700 Mike Miller pyeval: Fix failing test when "sys" not imported
Fri, 29 Jul 2016 13:33:56 -0700 Mike Miller Merged in genuinelucifer/pytave_main (pull request #29)
Thu, 28 Jul 2016 11:50:29 -0700 Abhinav Tripathi Convert numeric value to long instead of int to avoid overflow (fixes issue #40)
Fri, 29 Jul 2016 13:09:47 -0700 Mike Miller Support indexed assignment of pyobjects into builtin array types