view ChangeLog @ 33:1d7bab3bc745 task

Documentation
author David Grundberg <individ@acc.umu.se>
date Tue, 05 May 2009 20:57:54 +0200
parents 83dd1cc42f36
children ae4554656fa1
line wrap: on
line source

2009-05-05  David Grundberg  <individ@acc.umu.se>

	* python_to_octave.cc: Function pydict_to_octmap modified.
	* m4/ax_octave.m4, m4/ax_python_devel.m4: New files.
	* m4/ax_python.m4: Removed.
	* m4/ax_boost_python.m4, README, INSTALL: Rewritten.
	* configure.ac, setup.py.in, Jamfile.in, Makefile.am: Adjusted to
	new Autoconf macros.

2008-11-17  HÃ¥kan Fors Nilsson  <c04hfn@cs.umu.se>

	* octave_to_python.cc: Added functions octcell_to_pyobject and 
	octmap_to_pyobject.
	* python_to_octave.cc: Added functions pydict_to_octmap and 
	pylist_to_cellarray.

2008-11-17  David Grundberg  <individ@acc.umu.se>

	* pytave.cc: func_eval: Improved pytave.OctaveError messages, now
	includes filename, function and line of offending m-file.

2008-11-10  David Grundberg  <individ@acc.umu.se>

	* octave_to_python.cc: Remove static storage class on explicitely
	specialized templates.

2008-10-23  David Grundberg  <individ@acc.umu.se>

	* pytave.cc: Use octave_main() to initialize Octave. Introduces
	readline history clashes with interactive Python interpreter.
	* configure.ac: Better testing for Python dependencies.
	* configure.ac: Renamed my_ to pytave_
	* configure.ac: Fixed whitespace.

2008-10-20  David Grundberg  <individ@acc.umu.se>

	* Makefile.am: added test/exceptions.py to extra dist.
	* Jamfile.in: corrected dependencies


2008-10-18  David Grundberg  <individ@acc.umu.se>

	Changed license to correct one (GPLv3).

2008-10-17  David Grundberg  <c04dgg@cs.umu.se>

	First launchpad.net check in.

Local Variables:
coding: utf-8
fill-column: 74
End:
vim: set textwidth=74 noexpandtab :