log pycall.cc @ 423:6b9de18b4bdd

age author description
Thu, 04 May 2017 21:15:07 -0700 Mike Miller Eliminate remaining custom exception handling in favor of Octave errors
Thu, 04 May 2017 17:13:38 -0700 Mike Miller Raise Octave errors instead of exceptions for conversion errors
Thu, 04 May 2017 13:22:20 -0700 Mike Miller Include <Python.h> first to suppress possible redefinition warnings
Wed, 03 May 2017 21:48:07 -0700 Mike Miller Replace all remaining Boost.Python references
Wed, 03 May 2017 16:30:45 -0700 Mike Miller Overhaul implicit conversion of arguments and return values
Tue, 02 May 2017 17:40:01 -0700 Mike Miller Delete unused boost::python::numeric includes and initialization
Mon, 01 May 2017 08:41:01 -0700 Mike Miller Eliminate all remaining uses of "using namespace"
Sat, 29 Apr 2017 15:43:42 -0700 Mike Miller Refactor Python initialization into a common function
Fri, 28 Apr 2017 16:21:39 -0700 Mike Miller Adopt pytave::python_object where objects are local or created and returned
Fri, 28 Apr 2017 14:19:49 -0700 Mike Miller maint: use C++11 nullptr rather than 0 or NULL
Fri, 28 Apr 2017 10:13:04 -0700 Mike Miller Error on attempt to convert a char array to Python str (fixes issue #75)
Fri, 26 Aug 2016 10:57:08 -0700 Mike Miller pycall: improve performance, delete unnecessary call to init_exceptions (fixes issue #64)
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 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
Wed, 24 Aug 2016 13:01:15 -0700 Mike Miller Use py_find_function where specifically searching for a function by name
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
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 13:16:35 -0700 Mike Miller Rename oct-py-util.cc from pytave_utils.cc
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)
Tue, 09 Aug 2016 15:25:37 -0700 Mike Miller Merged in genuinelucifer/pytave_main (pull request #24)
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)
Sun, 31 Jul 2016 12:29:15 -0700 Abhinav Tripathi Remove unused code and add tests to pycall
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 12:25:21 -0700 Mike Miller Delete unnecessary newlines in one-line function definitions
Wed, 27 Jul 2016 17:42:22 -0700 Mike Miller maint: prefer Octave lowercase naming convention to camelCase
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 14:00:11 -0700 Colin Macdonald Allow pycall to return None
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: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:18:22 -0700 Mike Miller maint: update pycall doc string examples to reflect recent changes
Wed, 20 Jul 2016 11:39:23 -0700 Mike Miller maint: import standard Python names consistently
Fri, 15 Jul 2016 00:51:23 -0700 Mike Miller pycall: add more tests for preservation of values to and from Python
Thu, 14 Jul 2016 23:56:40 -0700 Mike Miller Convert Octave scalars into Python scalars (fixes issue #14)
Thu, 14 Jul 2016 23:30:30 -0700 Mike Miller maint: prefer term "argument" over "parameter" for values passed into a function
Thu, 14 Jul 2016 23:23:34 -0700 Mike Miller Merge in Abhinav's changes
Sat, 25 Jun 2016 06:38:18 -0700 Abhinav Tripathi Add catch for value_convert_exception and a test. (fixes issue #16)
Thu, 14 Jul 2016 23:05:56 -0700 Mike Miller pycall: clean up determination of which module to import from
Tue, 05 Jul 2016 12:00:15 -0700 Abhinav Tripathi Enforce checking of attributes in builtins for pycall (fixes issue #20)
Thu, 09 Jun 2016 14:52:06 -0700 Mike Miller More unit tests of pycall and pyeval
Wed, 08 Jun 2016 12:24:59 -0700 Mike Miller maint: whitespace fixes for cset 2b03585d4ddd
Sat, 04 Jun 2016 13:30:01 -0700 Abhinav Tripathi Add proper conversion of booleans between octave and python. (fixes issue #6)
Sat, 04 Jun 2016 12:56:57 -0700 Mike Miller maint: Use Octave coding style conventions for unit tests
Sat, 04 Jun 2016 11:19:49 -0700 Abhinav Tripathi Added some basic tests
Sun, 29 May 2016 08:51:35 -0700 Mike Miller maint: Back out accidental change
Thu, 26 May 2016 18:24:55 -0700 Mike Miller Convert Python unicode strings into UTF-8 char arrays (fixes issue #5)
Thu, 07 Apr 2016 15:26:53 -0700 Mike Miller doc: Clarify and clean up docstrings for all oct files
Thu, 07 Apr 2016 14:51:18 -0700 Mike Miller pycall: New function to pass Octave values to a Python function base py.cc@dae7e98261be