Releases: spacetelescope/stginga
Releases · spacetelescope/stginga
1.5.1 Release Notes
1.5.0 Release Notes
Also see CHANGES.rst
.
What's Changed
- Fix stginga to handle changes to the Ginga help system in release v5.0 by @ejeschke in #234
- Fix for Ginga upstream deprecation by @ejeschke in #236
- Bump the actions group in /.github/workflows with 3 updates by @dependabot in #237
New Contributors
- @dependabot made their first contribution in #237
Full Changelog: 1.4.0...1.5.0
1.4.0 Release Notes
Also see CHANGES.rst
.
What's Changed
- MNT: Replace deprecated dtypes in numpy 1.21 by @pllim in #219
- MNT: Do not use enable_deprecations_as_exceptions by @pllim in #221
- Fix deprecated scipy import by @pllim in #222
- TST: Update workflow versions and use built-in cancel by @pllim in #223
- Replace ImageViewCanvas with CanvasView by @ejeschke in #225
- use canonical filename of RTD configuration and enable
nitpicky
mode by @zacharyburnett in #226 - Force drawn circle to have a minimum radius of 1 px by @ejeschke in #228
- BUG: Like PR 228 but for BackgroundSub by @pllim in #229
- remove unsupported
system_packages
RTD config setting by @zacharyburnett in #230 - DOC: Clarify where to find plugins by @pllim in #232
New Contributors
- @zacharyburnett made their first contribution in #226
Full Changelog: 1.3.0...1.4.0
stginga 1.3 Release Notes
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 forstginga.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.
stginga 1.2 Release Notes
New Features
- 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]
API changes
DQInspect
now requires also the telescope name to constructdqdict
. Please update your~/.ginga/plugin_DQInspect.cfg
file, if applicable. [#189]
Other Changes and Additions
- This version should be compatible with Ginga 3.1.
stginga 1.1 Release Notes
stginga 1.0 Release Notes
This version was successfully tested with Ginga 2.7.2 in Python 3.7.
API changes
- Updated ACS DQ flags definition for
DQInspect
.
Other Changes and Additions
Python 2 support is dropped. Minimum Python version supported is now 3.5.
stginga 0.3 Release Notes
This is the last release to support Python 2. See CHANGES.rst
for full change log.
stginga 0.2.1 Release Notes
Bug fix for MosaicAuto
so that select-footprint-by-point-and-click feature would work on Ginga 2.6.4 or earlier.
stginga 0.2 Release Notes
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.