Skip to content

Commit dcc46e1

Browse files
committed
use Compat to support evalpoly() on Julia 1.3
1 parent a89ecab commit dcc46e1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "2.1.7"
44

55
[deps]
66
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
7+
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
78
IrrationalConstants = "92d709cd-6900-40b7-9082-c6be49f344b6"
89
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
910
OpenLibm_jll = "05823500-19ac-5b8b-9628-191a04bc5112"
@@ -12,6 +13,7 @@ OpenSpecFun_jll = "efe28fd5-8261-553b-a9e1-b2916fc3738e"
1213
[compat]
1314
ChainRulesCore = "0.9.44, 0.10, 1"
1415
ChainRulesTestUtils = "0.6.8, 0.7, 1"
16+
Compat = "3.7"
1517
IrrationalConstants = "0.1"
1618
LogExpFunctions = "0.3.2"
1719
OpenLibm_jll = "0.7, 0.8"

src/SpecialFunctions.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module SpecialFunctions
22

3+
using Compat
4+
35
using IrrationalConstants:
46
twoπ,
57
halfπ,

0 commit comments

Comments
 (0)