Skip to content

Releases: spacetelescope/jdaviz

v3.10.3

22 Jul 21:45
9d02d4a
Compare
Choose a tag to compare

3.10.3 (2024-07-22)

Bug Fixes

  • Fixes exporting the stretch histogram from Plot Options before the Plot Options plugin is ever opened. [#2934]

  • Previous zoom tool is optimized to only issue one zoom update to the viewer. [#2949]

  • Fixes overwrite behavior for plugin plots, and properly closes overwrite warning overlay after confirmation. [#3094]

  • Disable all non-image exporting when the server is not running locally, to avoid confusion with the file being saved on the server. [#3096]

Cubeviz

  • Fixed a bug with filename handling for movie exports. [#2942]

Imviz

  • Fix multiple footprints bug that prevented footprint updates on changes to the
    viewer orientation. [#2918]

v3.10.2

07 Jun 15:04
ac2478b
Compare
Choose a tag to compare

3.10.2 (2024-06-06)

Bug Fixes

  • Update button in the subset plugin is now disabled when no subset is selected. [#2880]

v3.10.1

14 May 20:06
Compare
Choose a tag to compare

3.10.1 (2024-05-14)

Bug Fixes

Cubeviz

  • Fix Data Quality plugin bug that attempted to apply array compositing logic to
    spatial subsets. [#2854]

Specviz2d

  • Prevent laggy behavior in trace previews for spectral extraction. [#2862]

v3.10.0

03 May 17:57
Compare
Choose a tag to compare

New Features

  • The filename entry in the export plugin is now automatically populated based on the selection. [#2824]

  • Adding Data Quality plugin for Imviz and Cubeviz. [#2767, #2817, #2844]

  • Enable exporting spectral regions to ECSV files readable by astropy.table.QTable or
    specutils.SpectralRegion [#2843]

Cubeviz

  • Enable spectral unit conversion in cubeviz. [#2758, #2803]

  • Enable spectral extraction for composite subsets. [#2837]

API Changes

Cubeviz

  • ERROR and DATA_QUALITY extension names are now recognized as
    uncertainty and mask, respectively. [#2840]

Bug Fixes

Cubeviz

  • Re-enable support for exporting spectrum-viewer. [#2825]

  • Loading a specific extension with ext keyword no longer crashes. [#2830]

Other Changes and Additions

  • Bump required Python version to 3.10. [#2757]

  • Line menu in Redshift from Centroid section of Line Analysis now shows values in current units. [#2816, #2831]

  • Bump required specutils version to 1.15. [#2843]

v3.9.1

19 Apr 19:33
Compare
Choose a tag to compare

3.9.1 (2024-04-19)

Bug Fixes

  • Fix dropdown selection for table format in export plugin. [#2793]

  • Standalone mode: stop jdaviz/voila processes when closing app. [#2791]

  • Fix mouseover display's top-layer logic to account for the visibility and contour toggles in
    the plot options plugin. [#2818]

  • Fixes compatibility with glue >= 1.19. [#2820]

Cubeviz

  • Spectral extraction errors will show in snackbar. [#2807]

Imviz

  • Fix bugs where API created footprints did not overlay and only last
    footprint displayed if added before linking. [#2790, #2797]

  • Improved behavior when orientations are created or selected without having data loaded in the viewer. [#2789]

  • Fixed a bug in the Orientation plugin where a WCS orientation could sometimes be flipped. [#2802]

Specviz

  • H-Paschen-Brackett HI 5-4 line's rest wavelength is now correct. It was previously off by 0.5 micron. [#2819]

v3.9.0

05 Apr 17:58
Compare
Choose a tag to compare

3.9 (2024-04-05)

New Features

  • Stretch bounds tool now enables dynamic adjustment of spline knots. [#2545, #2623]

  • Stretch histogram shows a spinner when the histogram data is updating. [#2644]

  • Spectrum and image viewer bounds can now be set through the Plot Options UI. [#2604, #2649]

  • Opacity for spatial subsets is now adjustable from within Plot Options. [#2663]

  • Live-preview of aperture selection in plugins. [#2664, #2684]

  • "Export Plot" plugin is now replaced with the more general "Export" plugin. [#2722, #2782]

  • "Export" plugin supports exporting plugin tables, plugin plots, data, and
    non-composite spatial subsets.[#2755, #2774, #2760, #2772, #2770, #2780, #2784]

  • Opening a plugin in the tray (from the API or the toolbar buttons) now scrolls to that plugin.
    [#2768]

Cubeviz

  • Calculated moments can now be output in velocity units. [#2584, #2588, #2665, #2697]

  • Added functionality to Collapse and Spectral Extraction plugins to save results to FITS file. [#2586]

  • Moment map plugin now supports linear per-spaxel continuum subtraction. [#2587]

  • Single-pixel subset tool now shows spectrum-at-spaxel on hover. [#2647]

  • Spectral extraction plugin re-organized into subsections to be more consistent with specviz2d. [#2676]

  • Add conical aperture support to cubeviz in the spectral extraction plugin. [#2679]

  • New aperture photometry plugin that can perform aperture photometry on selected cube slice. [#2666]

  • Live previews in spectral extraction plugin. [#2733]

  • Slice plugin is refactored to rely on the spectral value instead of the slice index. This removes
    both the slider and slice-index input. [#2715]

Imviz

  • There is now option for image rotation in Orientation (was Links Control) plugin.
    This feature requires WCS linking. [#2179, #2673, #2699, #2734, #2759]

  • Add "Random" colormap for visualizing image segmentation maps. [#2671]

  • Enabling any matched zoom tool in a viewer disables other matched zoom tools in other viewers
    to avoid recursion. [#2764]

Specviz2d

  • Spectral extraction plugin: highlighting of active header section. [#2676]

API Changes

  • width argument in Line Analysis plugin is renamed to continuum_width and width
    will be removed in a future release. [#2587]

  • New API access to viz.data_labels, viewer.data_labels_visible, and
    viewer.data_labels_loaded. [#2626]

Cubeviz

  • spatial_subset in the spectral extraction plugin is now renamed to aperture and the deprecated name will
    be removed in a future release. [#2664]

  • Slice plugin's wavelength, wavelength_unit, and show_wavelength are deprecated in favor
    of value, value_unit, and show_value, respectively. slice is also deprecated
    and should be replaced with accessing/setting value directly. [#2706, #2715]

  • Disabled exporting spectrum-viewer to PNG in Cubeviz; pending investigation/bugfix. [#2777]

Imviz

  • Links Control plugin is now called Orientation. [#2179]

  • Linking by WCS will now always generate a hidden reference data layer
    without distortion. As a result, when WCS linked, the first loaded data
    is no longer the reference data. Additionally, if data is distorted,
    its distortion will show when linked by WCS. If there is also data without WCS,
    it can no longer be displayed when WCS linked. [#2179]

  • imviz.link_data() inputs and behaviors are now consistent with the Orientation plugin. [#2179]

  • Single-pixel tool is no longer available. To mark a single-pixel area, use Markers plugin. [#2710]

Bug Fixes

  • Fix redshifted line lists that were displaying at rest wavelengths, by assuming a global redshift. [#2726]

  • Order of RGB preset colors now matches for less than and greater than 5 layers. [#2731]

Cubeviz

  • Spectral extraction now ignores NaNs. [#2737]

Imviz

  • Apertures that are selected and later modified to be invalid properly show a warning. [#2684]

  • Histogram in Plot Options no longer stalls for a very large image. [#2735]

Specviz

  • Check unit type (e.g., flux density, surface brightness, counts, etc) for generating
    display label for the y axis in spectral viewer. Previously it was hard coded
    to always display flux density no matter the input unit. [#2703]

v3.8.2

23 Feb 18:49
Compare
Choose a tag to compare

Bug Fixes

  • Fix app top-bar alignment in popouts and when embedded in websites. [#2648]

  • Viewer data-menu is no-longer synced between different instances of the app to avoid recursion
    between click events. [#2670]

  • Fix data-menu cutoff in smaller viewers, ensuring full visibility regardless of viewer dimensions. [#2630, #2707]

Cubeviz

  • Fixes Spectral Extraction's assumptions of one data per viewer, and flux data only in
    flux-viewer/uncertainty data only in uncert-viewer. [#2646]

  • Fixed a bug where cube model fitting could fail (endless spinner) if input cube
    has invalid 3D WCS. [#2685]

v3.8.1 Release Notes

21 Dec 21:05
Compare
Choose a tag to compare

Bug Fixes

  • Compatibility with glue-core 1.17. [#2591, #2595]

  • Fix image layer visibility toggle in plot options. [#2595]

  • Fixes viewer toolbar items losing ability to bring up right-click menu. [#2605]

Cubeviz

  • Fixes ability to remove cube data from the app. [#2608]

  • Fixes [SCI] data not showing in the spectrum viewer's data menu. [#2631]

Imviz

  • Line Profile (XY) plugin no longer malfunctions when image contains NaN values. [#2594]

  • Stretch histogram now represents mixed state for any of the inputs (when multiple viewers are selected) with an overlay appropriately. [#2606]

  • Fixes viewer keys in viz.viewers for additionally created viewers. [#2624]

Specviz

  • Fixed parser bug where an HDUList would load as SpectrumList, even though it was a Spectrum1D. [#2576]

v3.8.0

29 Nov 18:27
Compare
Choose a tag to compare

New Features

  • Plots in plugins now include basic zoom/pan tools for Plot Options,
    Imviz Line Profiles, and Imviz's aperture photometry. [#2498]

  • Histogram plot in Plot Options now includes tool to set stretch vmin and vmax. [#2513, #2556]

  • The Plot Options plugin now include a 'spline' stretch feature. [#2525]

  • User can now remove data from the app completely after removing it from viewers. [#2409, #2531]

  • Colorbar now shown on top of the histogram in Plot Options for image viewers. [#2517]

  • Reorder viewer and layer settings in Plot Options. [#2543, #2557]

  • Add button in Plot Options to apply preset RBG options to visible layers when in Monochromatic mode. [#2558, #2568]

  • Plugin "action" buttons disable and show icon indicating that an action is in progress. [#2560, #2571]

  • Plugin APIs now include a close_in_tray() method. [#2562]

  • Convert the layer select dropdown in Plot Options into a horizontal panel of buttons. [#2566, #2574, #2582]

Cubeviz

  • Add circular annulus subset to toolbar. [#2438]

  • Expose sky regions in get_subsets. If 'include_sky_region' is True, a sky Region will be returned (in addition to a pixel Region) for spatial subsets with parent data that was a WCS. [#2496]

Imviz

  • Aperture photometry (previously "Imviz Simple Aperture Photometry") now supports batch mode. [#2465]

  • Aperture photometry sum is now presented in scientific notation consistently. [#2530]

  • Expose sky regions in get_subsets. If 'include_sky_region' is True, a sky Region will be returned (in addition to a pixel Region) for spatial subsets with parent data that was a WCS. [#2496]

Mosviz

  • Matched mouseover indicator to show same position in 1d and 2d spectral viewers. [#2575]

Specviz2d

  • Matched mouseover indicator to show same position in 1d and 2d spectral viewers. [#2575]

API Changes

  • Deprecated app.get_data_from_viewer is removed, use viz_helper.get_data instead. [#2578]

  • Deprecated app.get_subsets_from_viewer is removed, use viz_helper.get_subsets instead. [#2578]

  • User APIs now raise a warning when attempting to set a non-existing attribute to avoid confusion
    caused by typos, etc. [#2577]

  • Viewer API now exposed via viz.viewers dictionary, currently containing APIs to set axes
    limits as well as astrowidgets API commands for Imviz. [#2563]

Imviz

  • Deprecated do_link argument of imviz.load_data is removed, use batch_load context manager instead. [#2578]

Specviz

  • Deprecated specviz.load_spectrum is removed, use specviz.load_data instead. [#2578]

Bug Fixes

  • Fix Plot Options stretch histogram's curve for non-gray colormaps. [#2537]

Imviz

  • Plot options layer selection no longer gets stuck in some cases when deleting
    the currently selected viewer. [#2541]

Other Changes and Additions

  • Better handling of non-finite uncertainties in model fitting. The 'filter_non_finite' flag (for the
    LevMarLSQFitter) now filters datapoints with non-finite weights. In Specviz, if a fully-finite spectrum
    with non-finite uncertainties is loaded, the uncertainties will be dropped so every datapoint isn't
    filtered. For other scenarios with non-finite uncertainties, there are appropriate warning messages
    displayed to alert users that data points are being filtered because of non-finite uncertainties (when
    flux is finite). [#2437]

  • Add swatches to color picker. [#2494]

  • Plot options now includes better support for scatter viewers, including toggling line visibility. [#2449]

v3.7.1

25 Oct 18:14
Compare
Choose a tag to compare

Bug Fixes

  • Fixed bug which did not update all references to a viewer's ID when
    updating a viewer's reference name. [#2479]

  • Deleting a subset while actively editing it now deselects the subset tool,
    preventing the appearance of "ghost" subsets. [#2497]

  • Fixes a bug in plot options where switching from multi to single-select mode
    failed to properly update the selection. [#2505]

Cubeviz

  • Fixed moment map losing WCS when being written out to FITS file. [#2431]

  • Fixed parsing for VLT MUSE data cube so spectral axis unit is correctly converted. [#2504]

  • Updated glue-core pin to fix the green layer that would appear if 2D data was added to
    image viewers while spectral subsets were defined. [#2527]

Specviz

  • Spectrum that has incompatible flux unit with what is already loaded
    will no longer be loaded as ghost spectrum. It will now be rejected
    with an error message on the snackbar. [#2485]

Other Changes and Additions

  • Compatibility with Python 3.12. [#2473]