Andy Sweet

Results 18 issues of Andy Sweet

## 🐛 Bug Adding a points layer with many points (e.g. 10^6) is surprisingly slow on my laptop, taking ~90 seconds. After doing some quick profiling with cProfile, `Points.symbols` is...

bug
performance

I will feel more comfortable if we will store references to `pop` in class instances. Otherwise GC may clean it to early. _Originally posted by @Czaki in https://github.com/napari/napari/pull/5986#discussion_r1332205884_ For example,...

When writing a multi-scale image with a `name` using `ome_zarr.writer.write_multiscale`, I'd expect to be get that name when reading the layer back in with the reader plugin in this repo....

# Fixes / Closes Closes #3911 # Description This is a joint effort from me and @kevinyamauchi to deprecate the public API around `properties` state/parameters across all layers and related...

tests
qt
maintenance

## 🐛 Bug In #5103 we changed the schema of napari settings, but did not bump the [schema version number](https://github.com/napari/napari/blob/1cc90a74211c6cbf3fc644da5866f9752cf1ac78/napari/settings/_napari_settings.py#L19). If I understand the implementation correctly, I believe we also...

bug
priority-high
preferences

## 🐛 Bug Changing a points layer's data programmatically can cause the viewer to get in a state where no data is presented, as demonstrated in the following video. https://github.com/napari/napari/assets/2608297/cd95a793-9203-4ee8-a5c9-8d437189ebdc...

bug

## 🐛 Bug Removing a points layer's data can cause the viewer to get in a state where no data is presented, as demonstrated in the following video. https://github.com/napari/napari/assets/2608297/a4f041e1-83cc-4b8b-b593-9e737d5c2a53 I...

bug

### 🐛 Bug Report When showing the bounding box for a multi-scale image at some resolution other than its highest (i.e. other than level 0), it is too large. ###...

bug