2018-05-12 23:21:46 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
py-scipy: GFORTRAN_VERSION might not be defined.
Fixes bulk builds.
|
2018-05-11 16:18:47 by Min Sik Kim | Files touched by this commit (2) |
Log message:
math/py-scipy: Fix PLIST on Darwin with gfortran7
|
2018-04-02 21:52:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-scipy: updated to 1.0.1
SciPy 1.0.1 is a bug-fix release with no new features compared to 1.0.0.
Probably the most important change is a fix for an incompatibility between
SciPy 1.0.0 and numpy.f2py in the NumPy master branch.
|
2017-11-02 10:40:29 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-scipy: updated to 1.0.0
Some of the highlights of this release are:
* Major build improvements. Windows wheels are available on PyPI for the
first time, and continuous integration has been set up on Windows and OS X
in addition to Linux.
* A set of new ODE solvers and a unified interface to them
(scipy.integrate.solve_ivp).
* Two new trust region optimizers and a new linear programming method, with
improved performance compared to what scipy.optimize offered previously.
Many new BLAS and LAPACK functions were wrapped. The BLAS wrappers are now
complete.
|
2017-09-28 15:49:19 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-scipy: Remove references to non-existent files
|
2017-09-04 20:08:31 by Thomas Klausner | Files touched by this commit (163) |
Log message:
Follow some redirects.
|
2017-08-22 23:37:28 by Havard Eidnes | Files touched by this commit (3) |
Log message:
Add a patch which fixes an obviously bogus preprocessor conditional;
in our case, __STDC_VERSION__ isn't defined when built as C++.
The fix isn't completeely right, it insists on <fenv.h> if built as C++.
Not entirely unreasonable, and makes this build on NetBSD/powerpc as well,
which doesn't like the redefinition of fegetround() and fesetround().
Bump PKGREVISION.
|
2017-06-24 10:19:40 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
SciPy 0.19.1 is a bug-fix release with no new features compared to 0.19.0.
The most important change is a fix for a severe memory leak in integrate.quad.
|
2017-03-13 20:42:22 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
SciPy 0.19.0 is the culmination of 7 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. Moreover, our development attention
will now shift to bug-fix releases on the 0.19.x branch, and on adding
new features on the master branch.
|
2017-01-25 20:48:50 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
SciPy 0.18.1 is a bug-fix release with no new features compared to 0.18.0.
|