Peter Sobolewski
Peter Sobolewski
So I guess some elements of the evented model don't trigger the auto-save. I'm not sure how hard it would be to change that, but a workaround would be to...
Yikes! that didn't work as expected... Even the ubuntu 3.13 which runs on main is failing here! Ah, our constraints are 6.9.2, while latest pyside6 is 6.10.1, so that must...
@Czaki this one is real, not sure if it's related to actual --pre or just the no-numba tests: ``` ___________________________ ERROR collecting src/napari/layers/_tests/test_layer_actions.py ____________________________ src/napari/layers/_tests/test_layer_actions.py:313: in (Shapes([np.array([[0, 0], [0, 10],...
still getting this on 22a5018f9e8c7b8ecbe4df86786db45e6ecc1f2e
With bermuda, the shape from the OP does not error. If I uninstall it, it still does not error, with just numba and triangle: ``` Optional: - numba: 0.62.1 -...
Whoa, Points remaining the same size relative to an image is pretty wildly different! Like a whole new world! I can see someone liking the old behavior, where they "shrink"...
Would be good to see some testing from others, I tested with a laptop that is 5 years old at this point (and I still love it! Apple Silicon has...
(I know we know about the pydantic issue, it was mentioned on zulip, but I wanted to make an issue so its more visible to others who run into this...
Ok, the issue is that in the loop `_data_view.remove` calls `np.delete` so basically you are chain reallocating new arrays. It should be easy to fix this by just looping to...
I was playing with this with a Points layer in 3D, figuring it would help visualize what's going on with point placement, see: https://napari.zulipchat.com/#narrow/channel/212875-general/topic/point.20placement.20in.203D/with/522977701 Alas, it didn't help 🤣