From 0302204fa33829d96dbbcafb79e0af4db8cb738d Mon Sep 17 00:00:00 2001 From: Michael Helton Date: Mon, 15 Aug 2022 19:35:12 -0400 Subject: [PATCH] Update NEWS.md --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index e8d39c8..cb83b31 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,14 +10,14 @@ For bug fixes, performance enhancements, or fixes to unexported functions we wil # Unreleased -# Version 0.2.0 - ### Added - Add more optimized methods for Float32 calculations that are faster([PR #43](https://github.com/JuliaMath/Bessels.jl/pull/43)) ### Fixed - Reduce compile time and time to first call of besselj and bessely ([PR #42](https://github.com/JuliaMath/Bessels.jl/pull/42)) +# Version 0.2.0 + ### Added - add an unexport method (`Bessels.besseljy(nu, x)`) for faster computation of `besselj` and `bessely` (#33) - add exported methods for Hankel functions `besselh(nu, k, x)`, `hankelh1(nu, x)`, `hankelh2(nu, x)` (#33)