summaryrefslogtreecommitdiff
path: root/math/py-scipy
AgeCommit message (Collapse)AuthorFilesLines
2010-06-06Update to scipy 0.7.2markd3-15/+44
SciPy 0.7.2 is a bug-fix release with no new features compared to 0.7.1. The only change is that all C sources from Cython code have been regenerated with Cython 0.12.1. This fixes the incompatibility between binaries of SciPy 0.7.1 and NumPy 1.4. SciPy 0.7.1 is a bug-fix release with no new features compared to 0.7.0.
2010-02-21Set LICENSE to modified-bsd.wiz1-1/+2
2009-12-03Follow f2c/libf2c split: bump revision of all packagesasau1-1/+2
that list Fortran in used languages.
2009-09-23Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessarytron1-2/+1
after Python 2.3 has been removed from "pkgsrc". Approved by Thomas Klausner.
2009-07-25Update SciPy to 0.7.0markd3-156/+569
SciPy 0.7.0 is the culmination of 16 months of hard work. It contains many new features, numerous bug-fixes, improved test coverage and better documentation. There have been a number of deprecations and API changes in this release, which are documented below. All users are encouraged to upgrade to this release, as there are a large number of bug-fixes and optimizations.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-58/+1
2009-02-11Python 2.3 doesn't work, so remove it.joerg1-2/+2
2008-12-19Initial import of py-scipy 0.6.0markd4-0/+1057
SciPy is an open source library of scientific tools for Python. SciPy supplements the popular Numeric module, gathering a variety of high level science and engineering modules together as a single package. SciPy includes modules for graphics and plotting, optimization, integration, special functions, signal and image processing, genetic algorithms, ODE solvers, and others.