log

age author description
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