Juan Nunez-Iglesias
Juan Nunez-Iglesias
Hello, and thank you for your incredibly useful action! 😊 As you know from [Twitter](https://twitter.com/jnuneziglesias/status/1496730372486348801), we are using your action and still bleeding about 20GB per day, and having trouble...
Hi! Is there any way to annotate matplotlib points/line segments in such a way that they become marker popups in leaflet? To clarify, I'd like reproduce the following effect: ```...
Hi, I'm not sure whether this is supposed to work: ``` python from fn import _ as X X.endswith('tif')('image.tif') ``` This prints "False". Looking at the tests I see this...
Hello! We are beginning to experiment with OpenCL over at scikit-image (see e.g. https://github.com/scikit-image/scikit-image/pull/4215). For us, it would be ideal `np.asarray(pyopencl_array)` worked transparently. The `__array__` method just calls `get`, but...
A user on the mailing list reported some weird behaviour by Ellipse Model: https://mail.python.org/pipermail/scikit-image/2017-April/005227.html It looks like the angle is being estimated in the wrong direction. Here's some not-quite-minimal code...
## Description Running `tools/generate_release_notes.py v0.16.1 v0.16.2rc1 --version v0.16.2 > release_notes_0.16.2.rst` does not include Jarrod Millman even though he authored our migration to networkx 2.x, which is in this release. It...
## Description Many of our region properties work in 3D, but the documentation still suggests that the whole function is 2D only. `labels_image` is documented as having shape (M, N),...
## Description I don't know whether this is by design, but if you look at the table of contents of the draw module (and I presume others), the signature for...
## Description To calculate region properties in a bigger volume than can be held in one image, we need to be able to specify the coordinates of the input image...
Following [this email](https://groups.google.com/d/msg/scikit-image/TM-BolfdL8o/P5Sza-FeWf4J) on the mailing list, it would be useful to specify valid ranges for each colorspace supported by our color conversion tools in the relevant function docstrings... At...