Ricky O'Steen
Ricky O'Steen
We don't really advertise the default layout at the moment, but I couldn't resist messing with it a bit while we discussed it offline, and realized that it needs the...
### Description It looks like the specutils docs builds have been failing since Astropy's 7.1 release, due to two errors. First, I was getting `/home/docs/checkouts/readthedocs.org/user_builds/specutils/conda/stable/lib/python3.11/site-packages/astropy/units/quantity.py:docstring of astropy.units.quantity.Quantity.decompose:1: WARNING: py:class reference...
Closes #1144 . Unfortunately it's not possible to do this across all readers simultaneously, so I implemented it in the JWST reader since that's the one that is causing problems....
A few years ago, there was some discussion of allowing custom dust models is Specutils, which never went anywhere. These requests were recorded elsewhere, this issue is just to record...
This fixes an error I'm hitting in CI after implementing drag-and-drop layer reordering in Jdaviz. It appears that the `remove` method of `BqplotImageSubsetLayerArtist` may be triggered after the image_artist has...
Serialization is now hitting a deprecation warning since the most recent `Pillow` release: ``` ../../.tox/py312-test/lib/python3.12/site-packages/bqplot_image_gl/serialize.py:10: in array_to_image_or_array return array_to_image(array, widget.compression) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ../../.tox/py312-test/lib/python3.12/site-packages/bqplot_image_gl/serialize.py:59: in array_to_image image = Image.fromarray(array_bytes, mode="RGBA") ../../.tox/py312-test/lib/python3.12/site-packages/PIL/Image.py:3314: in...
Looks like some of the recent work cleaning up memory in tests is causing the loader in the UI to crash in some cases: This checks for the existence of...
The user should be able to drag a subset around, but in deconfigged a new subset gets created at each place you drag the preview to instead: https://github.com/user-attachments/assets/e1549f6d-95ab-40d1-83fe-2916d5ca49a4
### Jdaviz component Cubeviz ### Description If you load a 2D image in a Cubeviz image viewer and unload the cube data, then mouseover on that viewer will fail due...
In multiselect mode, the stretch histogram gets unnecessarily squished to the left side due to the new column of layer labels: This is probably easily fixed by wrapping a couple...