Skip to content

23.6.0

Compare
Choose a tag to compare
@ljgray ljgray released this 29 Jun 05:20
· 118 commits to master since this release

What's Changed

  • Move _invert_no_zero to caput and add deprecation warning by @ljgray in #202
  • Fix Gibbs sampler bug and add initial_amplitude parameter, and fix misc. MPIArray warnings by @sjforeman in #207
  • fix(misc): Log MPI check as successful only after all ranks complete by @ljgray in #212
  • fix: change deprecated numpy dtypes by @jrs65 in #220
  • refactor(flagging): clean up various versions of ThresholdVisWeight. by @ljgray in #209
  • fix(band_covariance): fix out of bounds index in _band_wiener_covariance by @ljgray in #218
  • Bump minimum version to 3.8 by @ljgray in #228
  • Mask gain interpolation region after bad calibration by @ljgray in #221
  • perf(SmoothVisWeight): Use caput moving_weighted_median by @ljgray in #187
  • feat(flagging): introduce a task to apply a baseline-dependent mask. by @ljgray in #229
  • feat(ShiftRA): add option to make shift 360-degree-periodic by @sjforeman in #226
  • feat(io): allowing zarr zip jobs to run in the background by @jrs65 in #214
  • Only iterate over self.compression if it's a dict by @ljgray in #232
  • perf(task): only count nans/infs if any are found by @ljgray in #234
  • Use ruff for CI linting by @ljgray in #235
  • fix(flagging): increase default threshold for static weight masking by @ljgray in #236
  • feat(flagging): add timestamp to pseudo-static rfi sensitivity mask hook by @ljgray in #240
  • Timestamp Alignment(2/4): Copy index_map dataset attributes and remove time property by @ljgray in #227
  • Timestamp fixes (1/1): Remove some unnecessary time axis copies by @ljgray in #222
  • perf(sidereal): clear timestream list after concatenation by @ljgray in #244
  • feat(beamform): delete some class list attributes in 'process_finish'. by @ljgray in #242
  • feat(dayenu.DayenuDelayFilter): Add attenuation threshold parameter. by @tristpinsm in #239
  • feat(transform): task to apply reduction ops to a container by @ljgray in #241

Full Changelog: v22.10.0...v23.6.0