log

age author description
Thu, 25 Aug 2016 23:20:02 -0700 Mike Miller Reduce number of function calls, clean up formatting in subasgn and subsref
Thu, 25 Aug 2016 16:27:46 -0700 Mike Miller __py_is_none__: new compiled function to test whether an object is None
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 12:11:02 -0700 Mike Miller Use pyobject_unwrap_object when an existing PyObject is expected
Thu, 25 Aug 2016 11:39:45 -0700 Mike Miller Use the __main__ namespace as the default global namespace for evaluating code
Thu, 25 Aug 2016 09:51:58 -0700 Mike Miller Overhaul Python object storage and wrapping in pyobject
Thu, 25 Aug 2016 09:29:51 -0700 Mike Miller Make pytave::make_py_int functions public
Wed, 24 Aug 2016 13:04:21 -0700 Mike Miller Make get_object_from_python only return reference to existing Python object
Wed, 24 Aug 2016 13:01:15 -0700 Mike Miller Use py_find_function where specifically searching for a function by name
Tue, 23 Aug 2016 18:09:17 -0700 Mike Miller pyobject.isa: New overload method to handle Python types (fixes issue #49)
Tue, 23 Aug 2016 17:37:08 -0700 Mike Miller Add utility functions to look up Python modules, functions, and types
Mon, 22 Aug 2016 17:33:20 -0700 Mike Miller pyobject.int64: New method to convert integer object to Octave int64
Mon, 22 Aug 2016 17:27:46 -0700 Mike Miller Fix int64 value extraction from long to work on 32-bit, use Octave saturation
Mon, 22 Aug 2016 17:24:13 -0700 Mike Miller build: generate PKG_ADD and PKG_DEL files from DEFUN_DLD declarations
Mon, 22 Aug 2016 14:55:19 -0700 Mike Miller Return pyobject constructed from Python value correctly (fixes issue #66)
Wed, 17 Aug 2016 21:19:58 -0700 Mike Miller Convert Octave numeric vectors into Python array.array
Wed, 17 Aug 2016 14:02:33 -0700 Mike Miller Refactor calling a Python function into a set of wrapper functions
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 15:41:05 -0700 Colin Macdonald Improve _InOctave dict handling by removing exec
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 15:34:05 -0700 Mike Miller __py_struct_from_dict__: new private compiled conversion function
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 13:54:25 -0700 Mike Miller Add %!xtests for known failures due to bugs in Octave
Tue, 16 Aug 2016 12:57:07 -0700 Mike Miller Convert Octave cell array into Python tuple instead of list
Tue, 16 Aug 2016 00:31:22 -0700 Mike Miller pyversion: new function to report Python runtime version and path information
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:22:45 -0700 Mike Miller * Doxyfile: enable JAVADOC_AUTOBRIEF.
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
Mon, 15 Aug 2016 15:16:24 -0700 Mike Miller Enable Python print function in evaluated expressions (fixes issue #48)
Mon, 15 Aug 2016 14:19:15 -0700 Mike Miller Add %!tests of dict creation and equality
Mon, 15 Aug 2016 13:20:15 -0700 Mike Miller pycall: add support for keyword arguments from pyargs (fixes issue #45)
Mon, 15 Aug 2016 12:43:51 -0700 Mike Miller pyargs: New function to construct keyword arguments (see issue #45)
Mon, 15 Aug 2016 13:16:35 -0700 Mike Miller Rename oct-py-util.cc from pytave_utils.cc
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 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
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