# Julia v1.6.0 has been released

**URL:** https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938
**Category:** Announcements
**Tags:** release
**Created:** [March 25, 2021, 3:27pm UTC](https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938 "2021-03-25T15:27:51Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![ararslan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ararslan/32/3825_2.png) [@ararslan](https://discourse.julialang.org/u/ararslan)
#### Post date: [March 25, 2021, 3:27pm UTC](https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938/1 "2021-03-25T15:27:51Z")

</div>

The Julia developers are pleased to announce the release of Julia v1.6.0, the sixth minor release in the 1.x series. Some folks put together a [blog post](https://julialang.org/blog/2021/03/julia-1.6-highlights/) highlighting some of the most exciting new features in 1.6. Check it out!

As usual, binaries are available for all of your favorite platforms (Linux, macOS, Windows, and FreeBSD) at [https://julialang.org/downloads](https://julialang.org/downloads).

As a minor release, v1.6.0 contains no breaking changes, only new features, performance improvements, and marginal, undisruptive changes in behavior. You can also see the [NEWS file](https://github.com/JuliaLang/julia/tree/v1.6.0/NEWS.md) for the full set of changes.

It is currently undecided whether 1.6 will have long term support; that determination will come after 1.6 has seen more use. Julia 1.0 is currently still the only long term support version. Note that as of this release, 1.5 has been effectively superseded by 1.6, which means that there will not likely be any further 1.5.x releases.

We encourage everyone to give it a try. Packages can test with 1.6.0 on CI by specifying `1.6` on Travis, [AppVeyor](https://github.com/JuliaCI/Appveyor.jl), [Cirrus](https://github.com/ararslan/CirrusCI.jl), and soon [GitHub Actions](https://github.com/julia-actions/setup-julia). As always, let us know in the [issue tracker](https://github.com/JuliaLang/julia/issues) if you run into any issues.

Enjoy!

---

<div class="post-metadata">

### Author: ![affans](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/affans/32/11911_2.png) [@affans](https://discourse.julialang.org/u/affans)
#### Post date: [March 25, 2021, 4:02pm UTC](https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938/2 "2021-03-25T16:02:55Z")

</div>

Last time I was this excited was the 1.0 release. Great job everyone. Downloading it right now!

---

<div class="post-metadata">

### Author: ![rdeits](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rdeits/32/286_2.png) [@rdeits](https://discourse.julialang.org/u/rdeits)
#### Post date: [March 25, 2021, 4:04pm UTC](https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938/3 "2021-03-25T16:04:47Z")

</div>

FYI, it looks like `plotly` isn’t happy with the embedded graph in that post:

 ![Screenshot from 2021-03-25 12-04-10](https://global.discourse-cdn.com/julialang/original/3X/e/f/ef75f6a75429896478e5cb0afdc564780a28965a.png)

Edit: It’s fixed! Thanks for the great blog post!

---

<div class="post-metadata">

### Author: ![mbauman](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mbauman/32/31082_2.png) [@mbauman](https://discourse.julialang.org/u/mbauman)
#### Post date: [March 25, 2021, 4:06pm UTC](https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938/4 "2021-03-25T16:06:57Z")

</div>

Already fixed and slowly coming down the tubes.

---

<div class="post-metadata">

### Author: ![TheLateKronos](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/thelatekronos/32/12824_2.png) [@TheLateKronos](https://discourse.julialang.org/u/TheLateKronos)
#### Post date: [March 25, 2021, 4:32pm UTC](https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938/6 "2021-03-25T16:32:21Z")

</div>

Read the blog-post, and the changes look pretty amazing. Thank you to everyone who contributed!

I am going to try and install julia using the chocolatey package-manager for the first time. Do anyone know how long it usually takes for [the julia-package over at chocolatey](https://chocolatey.org/packages/julia) to get updated?

---

<div class="post-metadata">

### Author: ![rashid](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rashid/32/9398_2.png) [@rashid](https://discourse.julialang.org/u/rashid)
#### Post date: [March 25, 2021, 4:34pm UTC](https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938/7 "2021-03-25T16:34:10Z")

</div>

I am not sure whether I should ask this question here, but anyway.

It is mentioned in the blog post that precompilation is…

> …multi-processed, as opposed to multi-threaded, so is not limited by Julia’s thread count. By default, Julia will spawn a maximum CPU-balanced load of package precompile jobs at once based on the number of CPU cores

Is there any way to limit the number of cpu cores being used for this. Asking because when I was installing a package (using julia-1.6\_rc3, in my low end system), the precompilation package completely hanged the system for sometime.

---

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [March 25, 2021, 4:38pm UTC](https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938/8 "2021-03-25T16:38:15Z")

</div>

> [@rashid](#):
>
> Is there any way to limit the number of cpu cores being used for this

There is the `JULIA_NUM_PRECOMPILE_TASKS` env variable that you can set. Unfortunately, it doesn’t seem to be documented right now.

---

<div class="post-metadata">

### Author: ![rashid](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rashid/32/9398_2.png) [@rashid](https://discourse.julialang.org/u/rashid)
#### Post date: [March 25, 2021, 4:44pm UTC](https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938/9 "2021-03-25T16:44:55Z")

</div>

Thanks. Will try that.

---

<div class="post-metadata">

### Author: ![marllos](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/marllos/32/205917_2.png) [@marllos](https://discourse.julialang.org/u/marllos)
#### Post date: [March 25, 2021, 4:46pm UTC](https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938/10 "2021-03-25T16:46:46Z")

</div>

Excellent job! Julia is very good. I already updated.

---

<div class="post-metadata">

### Author: ![jishnub](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jishnub/32/33620_2.png) [@jishnub](https://discourse.julialang.org/u/jishnub)
#### Post date: [March 25, 2021, 5:00pm UTC](https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938/11 "2021-03-25T17:00:09Z")

</div>

I am facing issues using this with gcc 4.9.3 which comes pre-installed on our HPC cluster.

```julia
(base) jb6888:~/ $ module load gcc
Loading module 'gcc/4.9.3'

(base) jb6888:~/ $ julia
ERROR: Unable to load dependent library [...]/julia-1.6.0/bin/../lib/julia/libjulia-internal.so.1
Message:[...]/gcc/4.9.3/el7/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by [...]/julia-1.6.0/bin/../lib/julia/libjulia-internal.so.1)

```

In all likelihood this is because of the paths that gets prepended to LD\_LIBRARY\_PATH.  
I wonder if I might require a different gcc version to fix this issue?

---

<div class="post-metadata">

### Author: ![giordano](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/giordano/32/2166_2.png) [@giordano](https://discourse.julialang.org/u/giordano)
#### Post date: [March 25, 2021, 5:06pm UTC](https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938/12 "2021-03-25T17:06:16Z")

</div>

> [@jishnub](#):
>
> In all likelihood this is because of the paths that gets prepended to LD\_LIBRARY\_PATH.

Very likely

> [@jishnub](#):
>
> I wonder if I might require a different gcc version to fix this issue?

You don’t need GCC at all to use official binaries of Julia (only libc), they come with the libraries of GCC 9. Your system libraries are overriding them

---

<div class="post-metadata">

### Author: ![jishnub](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jishnub/32/33620_2.png) [@jishnub](https://discourse.julialang.org/u/jishnub)
#### Post date: [March 25, 2021, 5:10pm UTC](https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938/13 "2021-03-25T17:10:48Z")

</div>

Prepending the julia lib directory to LD\_LIBRARY\_PATH fixes this for the time being

```julia
export LD_LIBRARY_PATH=[...]/julia-1.6.0/lib/julia:$LD_LIBRARY_PATH

```

Reading through [a similar issue posted last year](https://discourse.julialang.org/t/linux-install-problems-cxxabi-1-3-9-not-found/38897) it might be an issue with HPC clusters using dated CentOS

---

<div class="post-metadata">

### Author: ![brianguenter](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/brianguenter/32/29519_2.png) [@brianguenter](https://discourse.julialang.org/u/brianguenter)
#### Post date: [March 25, 2021, 7:14pm UTC](https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938/14 "2021-03-25T19:14:24Z")

</div>

Fantastic job! Kudos to all the contributors to 1.6.

Amazingly fast precompilation. We were using precompiled sysimages in 1.5.x because otherwise load times were unbearably slow.

1.6 is so fast this no longer seems necessary.

---

<div class="post-metadata">

### Author: ![BLI](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/bli/32/37206_2.png) [@BLI](https://discourse.julialang.org/u/BLI)
#### Post date: [March 25, 2021, 7:17pm UTC](https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938/15 "2021-03-25T19:17:34Z")

</div>

I deleted all of past Julia, and installed from scratch.

Very snappy installation! And actually entertaining to listen to my little Lenovo media PC start panting while using all the i9 cores. Now: installing it on my laptop.

Running code also seems much quicker.

Thanks for you hard work!!

---

<div class="post-metadata">

### Author: ![mbauman](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mbauman/32/31082_2.png) [@mbauman](https://discourse.julialang.org/u/mbauman)
#### Post date: [March 29, 2021, 2:16pm UTC](https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938/16 "2021-03-29T14:16:47Z")

</div>

3 posts were split to a new topic: [Pkg.add updates other packages too?](https://discourse.julialang.org/t/pkg-add-updates-other-packages-too/58165)

---

<div class="post-metadata">

### Author: ![StatisticalMouse](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/statisticalmouse/32/43370_2.png) [@StatisticalMouse](https://discourse.julialang.org/u/StatisticalMouse)
#### Post date: [March 25, 2021, 8:55pm UTC](https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938/17 "2021-03-25T20:55:13Z")

</div>

@kristoffer.carlsson “For Julia release 0.6, formatting of stacktraces…” 😀

---

<div class="post-metadata">

### Author: ![lostella](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lostella/32/356_2.png) [@lostella](https://discourse.julialang.org/u/lostella)
#### Post date: [March 25, 2021, 8:58pm UTC](https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938/18 "2021-03-25T20:58:52Z")

</div>

Fantastic job, thank you everyone 🙂

Minor: the link to the PDF in the documentation appears to be broken: [https://raw.githubusercontent.com/JuliaLang/docs.julialang.org/assets/julia-1.6.0.pdf](https://raw.githubusercontent.com/JuliaLang/docs.julialang.org/assets/julia-1.6.0.pdf)

Edit: works now

---

<div class="post-metadata">

### Author: ![mbauman](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mbauman/32/31082_2.png) [@mbauman](https://discourse.julialang.org/u/mbauman)
#### Post date: [March 25, 2021, 9:04pm UTC](https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938/19 "2021-03-25T21:04:31Z")

</div>

That’s actually intended! Julia 0.6 was the last time stack traces were significantly changed:

See the fifth bullet point here: [https://github.com/JuliaLang/julia/blob/master/HISTORY.md#library-improvements-1](https://github.com/JuliaLang/julia/blob/master/HISTORY.md#library-improvements-1) (and search elsewhere in the history for stacks). 🙂

---

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [March 25, 2021, 9:20pm UTC](https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938/20 "2021-03-25T21:20:35Z")

</div>

I should probably have worded that differently though, many people have had the same confusion.

Edit: [tweak wording to not make it look like a typo by KristofferC · Pull Request #1242 · JuliaLang/www.julialang.org · GitHub](https://github.com/JuliaLang/www.julialang.org/pull/1242) should improve the wording.

---

<div class="post-metadata">

### Author: ![FHell](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/fhell/32/2421_2.png) [@FHell](https://discourse.julialang.org/u/FHell)
#### Post date: [March 26, 2021, 9:26am UTC](https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938/21 "2021-03-26T09:26:01Z")

</div>

Just gave it a try. Early days but wow! The precompilation changes, and the compilation speed improvements are absolutely wonderful. This is really a massive quality of life improvement. Excellent job! 🙂

[Next page](https://discourse.julialang.org/t/julia-v1-6-0-has-been-released/57938.md?page=2)
