Skip to content

Commit 1d8e631

Browse files
authored
Makie v0.20 (#176)
* FastTransforms v0.16 and Makie v0.20 * Update ci.yml * SurfaceLike -> GridBased
1 parent 686c5ba commit 1d8e631

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Project.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ContinuumArrays"
22
uuid = "7ae1f121-cc2c-504b-ac30-9b923412ae5c"
3-
version = "0.18"
3+
version = "0.18.1"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -14,6 +14,7 @@ Infinities = "e1ba4f0e-776d-440f-acd9-e1d2e9742647"
1414
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
1515
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
1616
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
17+
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
1718
QuasiArrays = "c4ea9172-b204-11e9-377d-29865faadc5c"
1819
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1920

@@ -37,7 +38,7 @@ InfiniteArrays = "0.14"
3738
Infinities = "0.1"
3839
IntervalSets = "0.7"
3940
LazyArrays = "2"
40-
Makie = "0.19"
41+
Makie = "0.20"
4142
QuasiArrays = "0.11.5"
4243
RecipesBase = "1.0"
4344
StaticArrays = "1.0"

ext/ContinuumArraysMakieExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function Makie.convert_arguments(p::PointBased, g::AbstractQuasiVector)
1111
end
1212

1313

14-
function Makie.convert_arguments(p::SurfaceLike, g::AbstractQuasiVector)
14+
function Makie.convert_arguments(p::GridBased, g::AbstractQuasiVector)
1515
x,v = plotgridvalues(g)
1616
convert_arguments(p, _split_svec(x)..., v)
1717
end

0 commit comments

Comments
 (0)