MatPy-0.3.0 released

Huaiyu Zhu hzhu at users.sourceforge.net
Wed Jul 26 18:33:28 EDT 2000


MatPy-0.3.0 is released.  This is a major release, with several interface
changes, bug fixes and many enhancements.

MatPy (Matrix package for Python) provides an alternative interface to NumPy
that is more familiar to Matlab users.  The home page contains many links.

Home Page:      http://MatPy.sourceforge.net 
Download:       http://download.sourceforge.net/MatPy/ 
Release Notes:  http://MatPy.sourceforge.net/RELEASE_NOTES

Many changes are made in this release. Please read the Release Notes.
Here's a summary of the main points: 
- The methods .T .H .I .C etc no longer need () 
- Major bug fix for mfunc 
- Finding functions by lookfor(keyword). 
- Histogram plotting. 
- Elementwise comparisons. 
- Docstrings for all functions.
- Named elementwise and matrixwise functions.
- Augmented assignment.
- some others 

This is an open source project under the GNU Public Licence.  Any
contribution (including questions) is welcome.  The homepage has all the
links.  Please also see the TODO file for some ideas.

It is known to work on Linux, Solaris and Windows, possibly others.  On
Unix-like systems (including Windows with CygWin), installation can be as
simple as typing 'make insatll'.  See the file INSTALL for details.

Enjoy,

Huaiyu

-- 
Huaiyu Zhu                       hzhu at users.sourceforge.net
Matrix for Python Project        http://MatPy.sourceforge.net 



More information about the Python-list mailing list