Robert Carson
Robert Carson
@bluss I should have clarified in the first post. I wasn't proposing having it exposed in the prelude but instead allowing someone to do something like ```use ndarray::approx_aaray``` to access...
@bluss that's fine. I really haven't had any time to look at this until just now. I did finally figure out what rustc meant from it's suggestion. As an external...
@multimeric if it helps any here's my conversion from ndarray v0.11 to v0.13 in one of my crates: [test changes](https://github.com/rcarson3/mori/commit/7798013bce70d05edba922375293bec7579f7feb#diff-2a6de1d2765dd57212a7765ce3a328bb826ff81249b33a2cdc61a3b145d095f7) and [cargo changes](https://github.com/rcarson3/mori/commit/7798013bce70d05edba922375293bec7579f7feb#diff-7b1a6f8a945f52151fd09751da4c46dd136d1b4dc2b322f6dbdb78502ab82c11). Here's the relevant changes I had to...
I think actually including examples that fail in the documentation wouldn't be a bad idea. By doing it this way, you can highlight what you mean by if any of...
Oh man looking back on this issue after 3 years, I definitely would not have had time to work on a prototype of the functions I'd envisioned between finishing grad...
@bluss quickly glancing over #982 I'd say what you have listed in there would probably solve the issue I listed earlier especially since it appears that they can returns views...
I've been working on a Rust Data Reader equivalent to Numpy's load_txt. You can find the current framework here: [https://github.com/rcarson3/rust_data_reader](https://github.com/rcarson3/rust_data_reader). It has the various Rust primitive types supported. The data...
@bluss @jturner314 @LukeMathWalker I just remembered about the DataFusion project that Andy Grove was working on that had some dataframe stuff in it. It led me to a couple of...
I would very much appreciate this support being in RAJA natively. I've written the following set of abstractions over RAJA: https://github.com/LLNL/SNLS/blob/develop/src/SNLS_device_forall.h#L117-L157 in order to allow my various set of codes...
@jameshcorbett thanks so much for this! This is perfect and should allow me to get a working prototype up and running quite quickly. > flux mini submit -N 6 -n...