Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
heltonmc authored Aug 11, 2022
1 parent df609d1 commit 1ff3cc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ For bug fixes, performance enhancements, or fixes to unexported functions we wil

# Unreleased

# 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)
Expand All @@ -28,4 +30,4 @@ Initial release of Bessels.jl
### Added

- support bessel functions (`besselj`, `bessely`, `besseli`, `besselk`) for real arguments
- provide a gamma function (`Bessels.gamma`) for real arguments
- provide a gamma function (`Bessels.gamma`) for real arguments

0 comments on commit 1ff3cc1

Please sign in to comment.