Skip to content

Releases: JuliaLang/Compat.jl

v0.65.0

18 May 22:34
c5527e9
Compare
Choose a tag to compare
Bump Project.toml version to 0.65.0 (#548)

v0.64.0

24 Apr 19:18
9ae1261
Compare
Choose a tag to compare
Set version in Project.toml to 0.64.0 (#533)

v0.63.0

23 Mar 07:24
Compare
Choose a tag to compare
  • Add selectdim

v0.62.1

21 Mar 19:55
Compare
Choose a tag to compare

Fix length(::CartesianIndices)

v0.62.0

21 Mar 08:38
Compare
Choose a tag to compare
  • occursin(needle, haystack)
  • various functions with dims keyword

v0.61.0

17 Mar 16:49
0c7525e
Compare
Choose a tag to compare
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

13 Mar 17:01
4489b2b
Compare
Choose a tag to compare
Add indexin (#515)

v0.59.0

12 Mar 10:12
1862df2
Compare
Choose a tag to compare
add undef (#514)

v0.58.0

10 Mar 19:12
5ff9892
Compare
Choose a tag to compare

Compat.find(first|last|next|prev) returning nothing rather than 0:-1

v0.57.0

06 Mar 20:08
fd3b92a
Compare
Choose a tag to compare
  • range with keyword arguments
  • trunc, floor, ceil, round, signif with keyword arguments
  • mv and cp with force keyword argument