scheinerman / Permutations.jl

Permutations class for Julia.
Other
51 stars 14 forks source link

Updated for Julia v0.4-dev #4

Closed NickMcNutt closed 8 years ago

NickMcNutt commented 9 years ago

This commit suppresses deprecation warnings when using Permutations.jl in

Julia version 0.4.0-dev+4476 (2015-04-24 14:43 UTC) Commit 54e9ed1

Changed [1:n] to collect(1:n) Changed int(eye(...)) to eye(Int, ...)