Peter Sobolewski
Peter Sobolewski
Ah, i see that all tests are failing on the repo. Darn. Anyhow, I'm supporting a user that has been using the napari plugin for access to CZI files. The...
Well my main problem, as noted in the issue I linked, is that that bioio-czi depends on pylibczirw which has no wheels and no conda-forge package. There is a PR...
With https://github.com/napari/napari/pull/5333 settings are per-environment. But I dont think there is an easy way for someone to relocate the settings? @Czaki maybe you can update OP with checkboxes for what...
Thanks for opening this, I've run into it before "live" while doing something and then forgotten to track it down because it wasn't consistent.
This was fixed by https://github.com/napari/napari/pull/7545
I can confirm this on my arm64 M1. Observations: - python process takes 99.9% CPU, but not more. - Memory not an issue. - And once the layer shows it's...
FYI, if you press `a` which selects points in the current layer with 1e6 points napari will hang 🤣 Maybe it should warn or something...
Updated psygnal (and vispy) ``` Installing collected packages: vispy, psygnal Attempting uninstall: vispy Found existing installation: vispy 0.14.1 Uninstalling vispy-0.14.1: Successfully uninstalled vispy-0.14.1 Attempting uninstall: psygnal Found existing installation: psygnal...
I'm going to split off the selection to a new issue, because it's not really related to the OP, which is probably solved by: https://github.com/napari/napari/pull/6727 Here's the select issue --...
With 0.5.1 I am getting between 1.12 and 1.6 second wall time for adding the points layer with 1e6 points -- this seems ok to me? For 1e7 points it's...