You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix reproject with threads + add Windows and Mac CI (#292)
* Run CI on mac and windows on julia v1 at least
this way we don't get hammered
* Use proj_context_destroy not proj_destroy
That was causing the segfault it seems.
* Clean up the code and remove allocations from broadcasting
TODO: is it "safe" to use ntuple here? is nthreads a compile time constant? Not sure, we can leave that for later, but this is a nice note
* add arch on Win
0 commit comments