JuliaAttic / Color.jl

Basic color manipulation utilities.
Other
47 stars 21 forks source link

AbstractVector changes #90

Closed sebastiang closed 9 years ago

sebastiang commented 9 years ago

Required now that linspace returns an iterable thing, not an actual vector. The type restriction could probably even be removed completely, or reduced to whatever the type for an iterable thing is.

sebastiang commented 9 years ago

See also https://github.com/JuliaLang/julia/pull/9666