Genevieve Buckley

Results 99 issues of Genevieve Buckley

### 🐛 Bug Report When an image is provided to napari with `scale=None`, the newly created napari layer reports a non-null scale value. Even worse, when some image axes have...

bug

## 🚀 Feature It would be nice if we had screen recording functionality for the napari viewer (this was first suggested in https://github.com/napari/napari/issues/1267). This feature is dependent on https://github.com/napari/napari/pull/780, so...

https://github.com/napari/napari/issues/448#issuecomment-562990463 > you could imagine applying the same movie to 2 different viewers... and render two animations with perhaps some data changing, etc... This is currently pretty easy to achieve...

It's been suggested a few times that it would be nice to have some pre-baked animations for common situations. [This comment](https://github.com/napari/napari/issues/448#issuecomment-562997305) summarizes the idea well: > ... making some standard...

Ruff is targeting a very old version of python (python 3.8) https://github.com/napari/napari-animation/blob/f3463af3aa39e60087e8714244c9773b95392e8e/pyproject.toml#L56 Upgrading the target version makes the ruff check fail. We should make a PR to: * upgrade the...

The CI tests are currently failing. ### Problem description See here for an example: https://github.com/napari/napari-animation/actions/runs/9218650940 The reason for this failure is that `imageio-ffmpeg` does not include the FFMPEG binary for...

PyPI introduced Trusted Publishers last year (see [the announcement](https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/) and [how trusted publishing works](https://docs.pypi.org/trusted-publishers/internals/)). This improves security, since you no longer rely on having long-lived API tokens to use with...

Closes https://github.com/computational-cell-analytics/micro-sam/issues/613 This PR switches to PyPI deployment with Trusted Publishing (see [the announcement](https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/) and [how trusted publishing works](https://docs.pypi.org/trusted-publishers/internals/)). It removes twine, and also removes the need for PyPI API...

Follow up work to https://github.com/dask/dask/pull/7595#pullrequestreview-670702731 We need to avoid materializing the task graph for the new `ArrayOverlapLayer`, most particularly for the `__len__` and `get_output_keys` methods. Currently, it is much too...

needs attention