Skip to content

Commit a62d7d8

Browse files
Deploying to master from @ 58359f3 🚀
1 parent 05a797d commit a62d7d8

File tree

8 files changed

+86
-64
lines changed

8 files changed

+86
-64
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="/css/basic.css"> <link rel=icon href="/favicon.ico"> <title>JuliaHealth</title> <header> <div class=blog-name ><a href="/">JuliaHealth</a></div> <img src="/assets/julia-health-logo.png" alt="JuliaHealth logo" title="JuliaHealth logo" style="width: 25%; align:center" /> <nav> <ul> <li><a href="/">Home</a> <li><a href="https://github.com/JuliaHealth">GitHub</a> <li><a href="/related-organizations">Related Organizations</a> <li><a href="/meeting-notes">Meeting Notes</a> </ul> <img src="/assets/hamburger.svg" id=menu-icon > </nav> </header> <div class=franklin-content ><h1 id=404_file_not_found ><a href="#404_file_not_found" class=header-anchor >404: File not found</a></h1> <p>The requested file was not found.</p> <p>Please <a href="/">click here</a> to go to the home page.</p> <div class=page-foot > <div class=copyright > &copy; JuliaHealth contributors. Last updated: February 29, 2024. <a id=github href="https://github.com/JuliaHealth/juliahealth.github.io/blob/dev/404.md">Edit this page on GitHub</a>. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a>. Powered by the <a href="https://julialang.org">Julia programming language</a>. </div> </div> </div>
1+
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="/css/basic.css"> <link rel=icon href="/favicon.ico"> <title>JuliaHealth</title> <header> <div class=blog-name ><a href="/">JuliaHealth</a></div> <img src="/assets/julia-health-logo.png" alt="JuliaHealth logo" title="JuliaHealth logo" style="width: 25%; align:center" /> <nav> <ul> <li><a href="/">Home</a> <li><a href="https://github.com/JuliaHealth">GitHub</a> <li><a href="/related-organizations">Related Organizations</a> <li><a href="/meeting-notes">Meeting Notes</a> </ul> <img src="/assets/hamburger.svg" id=menu-icon > </nav> </header> <div class=franklin-content ><h1 id=404_file_not_found ><a href="#404_file_not_found" class=header-anchor >404: File not found</a></h1> <p>The requested file was not found.</p> <p>Please <a href="/">click here</a> to go to the home page.</p> <div class=page-foot > <div class=copyright > &copy; JuliaHealth contributors. Last updated: February 10, 2025. <a id=github href="https://github.com/JuliaHealth/juliahealth.github.io/blob/dev/404.md">Edit this page on GitHub</a>. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a>. Powered by the <a href="https://julialang.org">Julia programming language</a>. </div> </div> </div>

Manifest.toml

Lines changed: 74 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,42 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.10.1"
3+
julia_version = "1.11.3"
44
manifest_format = "2.0"
55
project_hash = "7f6b3460b3f9f8414c6b163fd3b5db0c9a5b1c28"
66

77
[[deps.ArgTools]]
88
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
9-
version = "1.1.1"
9+
version = "1.1.2"
1010

1111
[[deps.Artifacts]]
1212
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
13+
version = "1.11.0"
1314

1415
[[deps.Base64]]
1516
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
17+
version = "1.11.0"
1618

1719
[[deps.BitFlags]]
18-
git-tree-sha1 = "2dc09997850d68179b69dafb58ae806167a32b1b"
20+
git-tree-sha1 = "0691e34b3bb8be9307330f88d1a3c3f25466c24d"
1921
uuid = "d1d4a3ce-64b1-5f1a-9ba4-7e7e69966f35"
20-
version = "0.1.8"
22+
version = "0.1.9"
2123

2224
[[deps.CodecZlib]]
2325
deps = ["TranscodingStreams", "Zlib_jll"]
24-
git-tree-sha1 = "59939d8a997469ee05c4b4944560a820f9ba0d73"
26+
git-tree-sha1 = "545a177179195e442472a1c4dc86982aa7a1bef0"
2527
uuid = "944b1d66-785c-5afd-91f1-9de20f533193"
26-
version = "0.7.4"
28+
version = "0.7.7"
2729

2830
[[deps.ConcurrentUtilities]]
2931
deps = ["Serialization", "Sockets"]
30-
git-tree-sha1 = "9c4708e3ed2b799e6124b5673a712dda0b596a9b"
32+
git-tree-sha1 = "d9d26935a0bcffc87d2613ce14c527c99fc543fd"
3133
uuid = "f0e56b4a-5159-44fe-b623-3e5288b988bb"
32-
version = "2.3.1"
34+
version = "2.5.0"
3335

