Eldad Afik

Results 14 comments of Eldad Afik

@diallobakary4 wrote: > The dev version is also giving me a warning: > > > /home/bdiallo/.conda/envs/bakbio/lib/python3.6/site-packages/IPython/config.py:13: > > ShimWarning: The `IPython.config` package has been deprecated since IPython 4.0. You should...

In case this is still useful, try: ``` pip install git+https://github.com/rossant/ipycache --upgrade ``` as suggested here: [46#issuecomment-570160148](https://github.com/rossant/ipycache/issues/46#issuecomment-570160148) NB: Upon running `%load_ext ipycache`, expect `ShimWarning` and `UserWarning`, something like: ```python .../lib/python3.7/site-packages/IPython/config.py:13:...

> `hv.VectorField(([-1, 0, 1, 2, 3], [-1, 0, 1, 2, 3], np.deg2rad([0, 45, 90, 180, 360]))).opts(tools=['hover'])` @ahuang11 Were you able to resolve this issue? If you have found a solution,...

Thanks to all the Devs for their continuous contribution! This scientific ecosystem is so helpful. There is a partial work-around, which I re-post here for those who may find it...

Hello @alexdesiqueira Many thanks for moving forward with this PR, and sorry for my losing track of the process. I should have a draft which is `opencv` independent - where...

> The following is based on the discussion I had with @clementkng on Slack during the SciPy 2020 sprint, and what I think we need to pursue for this PR....

Hi @alexdesiqueira :-) > > 1. OpenCV dependency removed; currently replaced by `skimage.feature.hessian_matrix`. > > 2. Updated `curve_thresh` parameter in the example `plot_ring_detector.py` accordingly. > > Thank you very much,...

@alexdesiqueira Could you please guide me through the following: 1. Where should example images be added to (folder)? 2. Attempting to compile commit `cbab232` using the command (found at _#installation-from-source_...

@alexdesiqueira thanks! > We need to think on an API that could agree with the other transforms, so we can write the tests on that scheme. Could you suggest your...

> Hey @eldad-a, > sorry about the silence. > > > 1. Where should example images be added to (folder)? > > It would be best to add these in...