Nil Goyette
Nil Goyette
Nice! I'll test this on my next debug session. Thank you! Out of curiosity, where do you place this file @selvavm ?
Thank you @selvavm. If there's no general solution to this problem, maybe we could document it in the readme or in the documentation, with a link to download the .natvis...
Closing this issue - it is unclear to me what "co-broadcasting" is, but I guess it's identical to "broadcasting" - we already support broadcasting, or at least some parts of...
@bluthej This project is nor dead nor **actively** maintained. It seems that there has been as much action in the 2 last months than in the 3 least years, which...
> I suspect that the very high level of complexity of this library plays a role in limiting contributions. I tried contributing to this crate and everything non-trivial was/is too...
Might be a good idea. In the meantime, one can use `map_collect` let lt = Zip::from(&a).and(&b).map_collect(|&a, &b| a < b);
> Move .npz functionality into a separate crate I'm not for or against, but I wonder why you want to do that. Is there a problem with the current feature...
This is somewhat difficult for me to say because I'm only aware of my use-cases. Imeka is a heavy user of nifti-rs: we read and write thousands of images, of...
Hi @nx10. Development has stopped because nifti-rs answers all our current needs. The two persons that wanted to contribute the Nifti2 feature suddenly stopped answering. As we don't need that...
My experience is that NiBabel is indeed slow, at least for the loading and saving parts. Once the data is in NumPy, it's almost as fast as C. I created...