3436
[[deps.Dates]]
3537
deps = ["Printf"]
3638
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
39+
version = "1.11.0"
3740

3841
[[deps.DelimitedFiles]]
3942
deps = ["Mmap"]
@@ -54,9 +57,9 @@ version = "1.6.0"
5457

5558
[[deps.ExceptionUnwrapping]]
5659
deps = ["Test"]
57-
git-tree-sha1 = "dcb08a0d93ec0b1cdc4af184b26b591e9695423a"
60+
git-tree-sha1 = "d36f682e590a83d63d1c7dbd287573764682d12a"
5861
uuid = "460bff9d-24e4-43bc-9d9f-a8973cb893f4"
59-
version = "0.1.10"
62+
version = "0.1.11"
6063

6164
[[deps.ExprTools]]
6265
git-tree-sha1 = "27415f162e6028e81c72b82ef756bf321213b6ec"
@@ -65,6 +68,7 @@ version = "0.1.10"
6568

6669
[[deps.FileWatching]]
6770
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
71+
version = "1.11.0"
6872

6973
[[deps.Franklin]]
7074
deps = ["Dates", "DelimitedFiles", "DocStringExtensions", "ExprTools", "FranklinTemplates", "HTTP", "Literate", "LiveServer", "Logging", "Markdown", "NodeJS", "OrderedCollections", "Pkg", "REPL", "Random", "TOML"]
@@ -85,26 +89,27 @@ uuid = "bc5e4493-9b4d-5f90-b8aa-2b2bcaad7a26"
8589
version = "5.9.0"
8690

8791
[[deps.HTTP]]
88-
deps = ["Base64", "CodecZlib", "ConcurrentUtilities", "Dates", "ExceptionUnwrapping", "Logging", "LoggingExtras", "MbedTLS", "NetworkOptions", "OpenSSL", "Random", "SimpleBufferStream", "Sockets", "URIs", "UUIDs"]
89-
git-tree-sha1 = "ac7b73d562b8f4287c3b67b4c66a5395a19c1ae8"
92+
deps = ["Base64", "CodecZlib", "ConcurrentUtilities", "Dates", "ExceptionUnwrapping", "Logging", "LoggingExtras", "MbedTLS", "NetworkOptions", "OpenSSL", "PrecompileTools", "Random", "SimpleBufferStream", "Sockets", "URIs", "UUIDs"]
93+
git-tree-sha1 = "c67b33b085f6e2faf8bf79a61962e7339a81129c"
9094
uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3"
91-
version = "1.10.2"
95+
version = "1.10.15"
9296

9397
[[deps.IOCapture]]
9498
deps = ["Logging", "Random"]
95-
git-tree-sha1 = "8b72179abc660bfab5e28472e019392b97d0985c"
99+
git-tree-sha1 = "b6d6bfdd7ce25b0f9b2f6b3dd56b2673a66c8770"
96100
uuid = "b5f81e59-6552-4d32-b1f0-c071b021bf89"
97-
version = "0.2.4"
101+
version = "0.2.5"
98102

99103
[[deps.InteractiveUtils]]
100104
deps = ["Markdown"]
101105
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
106+
version = "1.11.0"
102107

103108
[[deps.JLLWrappers]]
104109
deps = ["Artifacts", "Preferences"]
105-
git-tree-sha1 = "7e5d6779a1e09a36db2a7b6cff50942a0a7d0fca"
110+
git-tree-sha1 = "a007feb38b422fbdab534406aeca1b86823cb4d6"
106111
uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
107-
version = "1.5.0"
112+
version = "1.7.0"
108113

109114
[[deps.JSON]]
110115
deps = ["Dates", "Mmap", "Parsers", "Unicode"]
@@ -120,16 +125,17 @@ version = "0.6.4"
120125
[[deps.LibCURL_jll]]
121126
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
122127
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
123-
version = "8.4.0+0"
128+
version = "8.6.0+0"
124129

125130
[[deps.LibGit2]]
126131
deps = ["Base64", "LibGit2_jll", "NetworkOptions", "Printf", "SHA"]
127132
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
133+
version = "1.11.0"
128134

129135
[[deps.LibGit2_jll]]
130136
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll"]
131137
uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5"
132-
version = "1.6.4+0"
138+
version = "1.7.2+0"
133139

134140
[[deps.LibSSH2_jll]]
135141
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
@@ -138,27 +144,29 @@ version = "1.11.0+1"
138144

139145
[[deps.Libdl]]
140146
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
147+
version = "1.11.0"
141148

