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)
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
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
Thu, 26 May 2016 11:35:20 -0700 genuinelucifer Change name of pyobj to pyobject
Thu, 26 May 2016 12:43:56 -0700 Colin Macdonald add "help" command to access python docstrings
Fri, 20 May 2016 23:18:46 -0700 Colin Macdonald minor cleanup
Fri, 20 May 2016 23:10:02 -0700 Colin Macdonald doc fix
Fri, 20 May 2016 23:04:31 -0700 Colin Macdonald support chains of pyobj methods and properties
Fri, 20 May 2016 22:12:32 -0700 Colin Macdonald pyeval creates pyobj direction
Fri, 20 May 2016 10:21:04 -0700 Colin Macdonald support simple callables
Fri, 20 May 2016 00:20:03 -0700 Colin Macdonald pyeval: preliminary support for returning pyobj
Thu, 19 May 2016 17:08:03 -0700 Colin Macdonald Add doctest for variable persistence
Thu, 19 May 2016 17:02:46 -0700 Colin Macdonald Don't rely on variable names; keep dict of vars
Wed, 18 May 2016 11:15:19 -0700 Colin Macdonald Add a prelinary "pyobj" class.
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:42:45 -0700 Mike Miller build: include new <octave/call-stack.h> header if available
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
Thu, 09 Jun 2016 12:59:09 -0700 Mike Miller Make test routines Python 3 compatible
Thu, 09 Jun 2016 12:11:32 -0700 Mike Miller build: fix automake warning about variable naming conflict
Thu, 09 Jun 2016 12:08:25 -0700 Mike Miller config.h: Define macros to Octave directories (fixes issue #4)
Wed, 08 Jun 2016 16:58:39 -0700 Mike Miller build: Add --with-octave option to select Octave prefix (fixes issue #1)
Wed, 08 Jun 2016 15:56:25 -0700 Mike Miller Convert Octave char arrays into Python strings (fixes issue #7)
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 12:50:50 -0700 Mike Miller Merge unit tests for py* functions
Sat, 04 Jun 2016 11:19:49 -0700 Abhinav Tripathi Added some basic tests
Sat, 04 Jun 2016 06:05:48 -0700 Abhinav Tripathi Add conversion of python tuples to octave cell arrays.
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)
Fri, 13 May 2016 15:55:24 -0700 Colin Macdonald Fix pyeval doctest
Sun, 17 Apr 2016 23:43:57 +0200 Juan Pablo Carbajal doc: doxygen config file and documentation
Sun, 17 Apr 2016 14:29:56 +0200 Juan Pablo Carbajal doc: general documentation for python_to_octave.h file
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
Thu, 07 Apr 2016 14:12:09 -0700 Mike Miller Wrap custom exception initialization in a function
Thu, 07 Apr 2016 10:42:13 -0700 Mike Miller * README.md: Fix markdown links to other files and project urls
Thu, 07 Apr 2016 10:15:01 -0700 Mike Miller Don't include ovl.h to attempt at backwards compatibility (bug #2)
Wed, 06 Apr 2016 16:32:38 -0700 Mike Miller build: allow dist and distcheck targets to work
Wed, 06 Apr 2016 15:21:51 -0700 Mike Miller maint: remove workarounds and comments on old Octave versions
Wed, 06 Apr 2016 14:42:18 -0700 Mike Miller configure: simplify handling of missing dependencies
Wed, 06 Apr 2016 14:26:16 -0700 Mike Miller build: Output a hint about what to do next after a successful build
Wed, 06 Apr 2016 10:23:28 -0700 Mike Miller build: Allow parallel building of oct files by using an intermediate library
Wed, 06 Apr 2016 10:06:26 -0700 Mike Miller maint: Update hg ignore list
Wed, 06 Apr 2016 09:58:59 -0700 Mike Miller Apply recent project changes to pyeval/pyexec, clean up
Thu, 10 Mar 2016 23:43:15 -0800 Colin Macdonald add pyexec and pyeval commands
Wed, 09 Mar 2016 14:15:26 -0800 Colin Macdonald Add some examples to the documentation
Tue, 05 Apr 2016 21:00:58 -0700 Mike Miller doc: Reformat INSTALL and README in Markdown
Tue, 05 Apr 2016 17:38:29 -0700 Mike Miller * m4/ax_octave_float.m4: Delete unused autoconf macro
Tue, 05 Apr 2016 16:48:40 -0700 Mike Miller build: Silence warnings from latest autotools
Tue, 05 Apr 2016 16:29:14 -0700 Mike Miller build: Properly quote AC_LANG_PROGRAM body to silence m4 warnings
Tue, 05 Apr 2016 16:22:51 -0700 Mike Miller build: Import latest versions of m4 macros from autoconf-archive
Tue, 05 Apr 2016 12:31:50 -0700 Mike Miller * configure.ac (HAVE_NUMPY): Delete unused preprocessor macro.
Tue, 05 Apr 2016 12:17:31 -0700 Mike Miller doc: Overhaul INSTALL file
Tue, 05 Apr 2016 11:59:25 -0700 Mike Miller doc: Update project URL and repository location
Tue, 05 Apr 2016 11:48:03 -0700 Mike Miller * test/exceptions.py, test/test.py: Add copyright header block
Tue, 05 Apr 2016 11:46:38 -0700 Mike Miller maint: Add myself to copyright notices
Tue, 05 Apr 2016 11:02:51 -0700 Mike Miller Clean up build system functionality and style
Tue, 05 Apr 2016 09:03:34 -0700 Mike Miller * Makefile.am (check-local): New target to run test scripts.
Tue, 05 Apr 2016 08:58:22 -0700 Mike Miller * test/test.py: Catch all exceptions to handle unexpected errors
Tue, 05 Apr 2016 08:08:45 -0700 Mike Miller Use Octave coding style for C++ sources, PEP8 style for Python sources
Tue, 05 Apr 2016 00:16:53 -0700 Mike Miller Update all old Numeric code to NumPy
Tue, 05 Apr 2016 00:12:23 -0700 Mike Miller Handle errors properly with latest Octave interpreter changes
Mon, 04 Apr 2016 22:51:54 -0700 Mike Miller Fix conversion of integer types by using strictly sized integers
Mon, 04 Apr 2016 17:54:22 -0700 Mike Miller * python_to_octave.cc: Include missing header file python_to_octave.h.
Mon, 04 Apr 2016 17:48:33 -0700 Mike Miller Use consistent Octave style for header files
Mon, 04 Apr 2016 17:41:15 -0700 Mike Miller * exceptions.cc: Include config.h before all other header files.
Mon, 04 Apr 2016 17:16:58 -0700 Mike Miller maint: Use Octave style for file copyright block, delete editor footer
Mon, 04 Apr 2016 16:13:03 -0700 Mike Miller build: Apply silent rules to mkoctfile
Mon, 04 Apr 2016 15:59:32 -0700 Mike Miller build: Drop unused alternate build systems
Mon, 04 Apr 2016 15:30:03 -0700 Mike Miller build: Correctly include and depend on local header files
Mon, 04 Apr 2016 15:16:37 -0700 Mike Miller build: Compile with latest C++ compiler standards
Mon, 04 Apr 2016 15:14:10 -0700 Mike Miller maint: Use Array<T>::numel instead of deprecated Array<T>::length
Mon, 04 Apr 2016 15:11:15 -0700 Mike Miller build: Delete oct-files on clean
Mon, 04 Apr 2016 15:03:36 -0700 Mike Miller Clean up includes thanks to Octave header changes
Thu, 17 Mar 2016 17:22:03 -0700 Mike Miller maint: Closing inactive branch "task" from git history task
Thu, 17 Mar 2016 17:22:03 -0700 Mike Miller maint: Closing inactive branch "pytave-trunk-mirror" from git history pytave-trunk-mirror
Thu, 17 Mar 2016 17:22:03 -0700 Mike Miller maint: Closing inactive branch "pytave-tests" from git history pytave-tests
Thu, 17 Mar 2016 17:22:02 -0700 Mike Miller maint: Closing inactive branch "pytave-task" from git history pytave-task
Thu, 17 Mar 2016 17:22:02 -0700 Mike Miller maint: Closing inactive branch "pytave-new" from git history pytave-new
Thu, 17 Mar 2016 17:22:02 -0700 Mike Miller maint: Closing inactive branch "pytave-native" from git history pytave-native
Thu, 17 Mar 2016 17:22:02 -0700 Mike Miller maint: Closing inactive branch "pytave-launchpad-current" from git history pytave-launchpad-current
Thu, 17 Mar 2016 17:22:02 -0700 Mike Miller maint: Closing inactive branch "pytave-fixint" from git history pytave-fixint
Thu, 17 Mar 2016 17:22:02 -0700 Mike Miller maint: Closing inactive branch "pytave-dictionaries" from git history pytave-dictionaries
Thu, 17 Mar 2016 17:22:02 -0700 Mike Miller maint: Closing inactive branch "pytave-branch" from git history pytave-branch
Thu, 17 Mar 2016 17:22:01 -0700 Mike Miller maint: Closing inactive branch "private-pytave" from git history private-pytave
Thu, 17 Mar 2016 17:22:01 -0700 Mike Miller maint: Closing inactive branch "numpyconf" from git history numpyconf
Thu, 17 Mar 2016 17:22:01 -0700 Mike Miller maint: Closing inactive branch "lp-trunk" from git history lp-trunk
Thu, 17 Mar 2016 17:22:01 -0700 Mike Miller maint: Closing inactive branch "error-msgs" from git history error-msgs
Thu, 17 Mar 2016 17:22:01 -0700 Mike Miller maint: Closing inactive branch "asdf" from git history asdf
Sun, 20 Sep 2015 15:17:46 +0200 Mike Miller py: Experiment with handle to target function
Sun, 20 Sep 2015 15:12:47 +0200 Mike Miller Initial implementation of py oct-file
Sun, 20 Sep 2015 02:57:31 +0200 Mike Miller pytave.py: Second attempt to make pytave.py compatible
Sun, 20 Sep 2015 02:41:36 +0200 Mike Miller pytave.cc: Second attempt to make return type Python 2 or 3 compatible
Sun, 20 Sep 2015 02:40:53 +0200 Mike Miller * pytave.py: Upgrade to collections.MutableMapping from UserDict.DictMixin
Sun, 20 Sep 2015 01:41:50 +0200 Mike Miller pytave::init: Make compatible with Python 3 module initialization
Sun, 20 Sep 2015 01:39:10 +0200 Mike Miller pytave.py: Use consistent indenting, clean up excess whitespace
Sun, 20 Sep 2015 01:37:18 +0200 Mike Miller * ax_python_numpy.m4: Make trivially compatible with Python 3
Fri, 18 Sep 2015 00:00:09 -0400 Mike Miller Use the latest NumPy API
Tue, 28 Apr 2015 21:31:10 -0400 Mike Miller maint: Clean up std namespace pollution
Tue, 14 Apr 2015 07:44:24 -0400 Mike Miller Use latest Octave library API
Tue, 14 Apr 2015 07:32:19 -0400 Mike Miller Temporary hack to workaround failure to compile long long support
Tue, 14 Apr 2015 07:24:50 -0400 Mike Miller build: Fix values used for OCTAVE_CPPFLAGS and OCTAVE_LIBS
Tue, 14 Apr 2015 07:21:31 -0400 Mike Miller .hgignore: Create from .bzrignore
Mon, 07 May 2012 21:16:27 +0200 David Grundberg Experimental long long support.
Mon, 09 Apr 2012 21:22:32 +0200 David Grundberg Remove Numeric array support. Use numpy exclusively.
Mon, 09 Apr 2012 20:05:48 +0200 David Grundberg Undef HAVE_STAT and HAVE_FSTAT consistently through-out all files
Mon, 09 Apr 2012 18:42:10 +0200 David Grundberg m4/ax_python_numpy.m4: Add missing link flags to test.
Sat, 23 Oct 2010 11:59:43 +0200 David Grundberg Change build to make distribution tarball. pytave-launchpad-current
Sat, 11 Sep 2010 19:05:12 +0200 David Grundberg Update INSTALL file with hints for Ubuntu 9.10.
Sat, 11 Sep 2010 18:37:08 +0200 David Grundberg Make Pytave compile against Octave 3.3+. Fix configuration bugs.
Mon, 21 Dec 2009 15:30:13 +0100 David Grundberg INSTALL: Change requirement from Octave 3.0 to 3.2.
Mon, 21 Dec 2009 15:27:43 +0100 David Grundberg INSTALL: Change requirement from Octave 3.0 to 3.2.
Thu, 19 Nov 2009 14:46:17 +0100 Jaroslav Hajek don't crash on out-of-memory exceptions
Sun, 27 Sep 2009 11:13:22 +0200 David Grundberg Fix typo. asdf
Sun, 27 Sep 2009 10:38:57 +0200 David Grundberg Add Jaroslav Hajek to author list.
Sat, 26 Sep 2009 20:19:23 +0200 David Grundberg Configuration changes.
Thu, 24 Sep 2009 20:22:08 +0200 David Make NumPy default. Rework configure script. Check for Numeric extentions for Python. numpyconf
Thu, 24 Sep 2009 19:22:47 +0200 David Add ChangeLog entry. numpyconf
Thu, 24 Sep 2009 19:18:57 +0200 David Restore CPPFLAGS in NumPy check. numpyconf
Sun, 20 Sep 2009 19:53:56 +0200 David Changelog changes. numpyconf
Sun, 20 Sep 2009 16:00:50 +0200 David Clearer description of what packages that are missing. numpyconf
Sun, 20 Sep 2009 15:02:30 +0200 David Merge with lp:pytave/trunk. numpyconf
Sat, 12 Sep 2009 14:52:14 +0200 David Grundberg Configuration changes. Detect numpy in ./configure. task
Mon, 24 Aug 2009 11:02:29 +0200 David Grundberg merge task
Mon, 21 Sep 2009 11:03:02 +0200 Jaroslav Hajek support NumPy string arrays
Fri, 18 Sep 2009 13:15:34 +0200 Jaroslav Hajek fix typo in rev 37
Fri, 18 Sep 2009 10:31:15 +0200 Jaroslav Hajek Support 0D Numeric arrays
Fri, 18 Sep 2009 06:57:23 +0200 Jaroslav Hajek make simplify more NumPy compatible
Fri, 18 Sep 2009 06:14:59 +0200 Jaroslav Hajek ensure proper NumPy API init
Wed, 16 Sep 2009 07:31:25 +0200 Jaroslav Hajek load/unload_package, workaround undefined values bug
Tue, 15 Sep 2009 11:23:36 +0200 Jaroslav Hajek a few fixes to numpy support
Fri, 03 Jul 2009 13:49:19 +0200 David Grundberg Fix crashes on exit().
Wed, 01 Jul 2009 14:37:29 +0200 David Grundberg Work-around the locale problem by running temporarily in C locale.
Wed, 01 Jul 2009 14:21:47 +0200 David Grundberg Fix lp:368487. pytave-task
Wed, 01 Jul 2009 13:08:48 +0200 David Grundberg Merge with trunk pytave-task
Fri, 19 Jun 2009 13:51:36 +0200 Jaroslav Hajek experimental NumPy support
Wed, 17 Jun 2009 11:49:14 +0200 Jaroslav Hajek implement stripdict, narrowlist and simplify
Wed, 17 Jun 2009 11:05:20 +0200 Jaroslav Hajek make Octave->Python conversions uniformly arrays
Tue, 09 Jun 2009 09:04:34 +0200 Jaroslav Hajek implement canonicalize function
Mon, 08 Jun 2009 21:27:22 +0200 David Grundberg Let Octave reread changed files
Mon, 08 Jun 2009 21:26:56 +0200 David Grundberg Let Octave reread changed files pytave-task
Mon, 08 Jun 2009 21:00:10 +0200 David Grundberg More/improved tests
Mon, 08 Jun 2009 20:59:19 +0200 David Grundberg Changelog pytave-tests
Mon, 08 Jun 2009 20:53:58 +0200 David Grundberg Cherry-picking test changes pytave-tests
Mon, 08 Jun 2009 20:31:38 +0200 David Grundberg Merge with trunk pytave-native
Mon, 08 Jun 2009 20:51:11 +0200 David Grundberg Improved tests pytave-tests
Mon, 08 Jun 2009 15:35:08 +0200 Jaroslav Hajek implement deleting variables pytave-new
Mon, 08 Jun 2009 13:55:29 +0200 Jaroslav Hajek fix isvar with globals pytave-new
Mon, 08 Jun 2009 11:58:20 +0200 Jaroslav Hajek implement dict interface to variables pytave-new
Mon, 08 Jun 2009 11:55:19 +0200 Jaroslav Hajek improve conversions, handle POobject and char arrays pytave-new
Mon, 08 Jun 2009 20:02:16 +0200 David Grundberg Tried to implement delitem pytave-native
Thu, 04 Jun 2009 16:40:52 +0200 David Grundberg Merge with dictionaries pytave-native
Thu, 04 Jun 2009 16:35:01 +0200 David Grundberg Jaroslav's patch pytave-native
Thu, 04 Jun 2009 16:20:18 +0200 David Grundberg Dictionaries pytave-dictionaries
Wed, 03 Jun 2009 16:41:44 +0200 Jaroslav Hajek implement Python->Octave conversions of Character and PyObject arrays
Wed, 03 Jun 2009 15:34:48 +0200 David Grundberg Fix compilation on 32-bit x86.
Thu, 28 May 2009 11:20:17 +0200 Jaroslav Hajek revert accidental rewrite of INSTALL
Thu, 28 May 2009 10:28:24 +0200 Jaroslav Hajek always enable float matrices
Wed, 03 Jun 2009 15:28:22 +0200 David Grundberg Fix compilation on 32-bit x86. pytave-fixint
Tue, 26 May 2009 11:41:26 +0200 Jaroslav Hajek support complex numbers
Tue, 26 May 2009 08:51:39 +0200 Jaroslav Hajek avoid useless instances in octave_to_python.cc
Mon, 25 May 2009 13:22:20 +0200 Jaroslav Hajek update NEWS
Mon, 25 May 2009 12:53:30 +0200 Jaroslav Hajek avoid duplicate conversions in python dict->octave map
Mon, 25 May 2009 11:19:50 +0200 Jaroslav Hajek don't display Octave banner if not interactive run
Mon, 25 May 2009 10:57:41 +0200 Jaroslav Hajek widen some conversions and fix tests failing with octave 3.2
Mon, 25 May 2009 10:30:11 +0200 Jaroslav Hajek implement direct variable manipulation and local scoping
Sat, 09 May 2009 15:52:59 +0200 David Grundberg Added --enable-float-matrices option. Some VPATH building issues fixed. Changelog now more standardized. lp-trunk
Thu, 07 May 2009 08:28:22 +0200 David Grundberg Added the eval function. lp-trunk
Sat, 09 May 2009 15:50:16 +0200 David Grundberg Added --enable-float-matrices option. Some VPATH building issues fixed. Changelog now more standardized. task
Thu, 07 May 2009 08:26:51 +0200 David Grundberg Added an eval function. task
Tue, 05 May 2009 21:11:40 +0200 David Grundberg Support for implicit conversion of dictionaries and lists. Modified build configuration. lp-trunk
Tue, 05 May 2009 21:09:41 +0200 David Grundberg Documentation niceties. task
Tue, 05 May 2009 20:57:54 +0200 David Grundberg Documentation task
Tue, 05 May 2009 20:57:24 +0200 David Grundberg Improved test suite task
Tue, 05 May 2009 20:55:13 +0200 David Grundberg Fixed incorrect cell wrapping. Removed misc compiler warnings. task
Tue, 05 May 2009 15:13:10 +0200 David Grundberg trace cleanup task
Mon, 04 May 2009 19:38:17 +0200 David Grundberg Modified build configuration in the hope that it will be more stable. task
Mon, 04 May 2009 17:57:19 +0200 David Grundberg Adding new Python macro to version control task
Sun, 03 May 2009 20:50:25 +0200 David Grundberg Stop incorrect conversion of multi-row strings. More strict check for undefined values. Check for invalid structure field names. Better error messages. Documentation about dict/list conversion. task
Sun, 03 May 2009 20:24:48 +0200 David Grundberg Fix compiler warnings task
Wed, 29 Apr 2009 10:06:07 +0200 David Grundberg Whitespace fixes pytave-task
Tue, 18 Nov 2008 15:01:15 +0100 Håkan Fors nilsson fixed the email adress
Mon, 17 Nov 2008 12:29:09 +0100 David Grundberg Merge with launchpad trunk. task
Mon, 17 Nov 2008 10:38:05 +0100 Håkan Fors nilsson no news is good news
Mon, 17 Nov 2008 10:02:52 +0100 David Grundberg Support for Python lists and dictionaries (cell arrays and structs) pytave-task
Mon, 17 Nov 2008 12:19:57 +0100 David Grundberg Improved pytave.OctaveError messages, now includes filename, function and line of offending m-file. lp-trunk
Mon, 17 Nov 2008 12:14:56 +0100 David Grundberg Changelog error-msgs
Mon, 17 Nov 2008 12:10:04 +0100 David Grundberg Improved error messages from Octave. error-msgs
Mon, 10 Nov 2008 22:03:19 +0100 David Grundberg Fix g++ compile error on ubuntu 8.10 lp-trunk
Mon, 10 Nov 2008 22:00:20 +0100 David Grundberg Fix g++ compile error on ubuntu 8.10 pytave-task
Thu, 23 Oct 2008 20:47:12 +0200 David Grundberg Use octave_main() to initiate Octave. Better checking for Python dependencies. lp-trunk
Thu, 23 Oct 2008 20:45:37 +0200 David Grundberg Removed interactive check (did not work properly)
Thu, 23 Oct 2008 20:28:50 +0200 David Grundberg Use octave_main() to initiate Octave pytave-task
Thu, 23 Oct 2008 20:16:38 +0200 David Grundberg Better checking for Python dependencies.
Mon, 20 Oct 2008 13:14:00 +0200 David Grundberg Testing task
Mon, 20 Oct 2008 13:12:29 +0200 David Grundberg Test task
Mon, 17 Nov 2008 09:57:29 +0100 Håkan Fors nilsson celler & structar ^_^
Mon, 20 Oct 2008 11:16:30 +0200 David Grundberg Makefile.am: added test/exceptions.py to extra dist. pytave-task
Sat, 18 Oct 2008 12:29:12 +0200 David Grundberg Licence changed to GPLv3 pytave-trunk-mirror
Sat, 18 Oct 2008 12:28:00 +0200 David Grundberg License change to GPLv3 private-pytave
Fri, 17 Oct 2008 12:53:44 +0200 David Grundberg Bootstrapping instructions pytave-trunk-mirror
Fri, 17 Oct 2008 12:52:13 +0200 David Grundberg Bootstrapping instructions private-pytave
Fri, 17 Oct 2008 12:36:57 +0200 David Grundberg yay private-pytave
Fri, 17 Oct 2008 12:36:06 +0200 David Grundberg hej private-pytave
Fri, 17 Oct 2008 12:16:00 +0200 David Grundberg Changelog pytave-branch
Fri, 17 Oct 2008 12:05:46 +0200 David Grundberg First launchpad.net check in. pytave-branch