Releases: JuliaLang/Compat.jl
Releases · JuliaLang/Compat.jl
v0.65.0
v0.64.0
Set version in Project.toml to 0.64.0 (#533)
v0.63.0
- Add
selectdim
v0.62.1
Fix length(::CartesianIndices)
v0.62.0
occursin(needle, haystack)
- various functions with
dims
keyword
v0.61.0
Fixes for JuliaLang/julia/pull/26436. (#517) - Add one argument ``curried'' forms of `isequal`, `==` and `in`. - Keep the following definitions to not break Compat on julia v0.6: - const EqualTo{T} = Fix2{typeof(isequal),T} - equalto(x) = isequal(x) - const OccursIn{T} = Fix2{typeof(in),T} - occursin(x) = in(x)
v0.60.0
v0.59.0
add undef (#514)
v0.58.0
Compat.find(first|last|next|prev)
returning nothing
rather than 0:-1
v0.57.0
- range with keyword arguments
- trunc, floor, ceil, round, signif with keyword arguments
- mv and cp with force keyword argument