Releases: spacetelescope/fitsblender
Releases · spacetelescope/fitsblender
Fitsblender v0.4.4
What's Changed
- Fix Flake8 white-space issues by @stsci-hack in #38
- add code owners file by @zacharyburnett in #39
- remove usages of deprecated
codecov
package by @zacharyburnett in #41 - fix test and install scripts by @nden in #42
- [SCSB-123] rename references to master branch by @zacharyburnett in #43
- Added SKYCELL keyword to ACS & WFC3 rules by @mdlpstsci in #44
- [HLA-820] modernize build and test configuration by @zacharyburnett in #45
- [SCSB-145] require Python 3.10 by @zacharyburnett in #46
New Contributors
- @zacharyburnett made their first contribution in #39
- @nden made their first contribution in #42
Full Changelog: 0.4.3...0.4.4
Fitsblender v0.4.3
This release includes a minimal description of this package along with changes to remove any further support for Python 2.x syntax.
Fitsblender v0.4.2
Fitsblender v0.4.1
This releases includes a fix for the rules used to create ACS products from #32 .
Fitsblender v0.4.0
This version fixes problems with specifying some more advanced rules; including, correctly deleting whole sections of keywords at one time [#30]. This will be used to support the processing for Hubble (HST) exposures after 10-Dec-2021.
Public Release of v0.2.6
This version of fitsblender supports the release of drizzlepac v2.1.3 as used in the operational HST calibration pipeline and archive as of 23 Feb 2016. It primarily includes bug fixes; namely,
- Fixed problem with random results from fitsblender by replacing use of dict with OrderedDict. This problem resolves issues with which image was interpreted as first and last when looking for values to use to populate the combined header.
- Default pipeline processing rules files for all instruments amended to reset FLASHCUR header value to 'multi' instead of first.
- Simple update to insure that any keyword deletion works cleanly with astropy by trapping any KeyError? exceptions explicitly.
- Replace use of pyfits with astropy.io.fits.
- Now works as-is under Python 2.7 and Python 3.5