142149
[[deps.Literate]]
143150
deps = ["Base64", "IOCapture", "JSON", "REPL"]
144-
git-tree-sha1 = "bad26f1ccd99c553886ec0725e99a509589dcd11"
151+
git-tree-sha1 = "da046be6d63304f7ba9c1bb04820fb306ba1ab12"
145152
uuid = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
146-
version = "2.16.1"
153+
version = "2.20.1"
147154

148155
[[deps.LiveServer]]
149-
deps = ["HTTP", "LoggingExtras", "MIMEs", "Pkg", "Sockets", "Test"]
150-
git-tree-sha1 = "24d05efe53436b22a42bf2ae459f47c48b0c2603"
156+
deps = ["HTTP", "LoggingExtras", "MIMEs", "Sockets", "Test"]
157+
git-tree-sha1 = "564a436267fb1fc768f815dad64c4386c46623f8"
151158
uuid = "16fef848-5104-11e9-1b77-fb7a48bbb589"
152-
version = "1.2.7"
159+
version = "1.4.0"
153160

154161
[[deps.Logging]]
155162
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
163+
version = "1.11.0"
156164

157165
[[deps.LoggingExtras]]
158166
deps = ["Dates", "Logging"]
159-
git-tree-sha1 = "c1dd6d7978c12545b4179fb6153b9250c96b0075"
167+
git-tree-sha1 = "f02b56007b064fbfddb4c9cd60161b6dd0f40df3"
160168
uuid = "e6f89c97-d47a-5376-807f-9c37f3926c36"
161-
version = "1.0.3"
169+
version = "1.1.0"
162170

163171
[[deps.MIMEs]]
164172
git-tree-sha1 = "65f28ad4b594aebe22157d6fac869786a255b7eb"
@@ -168,6 +176,7 @@ version = "0.1.4"
168176
[[deps.Markdown]]
169177
deps = ["Base64"]
170178
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
179+
version = "1.11.0"
171180

172181
[[deps.MbedTLS]]
173182
deps = ["Dates", "MbedTLS_jll", "MozillaCACerts_jll", "NetworkOptions", "Random", "Sockets"]
@@ -178,14 +187,15 @@ version = "1.1.9"
178187
[[deps.MbedTLS_jll]]
179188
deps = ["Artifacts", "Libdl"]
180189
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
181-
version = "2.28.2+1"
190+
version = "2.28.6+0"
182191

183192
[[deps.Mmap]]
184193
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
194+
version = "1.11.0"
185195

186196
[[deps.MozillaCACerts_jll]]
187197
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
188-
version = "2023.1.10"
198+
version = "2023.12.12"
189199

190200
[[deps.NetworkOptions]]
191201
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
@@ -199,20 +209,20 @@ version = "2.0.0"
199209

200210
[[deps.OpenSSL]]
201211
deps = ["BitFlags", "Dates", "MozillaCACerts_jll", "OpenSSL_jll", "Sockets"]
202-
git-tree-sha1 = "51901a49222b09e3743c65b8847687ae5fc78eb2"
212+
git-tree-sha1 = "38cb508d080d21dc1128f7fb04f20387ed4c0af4"
203213
uuid = "4d8831e6-92b7-49fb-bdf8-b643e874388c"
204-
version = "1.4.1"
214+
version = "1.4.3"
205215

206216
[[deps.OpenSSL_jll]]
207217
deps = ["Artifacts", "JLLWrappers", "Libdl"]
208-
git-tree-sha1 = "60e3045590bd104a16fefb12836c00c0ef8c7f8c"
218+
git-tree-sha1 = "7493f61f55a6cce7325f197443aa80d32554ba10"
209219
uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
210-
version = "3.0.13+0"
220+
version = "3.0.15+3"
211221

212222
[[deps.OrderedCollections]]
213-
git-tree-sha1 = "dfdf5519f235516220579f949664f1bf44e741c5"
223+
git-tree-sha1 = "cc4054e898b852042d7b503313f7ad03de99c3dd"
214224
uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
215-
version = "1.6.3"
225+
version = "1.8.0"
216226

217227
[[deps.Parsers]]
218228
deps = ["Dates", "PrecompileTools", "UUIDs"]
@@ -221,55 +231,68 @@ uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
221231
version = "2.8.1"
222232

223233
[[deps.Pkg]]
224-
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
234+
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "Random", "SHA", "TOML", "Tar", "UUIDs", "p7zip_jll"]
225235
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
226-
version = "1.10.0"
236+
version = "1.11.0"
237+
weakdeps = ["REPL"]
238+
239+
[deps.Pkg.extensions]
240+
REPLExt = "REPL"
227241

