Paraiso 0.3.1.0 → 0.3.1.1
raw patch · 1 files changed
+4/−4 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Paraiso.cabal +4/−4
Paraiso.cabal view
@@ -15,7 +15,7 @@ -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented. -Version: 0.3.1.0 +Version: 0.3.1.1 Tested-With: GHC==7.4.1 -- A short (one-line) description of the package. @@ -51,10 +51,10 @@ concepts. The type @Vector@ represents rank-1 tensor, and tensors of higher ranks are recursively defined as @Vector@ of @Vector@s. With @Axis@ you can refer to the components of - @Vector@s, compose them, or contract them. See the wiki: - <http://www.paraiso-lang.org/wiki/> and the paper: + @Vector@s, compose them, or contract them. See the wiki + <http://www.paraiso-lang.org/wiki/> and the paper <http://arxiv.org/abs/1204.4779> for more detail. - + . * 0.3.0.0 /Doughnut/ : refined interface and support for cyclic boundary conditions. . * 0.2.0.0 /Companion/ : genetic algorithm support for automated tuning.