log

age author description
Fri, 25 Oct 2019 13:53:09 -0700 Mike Miller Empty the repository, leave a note about where development has been moved draft default tip @
Thu, 22 Feb 2018 15:55:15 -0800 Mike Miller Also update doctests in compiled functions
Wed, 25 Oct 2017 13:16:53 -0700 Colin Macdonald Update doctests for display changes
Wed, 21 Feb 2018 16:12:39 -0800 Mike Miller pyobject.numel: delete, builtin numel is correct (fixes issue #88)
Fri, 05 May 2017 15:55:41 -0700 Mike Miller Update project docs, delete obsolete docs from legacy project (fixes issue #72)
Thu, 04 May 2017 21:33:36 -0700 Mike Miller maint: update m4 macros from autoconf-archive
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
Thu, 06 Apr 2017 14:13:54 -0700 Mike Miller Configure bitbucket CI
Mon, 03 Apr 2017 13:31:00 -0700 Mike Miller Delete legacy code no longer used in project
Mon, 03 Apr 2017 12:25:03 -0700 Mike Miller build: rename internal convenience library to liboctpython.la
Mon, 03 Apr 2017 12:16:49 -0700 Mike Miller build: move auxiliary build scripts to build-aux directory
Mon, 03 Apr 2017 12:11:25 -0700 Mike Miller Delete and no longer build Python extension module
Mon, 03 Apr 2017 11:51:01 -0700 Mike Miller build: make distcheck pass again
Mon, 03 Apr 2017 11:25:53 -0700 Mike Miller Delete Python support files from legacy pytave project
Mon, 03 Apr 2017 08:30:20 -0700 Mike Miller Fix extraction of class name for Python types without a module (fixes issue #79)
Sun, 02 Apr 2017 16:24:02 -0700 Mike Miller build: support user selection of Octave version or prefix or both
Sun, 02 Apr 2017 15:29:34 -0700 Mike Miller Make test suite compatible with Octave 4.2
Sun, 02 Apr 2017 11:20:53 -0700 Mike Miller Rewrite the test suite to run Octave-style built-in tests
Sun, 02 Apr 2017 10:06:42 -0700 Mike Miller Minor code reorganization to previous commit
Sun, 02 Apr 2017 05:58:35 +0530 NVS Abhilash Rewrite exception handling using Python/C API
Thu, 23 Mar 2017 17:35:43 +0000 Mike Miller Merged in vikikrishna/pytave (pull request #47)
Fri, 17 Mar 2017 01:30:53 +0530 Vijay Krishnavanshi pyobject.display: remove hash value and show class in display (fixes issue #71)
Fri, 17 Mar 2017 01:02:26 +0530 Vijay Krishnavanshi pyobject.display: make display compatible to octave 4.3.0 (fixes issue #77)
Wed, 18 Jan 2017 11:13:38 -0800 Mike Miller pyobject.methods: make tests compatible with Python 3
Wed, 18 Jan 2017 17:06:34 +0530 NVS Abhilash * @pyobject/methods.m: OPTION to view private methods added (fixes issue #22)
Fri, 26 Aug 2016 18:51:29 -0700 Mike Miller Fix __py_class_name__ tests to work with Python 2
Fri, 26 Aug 2016 18:51:42 -0700 Mike Miller pyobject: add conversion methods for single, intX, and uintX types
Fri, 26 Aug 2016 14:05:37 -0700 Mike Miller Report a Python object's fully qualified class name correctly
Fri, 26 Aug 2016 13:59:18 -0700 Mike Miller Make an internal function to return the name of the builtins module
Fri, 26 Aug 2016 10:57:08 -0700 Mike Miller pycall: improve performance, delete unnecessary call to init_exceptions (fixes issue #64)
Fri, 26 Aug 2016 08:15:14 -0700 Mike Miller pyobject.subsref: restore performance by calling __py_isinstance__ directly
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)