Skip to content

Commit c195ec6

Browse files
committed
add news and vers. bump
1 parent 081286a commit c195ec6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

NEWS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ For pre-1.0.0 releases we will increment the minor version when we export any ne
88
For bug fixes, performance enhancements, or fixes to unexported functions we will increment the patch version.
99
**Note**: The exported API can be considered very stable and likely will not change without serious consideration.
1010

11-
# Unreleased
11+
# Unrealeased
12+
13+
# Version 0.2.2
14+
15+
### Added
16+
- Support for all airy functions and derivatives in entire complex plane ([PR #51](https://github.com/JuliaMath/Bessels.jl/pull/51)). These are specialized routines for airy functions instead of relying on connection to besselk. These are a couple digits more accurate and faster than previous versions.
1217

1318
# Version 0.2.1
1419

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.1"
4+
version = "0.2.2"
55

66
[compat]
77
julia = "1.6"

0 commit comments

Comments
 (0)