Julia v1.5.1 has been released

Julia version 1.5.1, the first patch release in the 1.5 series of releases, is now available. You can get binaries for glibc Linux (i686, x86-64, AArch64), musl Linux (x86-64), FreeBSD (x86-64), macOS, and Windows (32-, 64-bit) at Download Julia.

As a patch release, 1.5.1 contains no new features or breaking changes, only bug fixes, documentation improvements, and performance improvements. You can see the list of commits included since 1.5.0 here. We recommend anyone currently using 1.5.0 upgrade to 1.5.1.

Note that 1.5 on Travis, AppVeyor , Cirrus , and GitHub Actions now refers to 1.5.1.

Enjoy!

55 Likes

:julia: 1.5.1 + :whale: = :white_check_mark: :slight_smile:

Julia docker images have been refreshed.
https://hub.docker.com/_/julia?tab=tags&page=1&name=1.5.1

  • docker pull julia:1.5.1
  • docker pull julia:1.5.1-buster
    • ( glibc Linux )
  • docker pull julia:1.5.1-alpine3.12
    • ( musl Linux )

example:

$ docker run -it --rm  julia:1.5.1
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.5.1 (2020-08-25)
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
|__/                   |

julia> 

13 Likes

39 posts were split to a new topic: Is there a simple Julia upgrade command?

Sorry, but I consider this at the limit of spam.

In any case this message should have been posted in the Community or Tooling category, not as a reply of a Julia release with which has nothing to do.

16 Likes