log

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
Thu, 04 May 2017 12:31:07 -0700 Mike Miller Eliminate some compiler warnings
Thu, 04 May 2017 09:41:40 -0700 Mike Miller maint: update hg ignore list
Thu, 04 May 2017 08:52:53 -0700 Mike Miller build: reorganize and simplify configure script
Thu, 04 May 2017 08:11:33 -0700 Mike Miller build: add Python library directory to oct file runtime path
Wed, 03 May 2017 21:50:37 -0700 Mike Miller build: drop build-time dependency on Boost
Wed, 03 May 2017 21:48:07 -0700 Mike Miller Replace all remaining Boost.Python references
Wed, 03 May 2017 20:32:10 -0700 Mike Miller ci: install NumPy again to fix test failure for now
Wed, 03 May 2017 16:58:00 -0700 Mike Miller build: drop build-time dependency on NumPy
Wed, 03 May 2017 16:37:51 -0700 Mike Miller Drop initialization of NumPy C API, no longer used
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
Tue, 02 May 2017 17:44:02 -0700 Mike Miller Add overload of py_isinstance taking a string decribing a type
Tue, 02 May 2017 10:06:14 -0700 Mike Miller Simplify conversion where existing Python object argument expected (fixes issue #67)
Mon, 01 May 2017 09:15:40 -0700 Mike Miller Ensure that sys.argv has a value (fixes issue #83)
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 14:07:57 -0700 Mike Miller maint: indent functions declared in the pytave namespace
Fri, 28 Apr 2017 14:04:58 -0700 Mike Miller maint: fix coding style on method declarations
Fri, 28 Apr 2017 10:34:18 -0700 Mike Miller Convert empty 1-D or 2-D arrays to Python array.array (fixes issue #69)
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, 28 Apr 2017 09:03:55 -0700 Mike Miller maint: sort uses of new header file oct-py-object.h
Thu, 13 Apr 2017 02:10:48 -0700 Abhinav Tripathi Add a wrapper for PyObject pointers (fixes issue #81)
Fri, 07 Apr 2017 11:15:05 -0700 Mike Miller ci: add missing Python development dependencies
Fri, 07 Apr 2017 10:47:45 -0700 Mike Miller ci: build against both Python 2 and 3
Fri, 07 Apr 2017 10:37:56 -0700 Mike Miller ci: use a separate build directory