David Stansby
David Stansby
> Typing was discussed at the Coordination meeting, and in short the conclusion was that typing deserves an APE. There is no point in opening any issues about typing before...
Thanks for suggesting the `u.Quantity[u.m]` sytnax, I hadn't come across it before. Do you think it would be worth updating the docs to use this syntax instead of just `u.m`...
I've just checked, and `mypy` is happy with the `u.Quantity` typing. If anyone else finds this issue and wants a solution, the following works: ```python import astropy.units as u import...
re. `mypy` and `astropy`, a great first and self-contained task might be to get `mypy` passing on the `astropy` code base without adding any additional typing. There was a bunch...
I'll label this as docs, since it would be good to put the above comment in our migration guide.
Can this be closed as done now the numcodecs code is merged and released?
Hmm, it turns out that this breaks path caching. In general what I want to do here is check if the **non-affine** part of the transform has changed, but as...
I can reproduce this on an up to date checkout of `main`.
I've been running into this recently, and it's not obvious from the error message that it can be fixed by installing `numcodecs[msgpack]`. I think there's two actions to take here:...
Oh yeah, it looks like it's already a test dependency. So I guess worth just having a better error message here (if that's possible?) Help with this very welcome!