packages feed

weierstrass-functions 0.1.3.1 → 0.1.4.0

raw patch · 2 files changed

+7/−2 lines, 2 filesdep ~jacobi-thetaPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: jacobi-theta

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,10 @@ # Changelog for `weierstrass-functions`
 
+## 0.1.4.0 - 2023-10-16
+
+Increased the lower bound of the version of the 'jacobi-theta' dependency.
+
+
 ## 0.1.3.1 - 2023-09-12
 
 Changed `kleinJ` to avoid possible float overflows.
weierstrass-functions.cabal view
@@ -1,5 +1,5 @@ name:                weierstrass-functions
-version:             0.1.3.1
+version:             0.1.4.0
 synopsis:            Weierstrass Elliptic Functions
 description:         Evaluation of Weierstrass elliptic functions and some related functions.
 homepage:            https://github.com/stla/weierstrass-functions#readme
@@ -20,7 +20,7 @@                      , Math.Weierstrass
   other-modules:       Internal
   build-depends:       base >= 4.7 && < 5
-                     , jacobi-theta >= 0.1.2.0
+                     , jacobi-theta >= 0.2.0.0
                      , elliptic-integrals >= 0.1.0.0
                      , gamma >= 0.10.0.0
   default-language:    Haskell2010