Grzegorz Bokota

Results 806 comments of Grzegorz Bokota

The main problem is that python do not free memory immediately after removing the last reference. Especially for the complex objects with self references. The solution may be to call...

It is a known problem with pyqt6 and our cleaning mechanism.

PyWavelets issue: https://github.com/PyWavelets/pywt/pull/693

I think napari is working with 3.12, but we need to set up CI. I have planned to drop python 3.8 first, but there are few PR that should be...

@jni We hit here a problem with the release of PyQt5-Qt5 for macOS, not for windows. I need to make a fix of workflows, but want to merge #7049 first

This PR solves the problem mentioned here https://github.com/napari/napari/issues/5127#issuecomment-1257167470 (and above in discussions), but I'm not sure if it solves the general problem from #5127 issue. cc @haesleinhuepf, @psobolewskiPhD

> I'm a little bit worried about side effects. Would it be possible that the visualization appears blinking if contrast limits are updated all the time? Also, does this cause...

> Took a look again; I stand by my point, the cost of having this run all the time is too high and not worth it. Why is too high?...

So your example is an example that updates a single pixel, where my example is when we have generated, a whole new layer each time. I do not see an...

And your example does not show any problem if we reset only the contrast limit range.