Julia v1.4.0

栏目: IT技术 · 发布时间: 4年前

内容简介:Whoops, sorry about that. That was indeed a typo. It’s 1.4 to get 1.4.

Announcements

#1

The Julia developers are pleased to annouce the release of Julia v1.4.0, the fourth minor release in the 1.x series. Binaries are available for all of your favorite platforms (Linux, macOS, Windows, and FreeBSD) at https://julialang.org/downloads .

As a minor release, v1.4.0 contains no breaking changes, only new features, performance improvements, and marginal, undisruptive changes in behavior. The best reference for the changes in 1.4 is the NEWS file for 1.4.0.

Note that 1.4, like 1.3, 1.2, and 1.1 before it, does not have long term support. As of this release, 1.3 has been effectively superseded by 1.4, which means there will not likely be any further 1.3.x releases. Julia 1.0 is still currently the only long term support version.

We encourage everyone to give it a try. Packages can test with 1.4.0 on CI by specifying 1.4 on Travis, AppVeyor (with Appveyor.jl ), and Cirrus (with CirrusCI.jl ). As always, let us know in the issue tracker if you run into any issues.

Enjoy!

50 Likes

#2

Excellent! Congratulations for this amazing work.

Is it a typo or we really need to specify 1.3 ?

#3

Whoops, sorry about that. That was indeed a typo. It’s 1.4 to get 1.4. Julia v1.4.0

5 Likes

#4

Thanks for this piece of very positive news in a time of grave uncertainty and turmoil Julia v1.4.0

#5

Thanks, I’m excited to test drive Julia v1.4!

The first thing I did in Julia v1.4 was add the package MLJ.jl .

Julia installed MLJ v0.2.3 instead of the latest version MLJ v0.10.1 .

Is there some kind of testing that can be done before a new version of Julia is released to check that, say, the top 20 Julia packages (by github stars) work? And the maintainers can be notified pre-release if there is an issue?

Update: I ran rm -rf ~/.julia , opened Julia & Pkg.add("MLJ") now installed the latest.

That said, it could be nice to test the most frequently used Julia packages before a release…

#7

The problem you were experiencing was due to some issue with your local environment, as evidenced by the fact that it was fixed by rm -rf ~/.julia .

In general, when people experience an issue with packages, my first advice is always to rm -rf ~/.julia . I know that it seems extreme, but it really does fix the vast majority of problems.

2 Likes

#8

Note that this could lead to work lost in packages checked out for development. May not be an issue for new users though.

I think that the manual should contain advice about this, cf

#9

That’s a good point. I suppose my advice should actually be:

rm -rf ~/.julia

And of course, if you don’t have any packages checked out for development, then you simply do:

  1. rm -rf ~/.julia

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

深度学习入门

深度学习入门

[ 日] 斋藤康毅 / 陆宇杰 / 人民邮电出版社 / 2018-7 / 59.00元

本书是深度学习真正意义上的入门书,深入浅出地剖析了深度学习的原理和相关技术。书中使用Python3,尽量不依赖外部库或工具,从基本的数学知识出发,带领读者从零创建一个经典的深度学习网络,使读者在此过程中逐步理解深度学习。书中不仅介绍了深度学习和神经网络的概念、特征等基础知识,对误差反向传播法、卷积神经网络等也有深入讲解,此外还介绍了深度学习相关的实用技巧,自动驾驶、图像生成、强化学习等方面的应用,......一起来看看 《深度学习入门》 这本书的介绍吧!

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具