view ChangeLog @ 23:ad4ba83d0a43 task

Merge with launchpad trunk.
author David Grundberg <individ@acc.umu.se>
date Mon, 17 Nov 2008 12:29:09 +0100
parents 1a26d85a01be 583f325a520f
children 83dd1cc42f36
line wrap: on
line source

2008-11-17  HÃ¥kan Fors Nilsson  <c03hfn@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
fillcolumn: 72
End:
vim: set textwidth=72 noexpandtab :