Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
PyxieLouStar committed Feb 1, 2024
1 parent 232ba89 commit 8977214
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# SSINS Change Log

## Unreleased
- Added handling for negative `sig_thresh` such that when set, the associated shape will only trigger
on a negative sig smaller than `sig_thresh`. Behavior for positive `sig_thresh` is unchanged;
this will continue to use the absolute value of sig. Setting a negative `sig_thresh` for the
`narrow` shape is not supported and will trigger a warning.
- Now requires pyuvdata 2.4.1, which introduces several new required parameters for
UVData (thus SS) and UVFlag (thus INS). This required refactoring the INS constructor,
though the API has been preserved. However, if reading SSINS h5 files written with an earlier
Expand Down

0 comments on commit 8977214

Please sign in to comment.