Path to this page:
Subject: CVS commit: pkgsrc/math/py-scipy
From: Adam Ciarcinski
Date: 2017-11-02 10:40:29
Message id: 20171102094029.7CBD3FBDE@cvs.NetBSD.org
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.
Files: