Zachary P Christensen
Zachary P Christensen
This would be super helpful. If possible it would be nice to know how to imitate the travis checks beforehand to ensure a push is actually ready. @dorianps, I looked...
I figured this was the best place to bring this up since it might help others that want to contribute code in the future. Right now I'm looking at implementing...
I'd be happy to put together instructions on how to test packages before pull requests in the wiki since I need to figure it out anyway. I'm assuming the best...
I had a quick novice question about how everyone is going about developing and testing their C++ code for ANTsR. From what I've seen a lot of people use Rcpp's...
Is anyone still working one this?
The integration of a feature into base is just an example (perhaps a poor one). I think it's also important that a user doesn't need to know if a get,...
I would prefer a trait system that uses something like NamedDims to establish the observation dimension.
I think the way to go is using your suggested dims method. There's no reason we can't have packages like `NamedDims.jl` specialize on the methods provided that have the dims...
@nickrobinson251 , by default do you mean something like: ```julia function pca(X; dims=1) ... end ```
Is there any way we could represent loops as simple types that could be optimized by additional passes from downstream packages like LoopVectorization? ArrayInterface can break an expression like `getindex(A,...