Thomas Robitaille
Thomas Robitaille
Building on top of cibuildwheel, @Cadair and I have developed an Azure template that makes it very easy for developers to add wheel and sdist building to their repositories: https://github.com/OpenAstronomy/azure-pipelines-templates/...
At the moment, `gmvault` does not run on Python 3: ``` python Traceback (most recent call last): File "/tmp/gmvault.bootstrap.63252", line 1, in import gmv.gmv_cmd as runner File "/Users/tom/miniconda3/envs/production/lib/python3.4/site-packages/gmv/gmv_cmd.py", line 455...
At the moment, when reading a FITS file with BUNIT set to adu with ``CCDData.read``, one gets the following info message: ``` INFO:astropy:using the unit adu passed to the FITS...
At the moment, the very handy ``plot_coord`` method in WCSAxes is only mentioned in the API docs, but we really should add a paragraph about it in the narrative docs.
I encountered the following error when running the tests on MacOS X: ```python ______________ test_datetime_difference_agrees_with_timedelta[tt] ______________ scale = 'tt' @given(datetimes(), datetimes()) # datetimes have microsecond resolution > @example(dt1=datetime(1235, 1, 1,...
The following error happens systematically on Azure on Windows 64 with Python 3.9 (while testing the wheels): ``` 2021-03-19T11:46:48.0319396Z ================================== FAILURES =================================== 2021-03-19T11:46:48.0320534Z ____________________________ test_wcsapi_extension ____________________________ 2021-03-19T11:46:48.0321222Z 2021-03-19T11:46:48.0322069Z tmpdir =...
The wheel building machinery on GitHub actions sometimes hangs on the ``TestQuantityTyping`` tests when building wheels for musllinux. For now, I've skipped the tests in https://github.com/astropy/astropy/pull/13289, but it would be...
For now this makes it possible to apply an arbitrary affine transform to the image viewport. * [x] Also apply transformations to selections (check how this is done for polar...
This adds initial support for unit conversion in the profile viewer, as a test case that is also useful for jdaviz. Remaining TODOs: * [x] Make sure this works properly...
This is a work in progress to experiment with unit conversions. At the moment this provides an interface to convert the data values of a ``Component`` on-the-fly when accessed. This...