# Julia 1.5.4 testing period

**URL:** https://discourse.julialang.org/t/julia-1-5-4-testing-period/56052
**Category:** Announcements
**Tags:** release
**Created:** [February 25, 2021, 10:10pm UTC](https://discourse.julialang.org/t/julia-1-5-4-testing-period/56052 "2021-02-25T22:10:05Z")
**Posts on this page:** 7
**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: [February 25, 2021, 10:10pm UTC](https://discourse.julialang.org/t/julia-1-5-4-testing-period/56052/1 "2021-02-25T22:10:05Z")

</div>

The `release-1.5` branch on the Julia repository now contains the set of commits we’re planning to tag as v1.5.4, the fourth patch release in the 1.5 series. The list of commits included since v1.5.3 is available [here](https://github.com/JuliaLang/julia/compare/v1.5.3...4b0a7e3212a58beb0ec2f87a838d1487f9271adc). As a patch release, it should be strictly non-breaking for existing code and should introduce no new features at all, just bug fixes and performance enhancements.

We encourage users, especially package authors, to test their code using a source build of the `release-1.5` branch to ensure there are no changes in behavior. (Binaries are not available for prereleases of patch versions at this time.) A package evaluation run showed no regressions from v1.5.3, so we should be good, but extra testing and assurance is always worthwhile. If you run into any issues, please report them on Julia’s [GitHub issue tracker](https://github.com/JuliaLang/julia/issues).

Assuming all is well, we’ll move forward with releasing v1.5.4 in a few days.

---

<div class="post-metadata">

### Author: ![dfsGitHub](https://avatars.discourse-cdn.com/v4/letter/d/a87d85/32.png) [@dfsGitHub](https://discourse.julialang.org/u/dfsGitHub)
#### Post date: [February 25, 2021, 11:18pm UTC](https://discourse.julialang.org/t/julia-1-5-4-testing-period/56052/2 "2021-02-25T23:18:37Z")

</div>

What’s the best way to get the patches and updates to Julia.  
I’m a newbie with Julia Pro installed on my Mac.  
Keep up the great work you are doing!  
Dave

---

<div class="post-metadata">

### Author: ![R.T.A.M](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/r.t.a.m/32/22289_2.png) [@R.T.A.M](https://discourse.julialang.org/u/R.T.A.M)
#### Post date: [February 26, 2021, 1:25am UTC](https://discourse.julialang.org/t/julia-1-5-4-testing-period/56052/3 "2021-02-26T01:25:08Z")

</div>

Nice work!  
BTW Is there anyone who is planning on testing Julia 1.5.4 on the jetson nano?  
I’ve been trying out version 1.0.5, which was recommended as stable, but was wondering about trying the latest.

---

<div class="post-metadata">

### Author: ![oschulz](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/oschulz/32/2998_2.png) [@oschulz](https://discourse.julialang.org/u/oschulz)
#### Post date: [February 26, 2021, 5:03am UTC](https://discourse.julialang.org/t/julia-1-5-4-testing-period/56052/4 "2021-02-26T05:03:31Z")

</div>

> [@R.T.A.M](#):
>
> testing Julia 1.5.4 on the jetson nano?  
> I’ve been trying out version 1.0.5

v1.5.3 has been working fine for me, at least.

---

<div class="post-metadata">

### Author: ![ron-wolf](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ron-wolf/32/16945_2.png) [@ron-wolf](https://discourse.julialang.org/u/ron-wolf)
#### Post date: [March 6, 2021, 11:30pm UTC](https://discourse.julialang.org/t/julia-1-5-4-testing-period/56052/5 "2021-03-06T23:30:17Z")

</div>

Just to clarify, are the changes showing up in 1.5.4 ones that have already surfaced in 1.6.0-beta? Or are they on two different development tracks?

---

<div class="post-metadata">

### Author: ![simeonschaub](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/simeonschaub/32/216566_2.png) [@simeonschaub](https://discourse.julialang.org/u/simeonschaub)
#### Post date: [March 6, 2021, 11:37pm UTC](https://discourse.julialang.org/t/julia-1-5-4-testing-period/56052/6 "2021-03-06T23:37:29Z")

</div>

They are different branches. Only bugfixes get backported, so there won’t be any new features compared to 1.5.3.

---

<div class="post-metadata">

### Author: ![ron-wolf](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ron-wolf/32/16945_2.png) [@ron-wolf](https://discourse.julialang.org/u/ron-wolf)
#### Post date: [March 6, 2021, 11:38pm UTC](https://discourse.julialang.org/t/julia-1-5-4-testing-period/56052/7 "2021-03-06T23:38:43Z")

</div>

Ok! I’ll install it alongside 1.6 and test some of my code. Thanks for the swift reply!!
