Julia (programming language): Difference between revisions

Content deleted Content added
1.11.5 is done/tagged, not yet announced, available as source code.
1.11.5 is now released, and binaries downloadable.
Line 41:
| url-status = live
}}</ref>
| latest_release_version = 1.11.5<ref>{{Cite web |title=GitHub - JuliaLang/julia at release-1.11 |url=https://github.com/JuliaLang/julia/tree/release-1.11 |access-date=2025-04-14 |website=GitHub |language=en}}</ref><ref>{{Cite web |title=GitHub - JuliaLang/julia at v1.11.5 |url=https://github.com/JuliaLang/julia/tree/v1.11.5 |access-date=2025-04-14 |website=GitHub |language=en}}</ref> <!-- {{wikidata|property|edit|reference|Q28974961 |P548=Q2804309|P348}} -->
| latest_release_date = {{nowrap|{{start date and age|2025|04|14|df=y}}}} <!-- {{nowrap|{{start date and age|{{wikidata|qualifier| Q28974961 |P348|P577}}|df=y}}}} --> and<br /> and 1.10.9<ref>{{Cite web |title=GitHub - JuliaLang/julia at v1.10.9 |url=https://github.com/JuliaLang/julia/tree/v1.10.9 |access-date=2025-03-10 |website=GitHub |language=en}}</ref> ([[long-term support|LTS]]) / (same-day release) <!-- both {{nowrap|{{start date and age|2025|03|10|df=y}} -->}}
| latest preview version = 1.12.0-beta1
| latest_preview_date = {{start date and age|2025|04|03|df=y}} <!-- Being worked on: --> and 1.13.0-DEV with daily updates
Line 142:
-->
 
Julia 1.11 was released on 7 October 2024 (and 1.11.45 on 1014 MarchApril 2025), and with it 1.10.5 became the next [[long-term support]] (LTS) version (i.e. those are the only two supported versions), since replaced by 1.10.8 released on 10 March, and 1.6 is no longer an LTS version. Julia 1.11 adds e.g. parallel garbage collection and a new <code>public</code> keyword to signal safe public API (Julia users are advised to use such API, not internals, of Julia or packages, and package authors advised to use the keyword, generally indirectly, e.g. prefixed with the <code>@compat</code> macro, from ''Compat.jl'', to also support older Julia versions, at least the LTS version). Julia 1.11.1 has much improved startup (over 1.11.0 that had a regression), and over 1.10, and this can be important for some benchmarks.
 
<!-- I think this is now outdated: Some users may want to postpone upgrading to 1.11 (e.g. those calling Julia from R), because of known temporary package incompatibility.