Julia v1.1.0 Release Notes ========================== New language features --------------------- * `CartesianIndices` can now be constructed from two `CartesianIndex`es `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]). [#28156]: https://github.com/JuliaLang/julia/issues/28156 [#29440]: https://github.com/JuliaLang/julia/issues/29440 [#29442]: https://github.com/JuliaLang/julia/issues/29442