summaryrefslogtreecommitdiff
path: root/math/py-scipy
AgeCommit message (Collapse)AuthorFilesLines
2014-02-12Using distutils.obache2-4/+5
Bump PKGREVISION.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-2/+1
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2013-10-16Update to 0.12.1markd2-7/+7
SciPy 0.12.1 is a bug-fix release with no new features compared to 0.12.0. The single issue fixed by this release is a security issue in ``scipy.weave``, which was previously using temporary directories in an insecure manner under certain circumstances.
2013-04-14Update to 0.12.0markd3-244/+403
Changes many - see doc/release/ in the source tarball for details
2012-10-16Use REPLACE_PYTHON extensively. Bump PKGREVISION.wiz1-1/+93
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-08-14Fortran objects need -fPIC handling (fixes at least SmartOS)fhajny1-1/+2
2011-12-22Make sure that printf format specifiers are defined for C++ codejoerg1-1/+3
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.