Other Changes and Additions ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Compatibility with Ginga 5. [234]
- This version requires Python 3.9 or later. Also bumped minimum versions of other dependencies to ``astropy>=5``, ``ginga>=4.1``, and ``scipy>=1``. [234]
1.4
----------------
Bug Fixes ^^^^^^^^^
- BackgroundSub and BadPixCorr plugins now no longer creates a zero-radius circle when user clicks instead of drags on draw. [228, 229]
Other Changes and Additions ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- This version requires Python 3.8 or later. - Keeping the code up-to-date with new upstream changes. - Universal wheel for PyPI release. - Astroconda is no longer supported.
1.3
----------------
New Features ^^^^^^^^^^^^
- New ``stginga.utils.scale_image_with_dq`` function to rescale image after cleaning bad pixels first. [200] - Exposed rescaling of WCS as ``stginga.utils.scale_wcs`` function. [200] - Added a new ``rescale`` keyword for ``stginga.utils.interpolate_badpix`` function. [200]
Other Changes and Additions ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- This version requires Python 3.7 or later. [207] - This version should be compatible with Ginga 3.2.
1.2
----------------
New Features ^^^^^^^^^^^^
- Telescope name can now be extracted programmatically from header. It looks for ``TELESCOP`` header keyword by default. This can be customized using ``telescopekey`` in your ``~/ginga/general.cfg``. [189] - ``DQInspect`` now understands the FGS instrument for both HST and JWST by default. [189]
API changes ^^^^^^^^^^^
- ``DQInspect`` now requires also the telescope name to construct ``dqdict``. Please update your ``~/.ginga/plugin_DQInspect.cfg`` file, if applicable. [189]
Other Changes and Additions ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- This version should be compatible with Ginga 3.1.