Grzegorz Bokota
Grzegorz Bokota
# Description Reset contrast limits range and contrast limits when updating layer data from functions that return `ImageData` etc. ```python import numpy as np import napari from napari.types import ImageData...
# References and relevant issues # Description Similar to #7256 this PR is speedup face triangulation by avoiding often reallocation of arrays After long investigation, I found that using best...
# References and relevant issues https://napari.zulipchat.com/#narrow/stream/212875-general/topic/napari-tiff.20contrib/near/423920240 # Description This PR deprecate usage of `channel_axis` in reader plugins. This is the first steep in deprecating it in `channel_axis` globaly.
# Description Because of problems with breaking changes in the past, the `asv` constraints updates are excluded from our normal constraints workflows. So this PR is to bump them manually...
It will be nice to allow define `banned-api` rules per file pattern. In general, there are API that may be useful in tests but should not be used in the...
## Use Case Python 3.13 is out and it will be nice ## Solution Update cibuildwheel to most recent (2.22.0) ## Alternatives People are building aicspyczilib from source
## Summary by Sourcery Fix the 'to many steps: constrained dilation' exception by increasing the step_limits in MSOWatershedParams and update the CI pipeline to install a specific branch of PartSegCore-compiled-backend....
### Describe the bug Since Cython 3.1.0 my code containing fused types and openMP started failing to compile with: ``` assmts.update(node.cf_state) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^ TypeError: 'NoneType' object is not iterable ``` I...
When working on the improvement of triangulation in napari We have found that the triangulation algorithm is fragile on order of edges passed to it. We use triangulation this way:...
During work on https://github.com/napari/napari/pull/7632 I have met a bugs in Triangulation process. For first I send PR https://github.com/vispy/vispy/pull/2647 bute even with this fix I still get error during triangulation. ```python...