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 +4/−0
- README.md +1/−1
- numerical-integration.cabal +1/−1
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`. - + 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