Lars Grüter
Lars Grüter
Intended as a quick fix. Long term we should probably aim for #66 or similar.
Aha, the [CI fails](https://github.com/scikit-image/skimage-tutorials/runs/7694410325?check_suite_focus=true) because it now runs into API changes from scikit-image 0.18 to 0.19 (e.g. `circle` to `disk`, `selem` to `footprint`). I'll fix those errors in another PR....
Just saw #65. :sweat_smile: Closing in favor of that one.
I'm taking the liberty to approve and merge this in anticipation of EuroSciPy 2022. That does not mean I endorse this approach over the ones proposed in #59 or #66....
Hey @emmanuelle, thanks for taking a look at the already included fixes and updates. However, this wasn't yet complete. I think I forgot to mark this as WIP via GitHub's...
Can't reproduce on Arch-like Linux with miniconda (conda 4.7.10) and Python 3.6.9. @pyAstroDude, do you get the same behavior inside a brand-new conda environment maybe with Python 3.7? `status.encode("utf-8")` actually...
Thanks for pinging me! :) If I understand correctly something like this behavior is wanted? ```python import numpy as np a = np.array([[1, np.nan, 3], [4, 5, 6]]) def padding_func_nanmean(vector,...
Thanks @DerThorsten! I'll try it out it the next few days. :)
Okay, I have several thoughts on this: - I think there is value in providing a quick and low barrier way to explore and play around with scikit-image a little...
Hmm, at least for me it builds and install's fine with setuptools 65.1.0 (Linux, Python 3.10.7)