hmatrix 0.16.0.3 → 0.16.0.4
raw patch · 3 files changed
+12/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- LICENSE +3/−3
- THANKS.md +2/−0
- hmatrix.cabal +7/−1
LICENSE view
@@ -9,9 +9,9 @@ * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.- * Neither the name of the <organization> nor the- names of its contributors may be used to endorse or promote products- derived from this software without specific prior written permission.+ * Neither the name of Alberto Ruiz nor the names of other contributors may+ be used to endorse or promote products derived from this software+ without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
THANKS.md view
@@ -155,3 +155,5 @@ - Samium Gromoff reported a build failure caused by a size_t - int mismatch. +- Denis Laxalde separated the gsl tests from the base ones.+
hmatrix.cabal view
@@ -1,5 +1,5 @@ Name: hmatrix-Version: 0.16.0.3+Version: 0.16.0.4 License: BSD3 License-file: LICENSE Author: Alberto Ruiz@@ -14,6 +14,12 @@ ["Numeric.LinearAlgebra.HMatrix"] Starting point and recommended import module for most applications. . ["Numeric.LinearAlgebra.Static"] Experimental alternative interface.+ .+ ["Numeric.LinearAlgebra.Devel"] Tools for extending the library.+ .+ (Other modules are exposed with hidden documentation for backwards compatibility.)+ .+ Code examples: <http://dis.um.es/~alberto/hmatrix/hmatrix.html> Category: Math tested-with: GHC==7.8