Closed crbinz closed 8 years ago
Pretty basic changes - I removed the specific methods for Range{Float64} (they aren't needed, and the Ranges{...} is what was actually causing the build error), then fixed deprecation warnings (e.g. using AbstractString instead of String).
Range{Float64}
Ranges{...}
Many thanks.
Pretty basic changes - I removed the specific methods for
Range{Float64}
(they aren't needed, and theRanges{...}
is what was actually causing the build error), then fixed deprecation warnings (e.g. using AbstractString instead of String).