matzhaugen

Results 7 comments of matzhaugen

Just following up on this, is there any more information that is needed to resolve this issue, @alexellis? One question I have is regarding what you say here > This...

This would be useful for my use-case. Any reason why this hasn't been implemented yet?

My use case would be doing something like this ``` min_elem = my_sparse_matrix.diag_view().fold(1.0, |acc, elem| acc.min(*elem)); ``` or the `diag` equivalent. Maybe there is a much easier way to do...

Yes, good point, that seems like a good idea. I can change or add a PR for that, once I learn how to implement iterators in Rust :) . I'm...

I'm also getting this duplicate symbol error with mac 10.15.7. Can we just upload the wheels for py3.7 and py3.8 on macOS as part of the [release](https://github.com/vmprof/vmprof-python/blob/master/travis/build-wheels.sh#L7)?

I made a [drafty PR](https://github.com/matzhaugen/faas-netes/pull/1) that tests the image in the PR, and hopefully solves this issue. I also added a load testing script in the build just to show...

Thanks for this response. The type I was tentatively thinking of was f128, but if the code is currently in f32 and it would be easier to implement f64 then...