help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ANN] New Pytave revisions


From: David Grundberg
Subject: [ANN] New Pytave revisions
Date: Sat, 11 Sep 2010 20:13:44 +0200
User-agent: Thunderbird 2.0.0.24 (X11/20100411)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I've recently pushed changes to Pytave, which fixes some configuration
bugs for Octave 3.3+ and Ubuntu 9.10.  There's also improved init-file
handling.

https://launchpad.net/pytave

What is Pytave?
***************

Pytave enables Python scripts to use existing m-files for numerical
calculations.  The Octave language interpreter is embedded as a module
to Python.  Features implicit type conversions between Python and
Octave.  Supports all Numeric integer, double, float, complex double,
and complex float matrices.  Also does dictionary and list conversions.

Download & use
==============

Install bazaar and download Pytave source code:

bzr branch lp:pytave

Complete build instructions can be found in the INSTALL file.  (It's not
the usual autotools template!)

Example use
===========

Calling Octave code in the interactive Python interpreter:

>>> import pytave
>>> pytave.feval(1, "cos", 0)
(1.0,)

Cheers,
Grundberg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQEcBAEBAgAGBQJMi8bNAAoJEN9hr/5zvYq6xHEIAL+ApmC7TAda9EgxurITAE15
uTjpgUmgehQArGF6pDaHrnr/EBiwYyavF6wsHQhrG2UDG0H5MjhDtvhN5+w0o4r4
nCVrkwHByekTqY1dNQDHQzqT52pAH+bySrl4o5aJmcSHfRcjnc+UwKxGRSs5C3K6
q+otLmUgpFnVxmeuA8BO2Ft7NF3D9SuKStc5OWTXI4n6tR250YWk9EL+i9WUgpLd
PMjgDve9FGnjM+pr4T3PFWW6bpSkcRyLFpJa0+VB0AO7kgqZ/xHxwECDWvOIgUEk
UXKnKC9lpQQYhSyzZNlc/WvS4vJOXTQ5FKDKyWJvykITWVmviZL7WiLyv3MQX7w=
=F8m3
-----END PGP SIGNATURE-----


reply via email to

[Prev in Thread] Current Thread [Next in Thread]