KristofferC / NearestNeighbors.jl

High performance nearest neighbor data structures (KDTree and BallTree) and algorithms for Julia.
Other
413 stars 65 forks source link

Extend [compat] StaticArrays = "0.9, 0.10, 0.11, 0.12, 1.0" #114

Closed ablaom closed 3 years ago

ablaom commented 3 years ago

Not sure why travis ci has not been triggered but tests on julia 1.5 mac work for me.

We use NearestNeighbors in quite a bit of testing in the MLJ ecosystem (and the tests are failing because of pkg conflicts at test time). So be good to get this one sooner rather than later, thanks!

KristofferC commented 3 years ago

Not sure why travis ci has not been triggered but tests on julia 1.5 mac work for me.

Travis credits ran out on my account. Swapped to github actions.

KristofferC commented 3 years ago

https://github.com/JuliaRegistries/General/pull/25681