From 5ff09c2a370b4de30237cd7f01f20e3e117e6784 Mon Sep 17 00:00:00 2001 From: Josef Heinen Date: Tue, 17 Dec 2024 14:14:47 +0100 Subject: [PATCH] release 0.73.10 --- Project.toml | 4 ++-- build_tarballs.jl | 4 ++-- examples/pluto_covid19.jl | 4 +++- src/downloader.jl | 2 +- src/js.jl | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index bb34058..cb23b31 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GR" uuid = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71" author = ["Josef Heinen (@jheinen)"] -version = "0.73.9" +version = "0.73.10" [deps] Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33" @@ -28,7 +28,7 @@ Qt6Wayland_jll = "e99dba38-086e-5de3-a5b1-6e4c66e897c3" Artifacts = "1" DelimitedFiles = "1" Downloads = "1" -GR_jll = "=0.73.9" +GR_jll = "=0.73.10" HTTP = "0.8, 0.9, 1" JSON = "0.20, 0.21, 1" Preferences = "1" diff --git a/build_tarballs.jl b/build_tarballs.jl index 2f91f95..bf14cca 100644 --- a/build_tarballs.jl +++ b/build_tarballs.jl @@ -3,11 +3,11 @@ using BinaryBuilder name = "GR" -version = v"0.73.9" +version = v"0.73.10" # Collection of sources required to complete build sources = [ - GitSource("https://github.com/sciapp/gr.git", "8a4e4bc339bf18e5ca1184d67ce63c76d9c30dea"), + GitSource("https://github.com/sciapp/gr.git", "9e61244b6ee7f64ea724de0b7d10685feecf5109"), FileSource("https://github.com/sciapp/gr/releases/download/v$version/gr-$version.js", "41ee77c5872b5273487b02a1ec2d2012a48808ff1f5b9ddcf4aa5958660fb257", "gr.js"), ArchiveSource("https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.14.sdk.tar.xz", diff --git a/examples/pluto_covid19.jl b/examples/pluto_covid19.jl index 12bc7da..d76ee2f 100644 --- a/examples/pluto_covid19.jl +++ b/examples/pluto_covid19.jl @@ -1,17 +1,19 @@ ### A Pluto.jl notebook ### -# v0.19.27 +# v0.20.3 using Markdown using InteractiveUtils # This Pluto notebook uses @bind for interactivity. When running this notebook outside of Pluto, the following 'mock version' of @bind gives bound variables a default value (instead of an error). macro bind(def, element) + #! format: off quote local iv = try Base.loaded_modules[Base.PkgId(Base.UUID("6e696c72-6542-2067-7265-42206c756150"), "AbstractPlutoDingetjes")].Bonds.initial_value catch; b -> missing; end local el = $(esc(element)) global $(esc(def)) = Core.applicable(Base.get, el) ? Base.get(el) : iv(el) el end + #! format: on end # ╔═╡ 43e5cbb6-5557-492e-9aeb-f7cbde220e15 diff --git a/src/downloader.jl b/src/downloader.jl index f7df775..eda1cd9 100644 --- a/src/downloader.jl +++ b/src/downloader.jl @@ -9,7 +9,7 @@ using Tar using Downloads using p7zip_jll -const version = v"0.73.9" +const version = v"0.73.10" """ get_grdir() diff --git a/src/js.jl b/src/js.jl index c197fe3..8f26d99 100644 --- a/src/js.jl +++ b/src/js.jl @@ -391,7 +391,7 @@ function ws_cb(webs) end const plutoisinit = Ref(false) -const jssource = Ref("https://gr-framework.org/downloads/gr-0.73.9.js") +const jssource = Ref("https://gr-framework.org/downloads/gr-0.73.10.js") function init_pluto(source=jssource[]::String) plutoisinit[] = true