Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 692 Bytes

NEWS.md

File metadata and controls

48 lines (25 loc) · 692 Bytes

Julia v1.5 Release Notes

New language features

Language changes

Multi-threading changes

Build system changes

New library functions

New library features

Standard library changes

  • The @timed macro now returns a NamedTuple ([#34149])

LinearAlgebra

  • The BLAS submodule now supports the level-2 BLAS subroutine hpmv! ([#34211]).
  • normalize now supports multidimensional arrays ([#34239])

Markdown

Random

REPL

SparseArrays