log

age author description
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
Mon, 25 Jul 2016 13:27:17 -0700 Colin Macdonald pyobject: support callables with arguments (fixes issue #18)
Mon, 25 Jul 2016 14:00:11 -0700 Colin Macdonald Allow pycall to return None
Mon, 25 Jul 2016 17:14:29 -0700 Colin Macdonald Minor doc fix
Fri, 22 Jul 2016 10:23:40 -0700 Mike Miller Merged in genuinelucifer/pytave_main (pull request #16)
Wed, 20 Jul 2016 23:33:35 -0700 Abhinav Tripathi Add 'length' property to @pyobject (fixes issue #9)
Thu, 21 Jul 2016 00:49:37 -0700 Abhinav Tripathi Return pyobject from pycall too, similar to pyeval (fixes issue #28)
Wed, 20 Jul 2016 14:24:09 -0700 Mike Miller pycall: support Python reference to a callable object
Wed, 20 Jul 2016 13:32:29 -0700 Mike Miller Eliminate extra newlines in Python error formatting
Wed, 20 Jul 2016 13:15:32 -0700 Mike Miller Merged in genuinelucifer/pytave_main (pull request #15)
Sat, 16 Jul 2016 05:50:36 -0700 Abhinav Tripathi Properly extract exception text from Python (fixes issue #24)
Wed, 20 Jul 2016 12:52:38 -0700 Mike Miller pycall: fix test failure with Python 2
Wed, 20 Jul 2016 12:36:47 -0700 Mike Miller Only attempt to convert an Octave object if it is a pyobject
Wed, 20 Jul 2016 12:18:22 -0700 Mike Miller maint: update pycall doc string examples to reflect recent changes
Wed, 20 Jul 2016 11:57:14 -0700 Mike Miller maint: apply Octave whitespace rules
Wed, 20 Jul 2016 11:39:23 -0700 Mike Miller maint: import standard Python names consistently
Wed, 20 Jul 2016 11:12:36 -0700 Mike Miller Merged in macdonald/pytave (pull request #6)
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
Fri, 27 May 2016 14:10:08 -0700 Colin Macdonald be quieter when making pyobject
Thu, 26 May 2016 23:26:56 -0700 Colin Macdonald Fix doctest
Thu, 26 May 2016 23:18:10 -0700 Colin Macdonald merge genuinelucifer/cbm_pytave to macdonald/cbm_pytave
Thu, 26 May 2016 23:02:41 -0700 Colin Macdonald Typo fix
Thu, 26 May 2016 12:58:35 -0700 genuinelucifer Remove files and change pyeval
Thu, 26 May 2016 12:48:37 -0700 genuinelucifer Change back the unrequired changes