diff --git a/NEWS.md b/NEWS.md index 5e03686..bd4d6ea 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,6 +10,11 @@ For bug fixes, performance enhancements, or fixes to unexported functions we wil # Unreleased +# Version 0.2.4 + +### Added +- Enable auto-vectorization of asymptotic expansions to improve performance. This reduces computation time around ~20% in some domains ([PR #45](https://github.com/JuliaMath/Bessels.jl/pull/45)). + # Version 0.2.3 ### Added diff --git a/Project.toml b/Project.toml index 70b4730..c4c3720 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Bessels" uuid = "0e736298-9ec6-45e8-9647-e4fc86a2fe38" authors = ["Michael Helton and contributors"] -version = "0.2.3" +version = "0.2.4" [compat] julia = "1.6"