# Julia 1.0 released

**URL:** https://discourse.julialang.org/t/julia-1-0-released/13208
**Category:** Announcements
**Created:** [August 11, 2018, 12:10am UTC](https://discourse.julialang.org/t/julia-1-0-released/13208 "2018-08-11T00:10:38Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![StefanKarpinski](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/stefankarpinski/32/24_2.png) [@StefanKarpinski](https://discourse.julialang.org/u/StefanKarpinski)
#### Post date: [August 11, 2018, 12:10am UTC](https://discourse.julialang.org/t/julia-1-0-released/13208/1 "2018-08-11T00:10:39Z")

</div>

Julia 1.0 has been released: [Announcing the release of Julia 1.0](https://julialang.org/blog/2018/08/one-point-zero). Video of the Julia founders talk about the path to Julia 1.0 and the live tagging of the release:

[![](https://global.discourse-cdn.com/julialang/original/3X/d/e/de64d970c6c1f56f5afe502e10773b28bbb26b07.jpeg "JuliaCon 2018 | Founders talk & Julia 1.0 release") ](https://www.youtube.com/watch?v=1jN5wKvN-Uk)

---

<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: [August 11, 2018, 10:02am UTC](https://discourse.julialang.org/t/julia-1-0-released/13208/2 "2018-08-11T10:02:29Z")

</div>

What a feeling it is to be 1.0. We’ve been at the top of [Hacker News](https://news.ycombinator.com/item?id=17723404), on [Reddit](https://www.reddit.com/r/programming/comments/95vwb7/julia_10/), [The Register](https://www.theregister.co.uk/2018/08/10/julia_software/), and other news outlets.

Binaries for 1.0 are available on [Download Julia](https://julialang.org/downloads), and we have them for the usual suspects: Linux (i686, x86-64, ARMv7), FreeBSD (x86-64), macOS, and Windows (32-, 64-bit). Check it out!

Current efforts are largely focused on updating packages. Julia’s `master` branch is now 1.1.0-DEV, which means for now we’ll be adding bugfixes (which will be backported to 1.0.x releases), and new features that won’t break existing code.

Thank you to all of the developers and the amazing Julia community who got us to this point!

---

<div class="post-metadata">

### Author: ![ontouchstart](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ontouchstart/32/4849_2.png) [@ontouchstart](https://discourse.julialang.org/u/ontouchstart)
#### Post date: [August 11, 2018, 11:41am UTC](https://discourse.julialang.org/t/julia-1-0-released/13208/3 "2018-08-11T11:41:23Z")

</div>

Thanks for the hard work. I also noticed that docker registry is also updated.

[https://hub.docker.com/r/library/julia/](https://hub.docker.com/r/library/julia/)

Look forward to playing with it.

---

<div class="post-metadata">

### Author: ![e3c6](https://avatars.discourse-cdn.com/v4/letter/e/e79b87/32.png) [@e3c6](https://discourse.julialang.org/u/e3c6)
#### Post date: [August 11, 2018, 2:09pm UTC](https://discourse.julialang.org/t/julia-1-0-released/13208/4 "2018-08-11T14:09:59Z")

</div>

Awesome. I have a question. Do I gain any performance if I compile the Julia binaries from source in my system, instead of downloading the pre-compiled binaries from [julialang.com](http://julialang.com)?

---

<div class="post-metadata">

### Author: ![yuyichao](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/yuyichao/32/20_2.png) [@yuyichao](https://discourse.julialang.org/u/yuyichao)
#### Post date: [August 11, 2018, 2:25pm UTC](https://discourse.julialang.org/t/julia-1-0-released/13208/5 "2018-08-11T14:25:02Z")

</div>

Unlikely. (No for most cases.)

---

<div class="post-metadata">

### Author: ![Seif\_Shebl](https://avatars.discourse-cdn.com/v4/letter/s/eada6e/32.png) [@Seif\_Shebl](https://discourse.julialang.org/u/Seif_Shebl)
#### Post date: [August 11, 2018, 5:06pm UTC](https://discourse.julialang.org/t/julia-1-0-released/13208/6 "2018-08-11T17:06:10Z")

</div>

So what has changed? We still remember the **7 gotchas** by @ChrisRackauckas, especially: [Gotcha #7: Not Building the System Image for your Hardware](http://www.stochasticlifestyle.com/7-julia-gotchas-handle/).

---

<div class="post-metadata">

### Author: ![ufechner7](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ufechner7/32/51363_2.png) [@ufechner7](https://discourse.julialang.org/u/ufechner7)
#### Post date: [August 11, 2018, 5:08pm UTC](https://discourse.julialang.org/t/julia-1-0-released/13208/7 "2018-08-11T17:08:47Z")

</div>

One thing that is much better than a year ago is the support of the default openblas version for modern CPUs like Skylake. In the past the binary version couldn’t recognize modern CPUs and used a slow fallback mode.

---

<div class="post-metadata">

### Author: ![mauro3](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mauro3/32/292_2.png) [@mauro3](https://discourse.julialang.org/u/mauro3)
#### Post date: [August 11, 2018, 5:13pm UTC](https://discourse.julialang.org/t/julia-1-0-released/13208/8 "2018-08-11T17:13:18Z")

</div>

I think it’s this:  
[https://github.com/JuliaLang/julia/pull/21849](https://github.com/JuliaLang/julia/pull/21849)

---

<div class="post-metadata">

### Author: ![ChrisRackauckas](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/chrisrackauckas/32/77_2.png) [@ChrisRackauckas](https://discourse.julialang.org/u/ChrisRackauckas)
#### Post date: [August 11, 2018, 5:16pm UTC](https://discourse.julialang.org/t/julia-1-0-released/13208/9 "2018-08-11T17:16:45Z")

</div>

> [@Seif\_Shebl](#):
>
> So what has changed? We still remember the **7 gotchas** by @ChrisRackauckas, especially: [Gotcha #7: Not Building the System Image for your Hardware](http://www.stochasticlifestyle.com/7-julia-gotchas-handle/).

A good number of Gotchas are now gone. 7 is gone. 1 is basically gone: globals now have to be made explicit so now it’s just “dealing with globals” instead of dealing with REPL loops.

---

<div class="post-metadata">

### Author: ![Seif\_Shebl](https://avatars.discourse-cdn.com/v4/letter/s/eada6e/32.png) [@Seif\_Shebl](https://discourse.julialang.org/u/Seif_Shebl)
#### Post date: [August 11, 2018, 5:43pm UTC](https://discourse.julialang.org/t/julia-1-0-released/13208/10 "2018-08-11T17:43:51Z")

</div>

Hmm, very nice, things seem to improve so fast. Julia really has a wonderful community, thanks every one for getting us there.

---

<div class="post-metadata">

### Author: ![tk3369](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tk3369/32/2824_2.png) [@tk3369](https://discourse.julialang.org/u/tk3369)
#### Post date: [August 11, 2018, 7:14pm UTC](https://discourse.julialang.org/t/julia-1-0-released/13208/11 "2018-08-11T19:14:36Z")

</div>

So is there any other reason to build system image?

The doc still contains a section about how to build system image and I just submitted a bug report against that for Mac 🙂

---

<div class="post-metadata">

### Author: ![tobias.knopp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tobias.knopp/32/7551_2.png) [@tobias.knopp](https://discourse.julialang.org/u/tobias.knopp)
#### Post date: [August 11, 2018, 7:24pm UTC](https://discourse.julialang.org/t/julia-1-0-released/13208/12 "2018-08-11T19:24:35Z")

</div>

of course there is, if you want to precompile your own methods into the system image to circumvent compilation happening at runtime.

---

<div class="post-metadata">

### Author: ![BVPs](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/bvps/32/2190_2.png) [@BVPs](https://discourse.julialang.org/u/BVPs)
#### Post date: [August 11, 2018, 9:38pm UTC](https://discourse.julialang.org/t/julia-1-0-released/13208/13 "2018-08-11T21:38:05Z")

</div>

Maybe this was already discussed earlier somewhere, yet I am curious to know the future development plan of Julia from now on.  
Currently, both v1.0 and v0.7 have been released and are being maintained. But what is the next step? When v1.0.1 is released, would the corresponding version (with deprecation warnings) of v0.7.1 be also released? If so, would this process of parallel upgrades continue for a while? Or is the current v0.7.0 is the last release of the v0.7.x series?  
Thanks!

---

<div class="post-metadata">

### Author: ![abuAnat](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/abuanat/32/23032_2.png) [@abuAnat](https://discourse.julialang.org/u/abuAnat)
#### Post date: [August 11, 2018, 10:41pm UTC](https://discourse.julialang.org/t/julia-1-0-released/13208/14 "2018-08-11T22:41:42Z")

</div>

Great news, Thanks!

---

<div class="post-metadata">

### Author: ![ChrisRackauckas](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/chrisrackauckas/32/77_2.png) [@ChrisRackauckas](https://discourse.julialang.org/u/ChrisRackauckas)
#### Post date: [August 11, 2018, 10:46pm UTC](https://discourse.julialang.org/t/julia-1-0-released/13208/15 "2018-08-11T22:46:33Z")

</div>

> [@BVPs](#):
>
> Maybe this was already discussed earlier somewhere, yet I am curious to know the future development plan of Julia from now on.  
> Currently, both v1.0 and v0.7 have been released and are being maintained. But what is the next step? When v1.0.1 is released, would the corresponding version (with deprecation warnings) of v0.7.1 be also released? If so, would this process of parallel upgrades continue for a while? Or is the current v0.7.0 is the last release of the v0.7.x series?  
> Thanks!

v0.7 is only for depwarns to help people upgrade. I would be very surprised if there was a v0.7.x

---

<div class="post-metadata">

### Author: ![rsmaior](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rsmaior/32/2176_2.png) [@rsmaior](https://discourse.julialang.org/u/rsmaior)
#### Post date: [August 12, 2018, 2:05am UTC](https://discourse.julialang.org/t/julia-1-0-released/13208/16 "2018-08-12T02:05:21Z")

</div>

Julia 1.0 news is even at Phoronix!

> **[Julia 1.0 Programming Language Released](https://www.phoronix.com/news/Julia-1.0-Released)**
>
> Julia, the LLVM-based, speed-focused, dynamic and optional typing, full-featured programming language focused on numerical computing has reached the version 1.0 milestone.

---

<div class="post-metadata">

### Author: ![jlapeyre](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jlapeyre/32/4514_2.png) [@jlapeyre](https://discourse.julialang.org/u/jlapeyre)
#### Post date: [August 12, 2018, 8:25pm UTC](https://discourse.julialang.org/t/julia-1-0-released/13208/17 "2018-08-12T20:25:12Z")

</div>

> [@ChrisRackauckas](#):
>
> good number of Gotchas are now gone. 7 is gone.

This is unclear to me. The Julia repo README still says

> You can also set MARCH=native for a maximum-performance build customized for the current machine CPU.

Is that advice out of date, or does it address a separate issue ?

---

<div class="post-metadata">

### Author: ![o314](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/o314/32/252_2.png) [@o314](https://discourse.julialang.org/u/o314)
#### Post date: [August 12, 2018, 8:45pm UTC](https://discourse.julialang.org/t/julia-1-0-released/13208/18 "2018-08-12T20:45:02Z")

</div>

![dance](https://global.discourse-cdn.com/julialang/original/3X/b/4/b4029d689a27b5bf8a64d1fe5b58e93730d603ec.gif)

A very big, big thanks to the whole team that make it happens!

---

<div class="post-metadata">

### Author: ![yuyichao](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/yuyichao/32/20_2.png) [@yuyichao](https://discourse.julialang.org/u/yuyichao)
#### Post date: [August 12, 2018, 10:06pm UTC](https://discourse.julialang.org/t/julia-1-0-released/13208/19 "2018-08-12T22:06:00Z")

</div>

It’s out of date

---

<div class="post-metadata">

### Author: ![Iagoba\_Apellaniz](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/iagoba_apellaniz/32/34406_2.png) [@Iagoba\_Apellaniz](https://discourse.julialang.org/u/Iagoba_Apellaniz)
#### Post date: [August 13, 2018, 8:59am UTC](https://discourse.julialang.org/t/julia-1-0-released/13208/20 "2018-08-13T08:59:15Z")

</div>

5 days from the release and IJulia and Plots packages just work! I wouldn’t expect that. Amazing job guys! Really amazing!!

Thanks! 😀

[Next page](https://discourse.julialang.org/t/julia-1-0-released/13208.md?page=2)
