comparison ChangeLog @ 101:0c19ed1ce349

Remove Numeric array support. Use numpy exclusively.
author David Grundberg <individ@acc.umu.se>
date Mon, 09 Apr 2012 21:22:32 +0200
parents ff70627aa203
children b12908ffa6df
comparison
equal deleted inserted replaced
100:ff70627aa203 101:0c19ed1ce349
1 2012-04-09 David Grundberg <individ@acc.umu.se>
2
3 * configure.ac: Remove ability to select Numeric array library.
4 * octave_to_python.cc: Assume we use numpy, remove ifdefs for
5 numeric.
6 * python_to_octave.cc: Assume we use numpy.
7 * ax_python_numpy.m4: Remove file.
8 * arrayobjectdefs.h: Remove numeric specific code.
9 * pytave.cc (pytave::get_module_name): Remove function.
10 * package/pytave.py: Use only numpy.
11
1 2012-04-09 David Grundberg <individ@acc.umu.se> 12 2012-04-09 David Grundberg <individ@acc.umu.se>
2 13
3 * octave_to_python.cc, python_to_octave.cc, pytave.cc: Undef 14 * octave_to_python.cc, python_to_octave.cc, pytave.cc: Undef
4 HAVE_STAT and HAVE_FSTAT consistently through-out all files. 15 HAVE_STAT and HAVE_FSTAT consistently through-out all files.
5 16