log

age author description
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
Fri, 29 Jul 2016 13:03:29 -0700 Mike Miller * @pyobject/subsasgn.m: Fix small lambda syntax error with Python 3.
Fri, 29 Jul 2016 12:39:07 -0700 Mike Miller Merged in macdonald/pytave (pull request #21)
Thu, 28 Jul 2016 00:15:19 -0700 Colin Macdonald fix off-by-one dict indexing error for assignment
Thu, 28 Jul 2016 00:12:03 -0700 Colin Macdonald maint: fix copyright header, cast int, block endings
Tue, 26 Jul 2016 14:30:58 -0700 Colin Macdonald indexed assignment: support string index, e.g., for dicts
Mon, 25 Jul 2016 15:42:17 -0700 Colin Macdonald pyobject: support indexed assignment (fixes issue #17)
Fri, 29 Jul 2016 12:25:21 -0700 Mike Miller Delete unnecessary newlines in one-line function definitions
Fri, 29 Jul 2016 10:51:15 -0700 Mike Miller * @pyobject/subsref.m: Fix small lambda syntax error with Python 3.
Fri, 29 Jul 2016 10:48:43 -0700 Mike Miller Merged in macdonald/pytave (pull request #26)
Tue, 26 Jul 2016 20:32:24 -0700 Colin Macdonald indexing: fix off-by-one with dicts (fixes issue #10)
Thu, 28 Jul 2016 16:14:53 -0700 Mike Miller doc: fix py doc string typo (fixes issue #46)
Thu, 28 Jul 2016 15:32:32 -0700 Mike Miller Merged in macdonald/pytave (pull request #28)
Thu, 28 Jul 2016 10:24:11 -0700 Colin Macdonald Fix typos
Thu, 28 Jul 2016 10:51:12 -0700 Colin Macdonald Docs fixes for methods
Thu, 28 Jul 2016 10:47:54 -0700 Colin Macdonald Indicate this is a Python class/module in method output
Thu, 28 Jul 2016 10:50:17 -0700 Colin Macdonald Make methods output shape consistent with fieldnames
Thu, 28 Jul 2016 14:21:14 -0700 Abhinav Tripathi Normalize exception info before extracting text (fixes issue #32)
Thu, 28 Jul 2016 12:05:05 -0700 Mike Miller py: initial support for calling Python functions with "py.foo" syntax
Wed, 27 Jul 2016 20:30:35 -0700 Mike Miller maint: add more file patterns to .hgignore
Wed, 27 Jul 2016 20:05:47 -0700 Mike Miller @pyobject/methods: Only list callable methods, format output with no lvalue
Wed, 27 Jul 2016 19:18:54 -0700 Mike Miller Add pyobject fieldnames and struct methods (fixes issue #33)
Wed, 27 Jul 2016 17:42:22 -0700 Mike Miller maint: prefer Octave lowercase naming convention to camelCase
Wed, 27 Jul 2016 17:20:01 -0700 Mike Miller pyeval: allow evaluated value of None (fixes issue #31)
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, 27 Jul 2016 16:56:15 -0700 Mike Miller maint: minor cosmetic fixes to cset 708715efa18e
Wed, 27 Jul 2016 15:51:48 -0700 Mike Miller Merged in macdonald/pytave (pull request #22)
Tue, 26 Jul 2016 23:47:34 -0700 Colin Macdonald doc fixes
Sun, 24 Jul 2016 23:36:12 -0700 Colin Macdonald Add documentation for pycall returning None