Releases: spacetelescope/stcal
Releases · spacetelescope/stcal
1.6.0
What's Changed
- JP-3521: Fix jump multiprocessing error by @mwregan2 in #239
- JP-3448: Always flag at least one group when showers are detected by @mwregan2 in #237
- JP-3525: Merge jump and ramp_fitting docs content with jwst docs by @hbushouse in #240
- JP-3502: Extend snowball flags to next integration by @mwregan2 in #238
- Update metadata for 1.6.0 release by @jhunkeler in #241
New Contributors
- @jhunkeler made their first contribution in #241
Full Changelog: 1.5.2...1.6.0
1.5.2
What's Changed
- Update CHANGES.rst to make it more obvious which versions of ramp fitting have been updated. by @hbushouse in #234
- Install dev wheels properly by @pllim in #222
- Update changlog CI to use a pre-built workflow. by @WilliamJamieson in #233
- fix changelog entry date by @zacharyburnett in #235
- reorganize tests, make devdeps testing optional, and unpin latest Python testing by @zacharyburnett in #213
Full Changelog: 1.5.1...1.5.2
1.5.1
re-release of 1.5.0 to publish source distribution
Full Changelog: 1.5.0...1.5.1
stcal 1.5.0
What's Changed
- Add methods necessary for resample. by @mairanteodoro in #179
- Fix issue with bounding box when creating WCS for tests. by @mairanteodoro in #181
- HLA-1096: Added Reproject function by @s-goldman in #193
- RCAL-632: add unit tests for additional methods. by @mairanteodoro in #190
- Style check fixes. by @mairanteodoro in #194
- Syncing stcal-alignment and main. by @mairanteodoro in #195
- Remove unnecessary file. by @mairanteodoro in #198
- HLA-1096: Added reproject and calculate_pixmap functions with high-level WCS by @s-goldman in #204
- Fix docstring returned type issue. by @mairanteodoro in #216
- use PyPI upload workflow from OpenAstronomy by @zacharyburnett in #214
- download WebbPSF data for downstream tests by @zacharyburnett in #217
- Fixes to docstring and CI jobs. by @mairanteodoro in #218
- expand build matrix with more Python versions by @zacharyburnett in #219
- Stcal alignment updates. by @mairanteodoro in #220
- Stcal alignment updates by @mairanteodoro in #221
- Adding stcal-alignment sub-package. by @mairanteodoro in #196
- add data workflow to retrieve WebbPSF cache and rename toxenvs by @zacharyburnett in #223
- Add Roman jump detection to ramp fitting by @WilliamJamieson in #215
- Revert #223 by @WilliamJamieson in #225
- RCAL-702: Fix memory use issue for Cas22 jump detection by @WilliamJamieson in #226
- Resolve some bugs with the jump fitting algorithm by @WilliamJamieson in #227
- JP-3458: Moving ramp_fit CI tests from JWST to STCAL. by @kmacdonald-stsci in #228
- Speed up Jump detection by @WilliamJamieson in #229
- Add concurrency cancels to build and weekly cron by @WilliamJamieson in #230
- Run automated formatting and linters by @WilliamJamieson in #187
New Contributors
- @mairanteodoro made their first contribution in #179
- @s-goldman made their first contribution in #193
Full Changelog: 1.4.4...1.5.0
stcal 1.4.4
stcal 1.4.3
What's Changed
- [benchmarks] add commit URL for showing commits when clicked by @zacharyburnett in #182
- pin
sphinx_rtd_theme
to newer version by @zacharyburnett in #184 - RCAL-511 Implement Uneven ramp fitting by @stscieisenhamer in #175
- Specify number of cores for jump and ramp_fit by @mwregan2 in #183
- move benchmarks to the
bench
repository by @zacharyburnett in #189 - RCAL-618: Add 'read_pattern' argument to saturation flagging. by @schlafly in #188
- Add c99 flag for gcc by @WilliamJamieson in #199
- Add c99 flag for gcc try 2 by @WilliamJamieson in #201
- remove unsupported
system_packages
RTD config setting by @zacharyburnett in #209 - Update CHANGES.rst by @stscieisenhamer in #206
- Fix failures with numpy 2 by @nden in #210
- JP-3368: Changing ramp_fit Median Rate and Variance Calculations by @kmacdonald-stsci in #208
- Snowball flagging of grouped data by @mwregan2 in #207
- set
build_platform_wheels
totrue
by @zacharyburnett in #205
New Contributors
- @stscieisenhamer made their first contribution in #175
- @schlafly made their first contribution in #188
Full Changelog: 1.4.2...1.4.3
stcal v 1.4.2
What's Changed
- Add setting of number_extended_events by @mwregan2 in #178
- remove bogus file in tests directory by @hbushouse in #180
Full Changelog: 1.4.1...1.4.2
STCAL v 1.4.1
Bug Fix Release
jump
- Added statement to prevent the number of cores used in multiprocessing from
being larger than the number of rows. This was causing some CI tests to fail. [#176]
STCAL v 1.4.0
Bug Fixes
jump
- Updated the jump detection to switch to using the numpy sigmaclip routine to
find the actual rms across integrations when there are at least 101 integrations
in the exposure. This still allows cosmic rays and snowballs/showers to be flagged
without being affected by slope variations due to either brigher-fatter/charge-spilling
or errors in the nonlinearity correction. - Also added the counting of the number of cosmic rays and snowballs/showers that
is then placed in the FITS header in the JWST routines. [#174]
ramp_fitting
-
Changing where time division occurs during ramp fitting in order to
properly handle special cases where the time is not group time, such
as when ZEROFRAME data is used, so the time is frame time. [#173] -
Added another line of code to be included in the section where warnings are turned
off. The large number of warnings can cause a hang in the Jupyter notebook when
running with multiprocessing. [#174]
1.3.8
What's Changed
- replace
opencv-python
with pre-built CPU-onlyopencv-python-headless
by @zacharyburnett in #164 - JP-3111: Fix dark subtraction for MIRI segmented data by @hbushouse in #165
- test against pre-built binaries of
scipy
andnumpy
by @zacharyburnett in #166 - JP-3004: Corrects the Final Slope Computation for Multi-Integration Data with Some Unusable Integrations by @kmacdonald-stsci in #167
- Issue-168: Updating Usage of 'np.where' Function by @kmacdonald-stsci in #169
Full Changelog: 1.3.7...1.3.8