- Compatibility with NumPy 2.0. [#238]
- 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
, andscipy>=1
. [#234]
- BackgroundSub and BadPixCorr plugins now no longer creates a zero-radius circle when user clicks instead of drags on draw. [#228, #229]
- 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.
- 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 forstginga.utils.interpolate_badpix
function. [#200]
- This version requires Python 3.7 or later. [#207]
- This version should be compatible with Ginga 3.2.
- Telescope name can now be extracted programmatically from header.
It looks for
TELESCOP
header keyword by default. This can be customized usingtelescopekey
in your~/ginga/general.cfg
. [#189] DQInspect
now understands the FGS instrument for both HST and JWST by default. [#189]
DQInspect
now requires also the telescope name to constructdqdict
. Please update your~/.ginga/plugin_DQInspect.cfg
file, if applicable. [#189]
- This version should be compatible with Ginga 3.1.
- JWST ASDF file support. This feature is experimental and subject to change. [#177]
- Fixed circle region type typo in example config files. [#167]
- Fixed JWST DQ definitions for
DQInspect
plugin. [#183]
- Compatibility with Ginga 3.0. [#179]
- Infrastructure update in accordance to Astropy APE 17. [#182]
This version was successfully tested with Ginga 2.7.2 in Python 3.7.
- Updated ACS DQ flags definition for
DQInspect
.
Python 2 support is dropped. Minimum Python version supported is now 3.5.
This is the last release to support Python 2.
- Use new notification system for
ChangeHistory
that goes with Ginga 2.7. [#147,#149,ejeschke/ginga#621] - Added example to auto-start
MultiDim
inginga_config.py
. [#144]
MIPick
,MultiImage
, andSmoothing
plugins are moved to "experimental" folder. So is the custom layout that goes withMultiImage
andMIPick
. These are no longer actively supported. [#152]WBrowser
now supports docstring rendering while offline when Internet connection is unavalable. [#152]- All
stginga
plugins are now underCustom
category in Ginga's Operations menu. [#152]
- Use toolkit-agnostic treeview deselection for
MosaicAuto
. [#142]
- Updated
astropy-helpers
to v2.0.4. [#152] - Deprecated Jupyter notebook support is removed. [#152]
Bug fix for MosaicAuto so that select-footprint-by-point-and-click feature would work on Ginga 2.6.4 or earlier.
This version is compatible with Astropy 2.0. stginga now uses Ginga's new-style drawings interface. Also include other changes to keep up with Ginga's own changes; So if this version does not work with your older Ginga version, it is time to upgrade Ginga.
Other changes:
- Improvements to MosaicAuto plugin.
- Added some default Cone Search catalogs for Catalog plugin.
- Updated astropy-helpers to v2.0.
- Removed deprecated code for nbconvert.
- Fixed doc build and PEP 8 warnings.
Since this is the first release, everything is a new feature.
Since this is the first release, there are no API changes yet.
Since this is the first release, there are no bug fixes yet.
N/A