Skip to content

Releases: spacetelescope/stginga

1.5.1 Release Notes

12 Apr 02:07
fbb3e34
Compare
Choose a tag to compare

Also see CHANGES.rst.

What's Changed

  • MNT: Compatibility with numpy 2.0 by @pllim in #238

Full Changelog: 1.5.0...1.5.1

1.5.0 Release Notes

21 Mar 15:30
d5a909e
Compare
Choose a tag to compare

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

Full Changelog: 1.4.0...1.5.0

1.4.0 Release Notes

29 Nov 03:38
1.4.0
Compare
Choose a tag to compare

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

Full Changelog: 1.3.0...1.4.0

stginga 1.3 Release Notes

11 Jun 16:36
1.3.0
Compare
Choose a tag to compare

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.

stginga 1.2 Release Notes

21 Jul 13:54
bdd2742
Compare
Choose a tag to compare

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.

stginga 1.1 Release Notes

03 Feb 17:26
1.1
Compare
Choose a tag to compare

New Features

  • JWST ASDF file support. This feature is experimental and subject to change. [#177]

Bug fixes

  • Fixed circle region type typo in example config files. [#167]
  • Fixed JWST DQ definitions for DQInspect plugin. [#183]

Other Changes and Additions

  • Compatibility with Ginga 3.0. [#179]
  • Infrastructure update in accordance to Astropy APE 17. [#182]

stginga 1.0 Release Notes

09 Nov 04:19
1.0
65e3333
Compare
Choose a tag to compare

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

24 Feb 15:10
0.3
bc14c77
Compare
Choose a tag to compare

This is the last release to support Python 2. See CHANGES.rst for full change log.

stginga 0.2.1 Release Notes

21 Jul 02:35
Compare
Choose a tag to compare

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

19 Jul 20:20
Compare
Choose a tag to compare

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.