Skip to content

Commit a319cb4

Browse files
authored
Don't import gamma from ApproxFunBase (#77)
1 parent 015f98b commit a319cb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunSingularities"
22
uuid = "f8fcb915-6b99-5be2-b79a-d6dbef8e6e7e"
3-
version = "0.3.13"
3+
version = "0.3.14"
44

55
[deps]
66
ApproxFunBase = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"

src/ApproxFunSingularities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import ApproxFunBase: Fun, SumSpace, SubSpace, WeightSpace, NoSpace,
2929
tocanonicalD, canonicaldomain, setcanonicaldomain,
3030
coefficients, isconvertible, SpaceOperator, cfstype, mobius, roots,
3131
splitatroots, domaintype, rangetype, weight, isapproxinteger,
32-
dotu, components, promoterangespace, ∞, gamma,
32+
dotu, components, promoterangespace, ∞,
3333
assert_integer, SpecialEvalPtType, isleftendpoint, isrightendpoint, evaluation_point,
3434
@calculus_operator, ConcreteConversion, InterlaceOperator_Diagonal, UnsetSpace,
3535
choosedomainspace, mean

0 commit comments

Comments
 (0)