Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
heltonmc authored Nov 2, 2022
1 parent a1dc369 commit b29e263
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ For bug fixes, performance enhancements, or fixes to unexported functions we wil

# Unreleased

# Version 0.2.6

### Added
- Add methods to preallocate sequences `Bessels.besselj!(out, nu, x)`, `Bessels.bessely!(out, nu, x)`, `Bessels.besseli!(out, nu, x)`, `Bessels.besselk!(out, nu, x)` ([PR #60](https://github.com/JuliaMath/Bessels.jl/pull/60)).

### Fixed
- Clean up `gamma` implementation ([PR #62](https://github.com/JuliaMath/Bessels.jl/pull/62)) contributed by **@oscardssmith**. Small fixes for x = 0 added in ([PR #63](https://github.com/JuliaMath/Bessels.jl/pull/63)
- Improved inference in `sphericalbesselj`. ([PR #61](https://github.com/JuliaMath/Bessels.jl/pull/61)). Contributed by **@Samuel3008**.

# Version 0.2.5
Expand Down

0 comments on commit b29e263

Please sign in to comment.