davidavdav / NamedArrays.jl

Julia type that implements a drop-in replacement of Array with named dimensions
Other
120 stars 20 forks source link

Use isdefined instead of VERSION ≥ v0.6.0-dev for RowVector and 0.6 broadcast #51

Closed tkelman closed 7 years ago

tkelman commented 7 years ago

will be more specific about only using/extending functions or types when they exist

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 89.738% when pulling 5cb7e17a581e0cd2e2707e76c951e27d2428992c on tkelman:isdefined into 0025d3684e8e4ba7f947416f6e467b13ffc8f966 on davidavdav:master.

davidavdav commented 7 years ago

Thanks for this. I will try to use this idiom in the future.