Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 701330 - dev-lang/julia-1.3.0 version bump
Summary: dev-lang/julia-1.3.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-27 14:56 UTC by Anton Kochkov
Modified: 2019-12-11 03:33 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Kochkov 2019-11-27 14:56:08 UTC
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).
Comment 1 Larry the Git Cow gentoo-dev 2019-12-11 03:33:42 UTC
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(+)