+++
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 = "" ignore = ["visual-tests/"]
stable_release = "1.12.7" stable_release_short = "1.12" stable_release_date = "August 15, 2026" lts_release = "1.10.12" lts_release_short = "1.10" lts_release_date = "August 16, 2026"
hasplotly = false
hasmap = false
upcoming_release = "1.13.0-rc3" upcoming_release_short = "1.13" upcoming_release_date = "2026" +++
\newcommand{\note}[2]{ @@admonition-note @@admonition-title Note: #1 @@ @@admonition-body #2 @@ @@ }
\newcommand{\warn}[2]{ @@admonition-warn @@admonition-title Warning: #1 @@ @@admonition-body #2 @@ @@ }