From fd6fc1981b10ee7cf172666947e7132d8f7d6202 Mon Sep 17 00:00:00 2001 From: Michael Helton Date: Sat, 15 Oct 2022 09:04:32 -0400 Subject: [PATCH 1/2] Update NEWS.md --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) 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 From 4f4ed1431fd71ca6ff14cd2ec6464dcfafb70a38 Mon Sep 17 00:00:00 2001 From: Michael Helton Date: Sat, 15 Oct 2022 09:05:14 -0400 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"