Genevieve Buckley

Results 91 issues of Genevieve Buckley

I think we should add a section to [the docs page on custom dask task graphs](https://docs.dask.org/en/stable/custom-graphs.html) to include information on how to use keyword arguments. > FYI, I'm using [this...

documentation

**What happened**: The `astype` method for numpy arrays allows an `order` keyword argument, but the same keyword argument in dask causes an error. **What you expected to happen**: I expected...

array

### Description Could cupy arrays be made to support mathematical operations with `list` and `tuple` types? Cupy arrays currently support mathematical operations with other cupy arrays, or with floats/integers. Numpy...

cat:document
issue-checked

This PR adds a function `save_jupyterthreejs` to `embed.py` to download and save the `jupyter-threejs.js` dependency required for offline viewing of ipyvolume html files. Closes https://github.com/maartenbreddels/ipyvolume/issues/192 > The offline=True kwarg in...

Extending volume rendering code to accomodate multi-dimensional data. Accepts either 3D or 4D data (3 spatial dimensions, plus color channels). Example: ```python import numpy as np import ipyvolume as ipv...

I noticed the animation screencast on the README page had some deprecated code visible in the gif, so I've updated it. Now the README has: - [x] A complete code...

I propose adding convenience functions for volume rendering transfer functions. - [x] single color linear ramp transfer functions - [x] matplotlib colormaps as transfer functions - [x] function for easy...

This PR fixes a small typo in the README "hot" -> "how? in "Know how to slice sequences"

It would be good to ensure all the code examples are visible to users reading the online documentation at https://napari.org/magicgui/ The [magicgui documentation](https://napari.org/magicgui/) has a section called "Examples" but it...

good first issue

I'd like to be able to have a message box pop up at the end of some long running computation to tell the user it is complete. I'm aware you...

enhancement