Skip to content

Commit 5aab92f

Browse files
committed
update news and bump version
1 parent db3f780 commit 5aab92f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS.md

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

1111
# Unreleased
1212

13+
# Version 0.2.3
14+
15+
### Added
16+
- Add support for nu isa AbstractRange (i.e., `besselj(0:10, 1.0)`) to allow for fast computation of Bessel functions at many orders ([PR #53](https://github.com/JuliaMath/Bessels.jl/pull/53)).
17+
1318
# Version 0.2.2
1419

1520
### Added

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Bessels"
22
uuid = "0e736298-9ec6-45e8-9647-e4fc86a2fe38"
33
authors = ["Michael Helton <[email protected]> and contributors"]
4-
version = "0.2.2"
4+
version = "0.2.3"
55

66
[compat]
77
julia = "1.6"

0 commit comments

Comments
 (0)