Gregory Lee
Gregory Lee
Thanks for taking this up again @coderforlife. I am out of office this week, but am interested in taking a look again soon.
I am also fine with removing the internal `out` argument.
I hate to say it, but there is a third contender: `workers` SciPy tends to use just `workers` rather than `num_workers` (e.g. in [scipy.fft functions](https://docs.scipy.org/doc/scipy/reference/generated/scipy.fft.fftn.html#scipy.fft.fftn), [differential_evolution](https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.differential_evolution.html#scipy-optimize-differential-evolution) and [quad_vec](https://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.quad_vec.html#scipy-integrate-quad-vec)). For FFTs,...
I think I actually like just `workers` the best, but don't have a problem with any of the three as long as we use it consistently within scikit-image!
I want to commend both of you for bringing detailed implementations/examples in this issue! I had missed it at the time @TAdeJong originally opened it. Both of the proposed algorithms...
> The original implementation is licensed under the GPL. I'm not sure what is the correct procedure for this instance? Should we implement our own? Yes, we cannot incorporate GPL...
@JoOkuma Apparently Boost provides an implementation that should have compatible license terms: https://www.boost.org/doc/libs/1_73_0/libs/graph/doc/boykov_kolmogorov_max_flow.html The following "graph-tool" Python library looks nice and is built on the Boost implementation, but it is...
re: @TAdeJong > As you mentioned, I am also doing this mostly voluntary, so if we are happy to let some time pass over it, I can get to it...
Some nvjitlink-related failure occurs in CuPy for the conda test cases. Not sure if it is related to the recent CuPy 13.1.0 release or some other cause. Failures have the...
| After offline discussion, think this was an issue in the CuPy packages that was fixed recently with PR: https://github.com/conda-forge/cupy-feedstock/pull/269 Was just going to ping you and ask, but saw...