Roy Smart

Results 41 comments of Roy Smart

I guess it depends on how we want to interact with the rest of the astropy ecosystem, for example: how can we make `astropy.coordinates` work with and propagate labeled axes?...

I'd be certainly be interested in co-maintaining `uncertainties`, but I can't say that I've contributed to that subpackage yet.

@mhvk, agreed! I'm just eager to help in any way I can.

Thanks for your help @felix-hilden, I have been trying to downgrade the versions of all my packages, but I can't yet seem to find a version that works. Can you...

Currently, I've downgraded to Sphinx 7.1.0, beautifulsoup 4.8.1, and pygments 2.13

Thanks for looking into this, those suggestions are very helpful. I've been playing around with it more, and it appears that the problem is with autosummary / autodoc, all code...

Sounds good, thanks! It's weird though, autosummary really doesn't do all that much, and it's obvious that codeautolink is finding the examples since it's complaining about them. I wonder what...

I should also mention that I'm willing to open a PR to fix this if you point me in the right direction. I've looked through the code a bit, but...

It's not very efficient, but one way to make this work without modifying Astropy is to loop through the equivalency list and redefine the forward/backward functions to convert everything back...

@mhvk, I see what you mean that `to_value()` should return something array-like. The reason I am hesitant is that the underlying arrays in `named-arrays` are not necessarily broadcastable against one...