Julia v1.8.0-rc3 is now available

The Julia developers are pleased to announce that the third release candidate for Julia v1.8.0 is now available. Binaries are available at https://julialang.org/downloads/ in the “upcoming release” section for the following platforms, listed here by support tier:

  • Tier 1:
    • Linux x86_64 (glibc)
    • Linux i686 (glibc)
    • macOS x86_64 (Intel or Rosetta)
    • Window x86_64
  • Tier 2:
    • FreeBSD x86_64
    • Linux AArch64 (glibc)
    • macOS AArch64 (M-Series)
    • Windows i686
  • Tier 3:
    • Linux x86_64 (musl)

Check out the NEWS file to see what will be new in 1.8.0. You can also see the list of commits included since 1.8.0-rc1 here. (Note that 1.8.0-rc2 was tagged but not released.)

As a release candidate, this should not be considered production-ready. Rather, it’s intended to give users, especially package developers, a chance to try our their code with 1.8.0 prior to a full release. Note that 1.8 on Travis, AppVeyor, and Cirrus now refers to 1.8.0-rc3. On GitHub Actions, use ~1.8.0-0.

Let us know in the issue tracker if you run into any issues. Please note that any bugs you may encounter should be posted there rather than being discussed in this thread to ensure visibility to the developers.

34 Likes

This topic was automatically closed after 1 minute. New replies are no longer allowed.