Skip to content

Commit b29e263

Browse files
authored
Update NEWS.md
1 parent a1dc369 commit b29e263

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ For bug fixes, performance enhancements, or fixes to unexported functions we wil
1010

1111
# Unreleased
1212

13+
# Version 0.2.6
14+
15+
### Added
16+
- 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)).
17+
1318
### Fixed
19+
- 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)
1420
- Improved inference in `sphericalbesselj`. ([PR #61](https://github.com/JuliaMath/Bessels.jl/pull/61)). Contributed by **@Samuel3008**.
1521

1622
# Version 0.2.5

0 commit comments

Comments
 (0)