Next | Query returned 96 messages, browsing 61 to 70 | Previous

History of commit frequency

CVS Commit History:


   2018-05-14 08:39:32 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-scipy: updated to 1.1.0

SciPy 1.1.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. Before upgrading, we recommend that users check that
their own code does not use deprecated SciPy functionality (to do so,
run your code with python -Wd and check for DeprecationWarning
s). Our development attention will now shift to bug-fix releases on the
1.1.x branch, and on adding new features on the master branch.
   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) | Package updated
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) | Package updated
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.

Next | Query returned 96 messages, browsing 61 to 70 | Previous