Releases: spacetelescope/stcal
Releases · spacetelescope/stcal
stcal 1.2.0
What's Changed
- Jump modifies input data by gain multiplier (JP-2696). by @dmggh in #116
- use canonical filename of RTD configuration by @zacharyburnett in #119
- JP-2938: Fix total frames computation in dark current by @hbushouse in #121
- JP-2645 - Snowball and shower flagging in Jump by @mwregan2 in #118
Full Changelog: 1.1.0...1.2.0
stcal 1.1.0
What's Changed
- AL-579: Updating GLS processing and fixed tests for multi-integrations. by @kmacdonald-stsci in #108
- automatically add labels to pull requests based on changed files by @zacharyburnett in #111
- JP-2378: A Two Group Saturated Ramp Crashed Due to Incorrect Ndarray Shape by @kmacdonald-stsci in #109
- JP-2796: Made style changes due to new flake8 5.0.3 by @kmacdonald-stsci in #114
- JP-2669: Fixing the NaN and DO_NOT_USE bug. by @kmacdonald-stsci in #112
- JP-2817: GLS doesn't properly handle bad gain values by @kmacdonald-stsci in #115
- JP-2693: Flag groups do_not_use after detected ramp jumps by @karllark in #110
New Contributors
Full Changelog: 1.0.0...1.1.0
stcal 1.0.0
What's Changed
- update change log for 0.7.3 by @cshanahan1 in #93
- use GitHub Actions to cache environments and use dependent CI workflow structure by @zacharyburnett in #96
- update required Python version to
3.8
to align withastropy
by @zacharyburnett in #98 - JP-2376: GLS one group ramp by @kmacdonald-stsci in #97
- copy changelog workflow from
asdf
by @zacharyburnett in #100 - fill in missing changelog entries based on pull request numbers in commit history by @zacharyburnett in #101
- update workflow filter to trigger on release branches by @zacharyburnett in #94
- JP-2623: Fixing multiprocessing failure by @kmacdonald-stsci in #99
- JP-2651: Fully Saturated Exposures Should Return NoneType by @kmacdonald-stsci in #102
- changing param name in jump twopoint_difference function by @cshanahan1 in #105
- JP-2611: Update handling of NO_SAT_CHECK in saturation step by @hbushouse in #106
- Adding API changes to the change log due to PRs 99 and 102. by @kmacdonald-stsci in #107
New Contributors
- @zacharyburnett made their first contribution in #96
- @hbushouse made their first contribution in #106
Full Changelog: 0.7.3...1.0.0, CHANGES.rst
stcal 0.7.3
ramp_fitting
- Updating the one good group ramp suppression handler works. [#92]
stcal 0.7.2
STCAL v 0.7.2
ramp_fitting
- Fix for accessing zero-frame in model to account for Roman data not using
zero-frame. [#89]
Tagged 0.7.1 from main
jump
- Enable multiprocessing for jump detection, which is controlled by the 'max_cores' parameter. [#87]
STCAL v 0.7.0
For input ramp data which include a ZEROFRAME array:
linearity
Added functionality to linearly process ZEROFRAME data the same way as the SCI data. [#81]
ramp_fitting
Added functionality to use ZEROFRAME data in place of group 0 data for ramps that are fully saturated, but still have good ZEROFRAME data. [#81]
saturation
Added functionality to process ZEROFRAME data for saturation the same way as the SCI data. [#81]
Tagged 0.6.4 from main
saturation
- Added in functionality to deal with charge spilling from saturated pixels onto neighboring pixels [#83]
STCAL v 0.6.3
Tagged 0.6.2 from main
jump
- Neighboring pixels with 'SATURATION' or 'DONOTUSE' flags are no longer flagged as jumps. [#79]