From 98f7744bf08070294ff2664cc9560a8badfe45a2 Mon Sep 17 00:00:00 2001 From: Keno Fischer Date: Tue, 19 Dec 2023 15:37:52 +0100 Subject: [PATCH] 1.10 highlights: Add NASA funding acknowledgement NASA provided some funding at JuliaHub specifically for release preparation, issues fixing, etc. There is a mandatory funding acknowledgement. This seems like a decent place for it, but open to other suggestions. --- blog/2023/12/julia-1.10-highlights.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/blog/2023/12/julia-1.10-highlights.md b/blog/2023/12/julia-1.10-highlights.md index 14a09a8bb9..4a5e42eb5f 100644 --- a/blog/2023/12/julia-1.10-highlights.md +++ b/blog/2023/12/julia-1.10-highlights.md @@ -110,3 +110,7 @@ While `Pkg` automatically precompiles dependencies in parallel after installatio When developing a package users can end up hitting precompilation during load time, and if code changes in developed packages are deep in the dependency tree of the package being loaded the serial precompile process can be particularly slow. 1.10 introduces parallel precompilation during loading time to catch these cases and precompile faster. + +# Acknowledgement + +The preparation of this release was partially funded by NASA under award 80NSSC22K1740. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Aeronautics and Space Administration.