sisl / GridInterpolations.jl

Multidimensional grid interpolation in arbitrary dimensions
Other
52 stars 12 forks source link

Compat with StaticArrays #35

Closed johannes-fischer closed 3 years ago

johannes-fischer commented 3 years ago

For some reason the general registry requires StaticArrays = "0.0.0 - 0.12" for this package, hence it cannot be used together with packages requiring StaticArrays >1.0

mykelk commented 3 years ago

Ah, interesting. Would you mind submitting a PR?

johannes-fischer commented 3 years ago

Thanks for fixing!