Results 506 comments of Tom White

> It would also be worth enabling backups so they are on by default. This was done in #378

Thanks for the PR @alxmrs! The memory stuff is potentially confusing as there are quite a few different [definitions](https://tom-e-white.com/cubed/user-guide/memory.html) in Cubed! So I'll try to explain what I was trying...

Thank you for submitting a PR for this @alxmrs! > Please let me know if I should reimplement the primitives as pure reductions. That's how I envisaged doing this (similar...

It would be good to get std/var into Cubed. I found an implementation that we could try here (see https://github.com/cubed-dev/cubed/issues/29#issuecomment-2368108624) - would you be interested in having a go at...

Thanks Alex - that sounds like a good plan! (Sorry I didn't suggest how to move forward on this before - you weren't blocking me!)

> I would be interested in submitting a PR for adding `pad` That would be very welcome! Just implementing the cases you need seems like a good way forward. (We...

Xarray doesn't delegate to `np.diff` so this already works with Cubed: ``` >>> import xarray as xr >>> import numpy as np >>> import cubed.random >>> da = xr.DataArray(cubed.random.random((3, 4),...

Agreed. I'll update the examples to do this.