Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 858 Bytes

NEWS.md

File metadata and controls

28 lines (19 loc) · 858 Bytes

Julia v1.1.0 Release Notes

New language features

  • CartesianIndices can now be constructed from two CartesianIndexes I and J with I:J (#29440).

Language changes

Standard Library Changes

  • New splitpath(p::String) function added, which is the opposite of joinpath(parts...): it splits a filepath into its components (#28156).

Compiler/Runtime improvements

Deprecated or removed

  • one(i::CartesianIndex) should be replaced with oneunit(i::CartesianIndex) (#29442).