Skip to content

Commit 147db60

Browse files
smartalecHAlec Hammondstevengj
authored
Generalize makie (#46)
* modify findfirst to return index rather than shape * use eachindex instead of 1:size * Use `Integer` not `Int` Co-authored-by: Steven G. Johnson <[email protected]> * Generalize Makie * bump version * Update Project.toml --------- Co-authored-by: Alec Hammond <[email protected]> Co-authored-by: Steven G. Johnson <[email protected]>
1 parent a1539b8 commit 147db60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uuid = "17051e67-205e-509e-8301-03b320b998e6"
33
license = "MIT"
44
desc = "geometric primitives for piecewise functions on grids"
55
authors = ["Steven G. Johnson, Wonseok Shin <[email protected]>, and contributors"]
6-
version = "0.5"
6+
version = "0.5.1"
77

88
[deps]
99
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -12,7 +12,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1212
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1313

1414
[compat]
15-
Makie = "0.20"
15+
Makie = "0.20, 0.21"
1616
julia = "1.7"
1717
StaticArrays = "1.5"
1818

0 commit comments

Comments
 (0)