CartesianIndices
can now be constructed from twoCartesianIndex
esI
andJ
withI:J
(#29440).
- New
splitpath(p::String)
function added, which is the opposite ofjoinpath(parts...)
: it splits a filepath into its components (#28156).
one(i::CartesianIndex)
should be replaced withoneunit(i::CartesianIndex)
(#29442).