Current stable release: v1.3.0 (Nov 25, 2019) https://github.com/JuliaLang/julia/releases/tag/v1.3.0 https://github.com/JuliaLang/julia/releases/download/v1.3.0/julia-1.3.0.tar.gz https://github.com/JuliaLang/julia/releases/download/v1.3.0/julia-1.3.0.tar.gz.asc New language features Support for Unicode 12.1.0 (#32002). Methods can now be added to an abstract type (#31916). Support for unicode bold digits and double-struck digits 0 through 9 as valid identifiers (#32838). Added the syntax var"#str#" for printing and parsing non-standard variable names (#32408). Multi-threading changes New experimental Threads.@spawn macro that runs a task on any available thread (#32600). All system-level I/O operations (e.g. files and sockets) are now thread-safe. This does not include subtypes of IO that are entirely in-memory, such as IOBuffer, although it specifically does include BufferStream. (#32309, #32174, #31981, #32421). The global random number generator (GLOBAL_RNG) is now thread-safe (and thread-local) (#32407). New Channel(f::Function, spawn=true) keyword argument to schedule the created Task on any available thread, matching the behavior of Threads.@spawn (#32872). Simplified the Channel constructor, which is now easier to read and more idiomatic julia. Use of the keyword arguments csize and ctype is now discouraged (#30855, #32818).
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513114481695c0f742f98305d6a2d6708166f42b commit 513114481695c0f742f98305d6a2d6708166f42b Author: Jeffrey Lin <jeffrey@icurse.nl> AuthorDate: 2019-11-27 01:00:06 +0000 Commit: Matthias Maier <tamiko@gentoo.org> CommitDate: 2019-12-11 03:32:57 +0000 dev-lang/julia: version bump to 1.3.0 Closes: https://bugs.gentoo.org/701330 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Signed-off-by: Matthias Maier <tamiko@gentoo.org> dev-lang/julia/Manifest | 3 + dev-lang/julia/julia-1.3.0.ebuild | 200 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 203 insertions(+)