-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathREADME
20 lines (13 loc) · 851 Bytes
/
README
1
This repository contains a patched build of OpenBayes from openbayes.org which uses NumPy instead of numarray. Also, readexcel needs to be in the Python path for the patched version to run. Readexcel requires the XLRD module, which can be installed from easy_install. Please note that all licenses are retained by their respective owners. This repository is merely meant to make it easier for others to use the library now that numarray is deprecated.Dependencies:readexcel Classhttp://code.activestate.com/recipes/483742/ XLRDhttp://pypi.python.org/pypi/xlrd NumPyhttp://numpy.scipy.org/If you want to patch the library for yourself, check out the following links: OpenBayes from SVNhttp://svn.berlios.de/svnroot/repos/pybayes/branches/Public/ OpenBayes NumPy Patchhttp://www.scipy.org/scipy/scikits/attachment/ticket/52/numpy.diff