packages feed

BesselJ 0.2.0.0 → 0.2.0.1

raw patch · 3 files changed

+13/−1 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

BesselJ.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.2
 name:                BesselJ
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            Bessel J-function, Anger J-function, Weber E-function, and Anger-Weber function.
 description:         Computation of Bessel J-function, Anger J-function, Weber E-function, Anger-Weber function, of a complex variable. 
 homepage:            https://github.com/stla/BesselJ#readme
CHANGELOG.md view
@@ -15,3 +15,7 @@  Added implementations of Anger J-function, Weber E-function, and Anger-Weber function. ++## 0.2.0.1 - 2023-09-22++Added images in README.
README.md view
@@ -13,3 +13,11 @@ ![](https://raw.githubusercontent.com/stla/BesselJ/main/images/BesselJ-nu3.png)
 
 ![](https://raw.githubusercontent.com/stla/BesselJ/main/images/BesselJ_nu3-3i.png)
+
+![](https://raw.githubusercontent.com/stla/BesselJ/main/images/AngerJ_nu3.png)
+
+![](https://raw.githubusercontent.com/stla/BesselJ/main/images/WeberE_nu3.png)
+
+![](https://raw.githubusercontent.com/stla/BesselJ/main/images/AngerWeber.png)
+
+![](https://raw.githubusercontent.com/stla/BesselJ/main/images/AngerWeber_sobel.png)