Ashley Anderson
Ashley Anderson
This is intended to fix #2072 - see further discussion in that thread. The implementation is such that for both `PyMapping` and `PyTryFrom`, they will call into python to check...
This is a great extension! I was considering starting to work on something similar when I found this. I was hoping to plot some rather large datasets using the plotly...
Hello - after some old packages were removed from PyPI I did a little digging to see if I could shrink the antspyx wheels. I was able to reduce the...
# Description This adds a `setFocus` call when showing the console, giving keyboard focus to the console and allowing immediate user input. See discussion in https://github.com/napari/napari-console/pull/23 for more on the...
# Description This is meant to fix some ugly volume rendering issues with certain data types when using `iso` or `attenuated_mip` modes. In my investigation it seemed to mostly be...
As mentioned in https://github.com/vispy/vispy/pull/2539#issuecomment-1792813896, I have been playing around with adding some features to volume rendering to allow the use of more advanced color features, specifically targeting 2D transfer functions...
This closes #2291 and fixes the broken lint check in CI (https://github.com/vispy/vispy/issues/2291#issuecomment-1601356010) by replacing it with pre-commit. This will be a lot to review but hopefully it helps give a...
> Is there a difference between "not updating the thumbnail" and "rendering just black background"? Should it be the latter? _Originally posted by @brisvag in https://github.com/napari/napari/pull/6974#discussion_r1636078380_ I made this change...
## Summary This adds optional chunk caching to the `get()` function to avoid repeated decompression of chunks when accessing overlapping selections or making multiple calls to the same data. I've...