Skip to content

Releases: JuliaLang/Compat.jl

v0.30.0

09 Aug 18:27
Compare
Choose a tag to compare
Fix vectorization deprecation macros for Julia 0.7 (#394)

v0.29.0

31 Jul 20:54
Compare
Choose a tag to compare
only expand if statements that declare new globals if they will be ex…

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)