Thomas Robitaille
Thomas Robitaille
I'm happy with this approach aside from my comment about specifying the dependency in the tox config, which it would be nice to do if possible. We used that in...
It's a grey area but to be honest it doesn't really matter if it isn't included in 7.0, what matters is just that when it lands in main it can...
I think testing as soon as our required dependencies support a prerelease seems reasonable.
Simple example to reproduce the issue: ```python In [14]: wcs = WCS(naxis=1) In [15]: wcs.pixel_bounds = [(1, np.int64(10))] In [16]: print(wcs_info_str(wcs)) WCS Transformation This transformation has 1 pixel and 1...
Ok so after digging into this further, it *is* possible to get some of these examples to work by setting the parameter value instead of the top-level parameter, so e.g.:...
See #16710 for a bug that occurs when doing this though
I think when we first developed this class it didn't work with errorbar anyway due to https://github.com/matplotlib/matplotlib/issues/14554 but that's been fixed now so we should look into this.
Done and added a 'What's new' too
I might just add ``Note that it is not yet possible to use ``Quantity`` with dask arrays directly.`` but not the rest, just as there's no point making promising we...
Changelog is fixed - @mhvk @nstarman, ready to merge?