packages feed

numerical-integration 0.1.2.0 → 0.1.2.1

raw patch · 3 files changed

+6/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -18,3 +18,7 @@ 
 - Completed README.
 
+
+## 0.1.2.1 - 2023-09-19
+
+- Fixed link to image in README.
README.md view
@@ -26,7 +26,7 @@ oscillatory. It is know that the exact value of its integral from `0` to `1` 
 is `π exp(-10) / 2 ≈ 7.131404e-05`.
 
-![](https://github.com/stla/numerical-integration/blob/72d163587de7c5b21bb789da3ef2a068f3048d89/images/oscillatoryFunction.gif)
+![](https://raw.githubusercontent.com/stla/numerical-integration/main/images/oscillatoryFunction.gif)
 
 Let's try to evaluate it with R with 200000 subdivisions. 
 
numerical-integration.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.2
 name:                numerical-integration
-version:             0.1.2.0
+version:             0.1.2.1
 synopsis:            Numerical integration.
 description:         One-dimensional numerical integration using the 'NumericalIntegration' C++ library.
 homepage:            https://github.com/stla/numerical-integration#readme