+++
generate_rss = true website_title = "JuliaLang - The Julia programming language" website_descr = "Official website for the Julia programming language." website_url = get(ENV, "JULIA_FRANKLIN_WEBSITE_URL", "https://julialang.org/") prepath = get(ENV, "JULIA_FRANKLIN_PREPATH", "")
div_content = "container main" # instead of franklin-content author = ""
stable_release = "1.10.3" stable_release_short = "1.10" stable_release_date = "April 30, 2024" lts_release = "1.6.7" lts_release_short = "1.6" lts_release_date = "July 19, 2022"
hasplotly = false
upcoming_release = "1.11.0-beta1" upcoming_release_short = "1.11" upcoming_release_date = "April 10, 2024" +++
\newcommand{\note}[2]{ @@admonition-note @@admonition-title Note #1 @@ @@admonition-body #2 @@ @@ }
\newcommand{\warn}[2]{ @@admonition-warn @@admonition-title Warning #1 @@ @@admonition-body #2 @@ @@ }