Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 979 Bytes

NEWS.md

File metadata and controls

29 lines (20 loc) · 979 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).
  • isnothing(::Any) function can now be called to check whether something is a Nothing, returns a Bool ([#29679])

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).