hmatrix-special 0.4.0.0 → 0.4.0.1
raw patch · 28 files changed
+30/−4 lines, 28 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hmatrix-special.cabal +3/−4
- lib/Numeric/GSL/Special/Airy.hs +1/−0
- lib/Numeric/GSL/Special/Bessel.hs +1/−0
- lib/Numeric/GSL/Special/Clausen.hs +1/−0
- lib/Numeric/GSL/Special/Coulomb.hs +1/−0
- lib/Numeric/GSL/Special/Coupling.hs +1/−0
- lib/Numeric/GSL/Special/Dawson.hs +1/−0
- lib/Numeric/GSL/Special/Debye.hs +1/−0
- lib/Numeric/GSL/Special/Dilog.hs +1/−0
- lib/Numeric/GSL/Special/Elementary.hs +1/−0
- lib/Numeric/GSL/Special/Ellint.hs +1/−0
- lib/Numeric/GSL/Special/Erf.hs +1/−0
- lib/Numeric/GSL/Special/Exp.hs +1/−0
- lib/Numeric/GSL/Special/Expint.hs +1/−0
- lib/Numeric/GSL/Special/Fermi_dirac.hs +1/−0
- lib/Numeric/GSL/Special/Gamma.hs +1/−0
- lib/Numeric/GSL/Special/Gegenbauer.hs +1/−0
- lib/Numeric/GSL/Special/Hyperg.hs +1/−0
- lib/Numeric/GSL/Special/Laguerre.hs +1/−0
- lib/Numeric/GSL/Special/Lambert.hs +1/−0
- lib/Numeric/GSL/Special/Legendre.hs +1/−0
- lib/Numeric/GSL/Special/Log.hs +1/−0
- lib/Numeric/GSL/Special/Pow_int.hs +1/−0
- lib/Numeric/GSL/Special/Psi.hs +1/−0
- lib/Numeric/GSL/Special/Synchrotron.hs +1/−0
- lib/Numeric/GSL/Special/Transport.hs +1/−0
- lib/Numeric/GSL/Special/Trig.hs +1/−0
- lib/Numeric/GSL/Special/Zeta.hs +1/−0
hmatrix-special.cabal view
@@ -1,5 +1,5 @@ Name: hmatrix-special-Version: 0.4.0.0+Version: 0.4.0.1 License: GPL License-file: LICENSE Author: Alberto Ruiz@@ -29,8 +29,7 @@ library Build-Depends: base <5, hmatrix>=0.17, hmatrix-gsl - Extensions: ForeignFunctionInterface,- CPP+ Extensions: ForeignFunctionInterface hs-source-dirs: lib @@ -67,7 +66,7 @@ other-modules: Numeric.GSL.Special.Internal ghc-options: -Wall -fno-warn-unused-binds- + if flag(safe-cheap) cpp-options: -DSAFE_CHEAP=safe else
lib/Numeric/GSL/Special/Airy.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Airy
lib/Numeric/GSL/Special/Bessel.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Bessel
lib/Numeric/GSL/Special/Clausen.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Clausen
lib/Numeric/GSL/Special/Coulomb.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Coulomb
lib/Numeric/GSL/Special/Coupling.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Coupling
lib/Numeric/GSL/Special/Dawson.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Dawson
lib/Numeric/GSL/Special/Debye.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Debye
lib/Numeric/GSL/Special/Dilog.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Dilog
lib/Numeric/GSL/Special/Elementary.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Elementary
lib/Numeric/GSL/Special/Ellint.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Ellint
lib/Numeric/GSL/Special/Erf.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Erf
lib/Numeric/GSL/Special/Exp.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Exp
lib/Numeric/GSL/Special/Expint.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Expint
lib/Numeric/GSL/Special/Fermi_dirac.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Fermi_dirac
lib/Numeric/GSL/Special/Gamma.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Gamma
lib/Numeric/GSL/Special/Gegenbauer.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Gegenbauer
lib/Numeric/GSL/Special/Hyperg.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Hyperg
lib/Numeric/GSL/Special/Laguerre.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Laguerre
lib/Numeric/GSL/Special/Lambert.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Lambert
lib/Numeric/GSL/Special/Legendre.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Legendre
lib/Numeric/GSL/Special/Log.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Log
lib/Numeric/GSL/Special/Pow_int.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Pow_int
lib/Numeric/GSL/Special/Psi.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Psi
lib/Numeric/GSL/Special/Synchrotron.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Synchrotron
lib/Numeric/GSL/Special/Transport.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Transport
lib/Numeric/GSL/Special/Trig.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Trig
lib/Numeric/GSL/Special/Zeta.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} ------------------------------------------------------------ -- | -- Module : Numeric.GSL.Special.Zeta