MatPy-0.2.9 released

Huaiyu Zhu hzhu at knowledgetrack.com
Fri Jun 23 14:49:03 EDT 2000


OK, I've released version 0.2.9 of MatPy - Matrix package for Python at
http://MatPy.sourceforge.net/.  Feedbacks on features, bugs and where it
runs (or not) are appreciated. 


                       Description:
MatPy is a Python package for numerical matrix and vector computation and
plotting with a MatLab-like interface. It currently consists of wrappers
around the Numeric, Gnuplot and SpecialFuncs packages. It may eventually be
implemented directly in C/C++, or as interface to Octave.


                      Release Notes:
Added statistical distributions and special functions.
File names changed to work around Windows problem with cases.
Added demo in matpy.
Many bug fixes.
					    
                          
                      Changelog:
	  
Version 0.2.9, 2000-06-22
-------------------------

- Add Stats.distribs
- Add test_probs, test_sfuncs.  Rewrite test_efuncs.
- efuncs.py: Rewrite with __doc__.  Added gamma ...
- Add demo in matpy.py
- Improved documentation on installation.
- Update tests/__init__.py
- efuncs allow complex operations.
- Bug fix: approx_real, rdotmul, rdotdiv allow scalar argument.
- efuncRC: use complex only when one argument is complex.
- Add test_transpose.  Bug fix: diag, flipud, fliplr
- Update __all__ to include Stats, gnuplot
- Move aux.py to formats.py (aux is reserved word in Windows)
- Move matpy.py to matpy as Windows can't distinguish it from MatPy.py
- Add STATUS


Enjoy!


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



More information about the Python-list mailing list