Skip to content

Commit

Permalink
bump version, update notebooks, deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelforget committed Apr 1, 2024
1 parent f7dfe52 commit c290b8c
Show file tree
Hide file tree
Showing 5 changed files with 1,279 additions and 1,082 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MeshArrays"
uuid = "cb8c808f-1acf-59a3-9d2b-6e38d009f683"
authors = ["gaelforget <[email protected]>"]
version = "0.3.1"
version = "0.3.2"

[deps]
CatViews = "81a5f4ea-a946-549a-aa7e-2a7f63a27d31"
Expand Down Expand Up @@ -37,10 +37,10 @@ CatViews = "1.0"
Downloads = "1"
GeoJSON = "0.6, 0.7"
JLD2 = "0.4"
Makie = "0.19"
Makie = "0.19, 0.20"
NearestNeighbors = "0.4"
Proj = "1"
Shapefile = "0.10"
Shapefile = "0.10, 0.11, 0.12"
Unitful = "1"
ZipFile = "0.10"
julia = "^1.9"
2 changes: 2 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ MeshArrays.GRID_CS32_download()
using Downloads, ZipFile
fil=demo.download_polygons("ne_110m_admin_0_countries.shp")

MeshArrays.interpolation_setup()

makedocs(
sitename = "MeshArrays",
format = Documenter.HTML(),
Expand Down
Loading

0 comments on commit c290b8c

Please sign in to comment.