228242
[[deps.PrecompileTools]]
229243
deps = ["Preferences"]
230-
git-tree-sha1 = "03b4c25b43cb84cee5c90aa9b5ea0a78fd848d2f"
244+
git-tree-sha1 = "5aa36f7049a63a1528fe8f7c3f2113413ffd4e1f"
231245
uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
232-
version = "1.2.0"
246+
version = "1.2.1"
233247

234248
[[deps.Preferences]]
235249
deps = ["TOML"]
236-
git-tree-sha1 = "9e8fed0505b0c15b4c1295fd59ea47b411c019cf"
250+
git-tree-sha1 = "9306f6085165d270f7e3db02af26a400d580f5c6"
237251
uuid = "21216c6a-2e73-6563-6e65-726566657250"
238-
version = "1.4.2"
252+
version = "1.4.3"
239253

240254
[[deps.Printf]]
241255
deps = ["Unicode"]
242256
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
257+
version = "1.11.0"
243258

244259
[[deps.REPL]]
245-
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
260+
deps = ["InteractiveUtils", "Markdown", "Sockets", "StyledStrings", "Unicode"]
246261
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
262+
version = "1.11.0"
247263

248264
[[deps.Random]]
249265
deps = ["SHA"]
250266
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
267+
version = "1.11.0"
251268

252269
[[deps.SHA]]
253270
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
254271
version = "0.7.0"
255272

256273
[[deps.Serialization]]
257274
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
275+
version = "1.11.0"
258276

259277
[[deps.SimpleBufferStream]]
260-
git-tree-sha1 = "874e8867b33a00e784c8a7e4b60afe9e037b74e1"
278+
git-tree-sha1 = "f305871d2f381d21527c770d4788c06c097c9bc1"
261279
uuid = "777ac1f9-54b0-4bf8-805c-2214025038e7"
262-
version = "1.1.0"
280+
version = "1.2.0"
263281

264282
[[deps.Sockets]]
265283
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
284+
version = "1.11.0"
266285

267286
[[deps.SodiumSeal]]
268287
deps = ["Base64", "Libdl", "libsodium_jll"]
269288
git-tree-sha1 = "80cef67d2953e33935b41c6ab0a178b9987b1c99"
270289
uuid = "2133526b-2bfb-4018-ac12-889fb3908a75"
271290
version = "0.1.1"
272291

292+
[[deps.StyledStrings]]
293+
uuid = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
294+
version = "1.11.0"
295+
273296
[[deps.TOML]]
274297
deps = ["Dates"]
275298
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
@@ -283,15 +306,12 @@ version = "1.10.0"
283306
[[deps.Test]]
284307
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
285308
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
309+
version = "1.11.0"
286310

287311
[[deps.TranscodingStreams]]
288-
git-tree-sha1 = "54194d92959d8ebaa8e26227dbe3cdefcdcd594f"
312+
git-tree-sha1 = "0c45878dcfdcfa8480052b6ab162cdd138781742"
289313
uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
290-
version = "0.10.3"
291-
weakdeps = ["Random", "Test"]
292-
293-
[deps.TranscodingStreams.extensions]
294-
TestExt = ["Test", "Random"]
314+
version = "0.11.3"
295315

296316
[[deps.URIs]]
297317
git-tree-sha1 = "67db6cc7b3821e19ebe75791a9dd19c9b1188f2b"
@@ -301,9 +321,11 @@ version = "1.5.1"
301321
[[deps.UUIDs]]
302322
deps = ["Random", "SHA"]
303323
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
324+
version = "1.11.0"
304325

305326
[[deps.Unicode]]
306327
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
328+
version = "1.11.0"
307329

308330
[[deps.Zlib_jll]]
309331
deps = ["Libdl"]
@@ -312,14 +334,14 @@ version = "1.2.13+1"
312334

313335
[[deps.libsodium_jll]]
314336
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
315-
git-tree-sha1 = "848ab3d00fe39d6fbc2a8641048f8f272af1c51e"
337+
git-tree-sha1 = "f76d682d87eefadd3f165d8d9fda436464213142"
316338
uuid = "a9144af2-ca23-56d9-984f-0d03f7b5ccf8"
317-
version = "1.0.20+0"
339+
version = "1.0.20+3"
318340

319341
[[deps.nghttp2_jll]]
320342
deps = ["Artifacts", "Libdl"]
321343
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
322-
version = "1.52.0+1"
344+
version = "1.59.0+0"
323345

324346
[[deps.p7zip_jll]]
325347
deps = ["Artifacts", "Libdl"]

0 commit comments

Comments
 (0)