Skip to content

Releases: JuliaLang/Compat.jl

v0.28.0

23 Jul 17:25
Compare
Choose a tag to compare
Move the include to avoid warning from Sys (#383)

Sys.is, Val, and CartesianRange

20 Jul 00:29
Compare
Choose a tag to compare
Merge pull request #377 from JuliaLang/teh/cartesianrange

Add atsign-compat support for `CartesianRange`

__MODULE__ support

08 Jun 17:24
Compare
Choose a tag to compare
Merge pull request #363 from JuliaLang/teh/MODULE

Support atsign-__MODULE__

v0.25.2: Merge pull request #362 from JuliaLang/fw/depwarn

18 May 06:49
Compare
Choose a tag to compare
  • Fix deprecation warnings on 0.7

What a rarity—two patch releases in a row!

v0.25.1 — invokelatest bugfix

16 May 18:19
Compare
Choose a tag to compare

Bugfix in invokelatest to make sure it uses the current module

v0.25.0: Update docs for type alias with free parameters (#353)

13 May 00:01
Compare
Choose a tag to compare
I didn't know from the current docs that it's only if the RHS has a type parameter. I thought it was whether any had a type parameter. This update clarifies that `@compat` is only needed when the LHS has a type parameter.

bswap, StringVector, and collect

19 Apr 22:09
Compare
Choose a tag to compare
Merge pull request #351 from JuliaLang/teh/collect_version

Support `collect` for rc-releases of Julia 0.5

unsafe_trunc and isassigned

11 Apr 12:27
Compare
Choose a tag to compare
v0.23.0

Support isassigned(::RefValue) (#345)

v0.22.0

05 Apr 00:45
Compare
Choose a tag to compare
  • seed explicitly MersenneTwister(0)
  • backport new Set convert methods

v0.21.0

24 Mar 00:14
Compare
Choose a tag to compare
  • Support new zeros/ones methods from #19635 (#330)
  • Add >: (#336)