bluss
bluss
@setharnold Make a PR? :slightly_smiling_face:
I'd suggest using a string in there to further inform the solution `printf '3\n5\n2\n2.01\nNaN\nnot float\n20\n0\n' | ./target/debug/xsv sort -n -N`. Then either change the default value in comparison (partial_cmp()'s unwrap_or),...
I experience the lack of HKT mostly for lifetimes; I would be very happy with just a restriction that enables types to be higher-kinded over just lifetime params. These are...
Thanks for filing these issues
I'm not sure about going from DataOwned to Data. I guess there are many alternatives for how it could work. I was first thinking of - unsure if we can...
Adding to the prelude conditionally has its problems, it could be seen as unintentionally breaking some users, due to being a non-additive change (?) it's a borderline question. Either way...
Rustc's suggestion is right in principle, just uses the wrong path. That's unfortunate. Looks like just the documentation is missing then, an example of how to use the trait and...
Sorry for not addressing your suggestion directly - ndarray doesn't contain any internal functions and traits for this functionality. What's already inside ndarray::array_approx (private module) are implementations of the approx...
@daniel-vainsencher By the way, ndarray-rand is finally published as a crate. Ok, this has been released as ndarray-rand 0.1. The public vs non-public dependency choice is interesting, and we maybe...
We can now consider depending directly on rand from ndarray (and dropping ndarray-rand). Renaming dependencies should make it possible to depend on both Rand0.8 and other versions, right? (Newer versions...