The first release candidate for Julia v1.3.0 is here! Get binaries for Linux, macOS, Windows, and FreeBSD at Download Julia and check out the NEWS file for v1.3.0-rc1 to see what will be new in 1.3. You can also view the commit comparison with the previously released 1.3.0-alpha here.
As a release candidate, this should not be considered production-ready; it’s intended to give users a chance to try out their code with 1.3.0 prior to a full release. Note that 1.3 on Travis, AppVeyor (with Appveyor.jl), and Cirrus CI (with CirrusCI.jl) now points to 1.3.0-rc1 rather than 1.3.0-alpha.
Don’t worry, even though 1.3 is now in the release candidate stage doesn’t mean we’ve forgotten about 1.2; that should be available very soon.
As usual, let us know in the issue tracker if you run into any issues.
FYI folks I jumped the gun a bit with this release candidate; please consider this more of a beta. We’ll continue to iterate with RC versions but this was a bit premature, so the next release candidate will be more like a true RC. My apologies!
FWIW the whole ApproxFun system passes tests on rc1 without a single segfault in the past this usually only occurred in the last or penultimate release candidate of any julia version. Though I suppose it’s single threaded so not really testing the main contributions of 1.3.
In any case, I’m hoping “more of a beta” means “really buggy”, not “we’re going to make big changes that introduce new bugs that breaK in ApproxFun
Feature freeze is still in effect. For this RC, the “problem” was just that we didn’t run the normal stabilisation checks that we usually do before an RC (PkgEval + Nanosoldier). For those that want to follow along and maybe help out, the PkgEval process for RC2 is at https://github.com/JuliaLang/julia/pull/32973#issuecomment-525447222.