Skip to content

v0.5.0

Latest

Choose a tag to compare

@steven-murray steven-murray released this 06 Apr 17:11
· 155 commits to main since this release
2af8420

This version primarily ensures compatibility with pyuvdata >=v3.2

Dependencies

  • Fix residual issues with future_array_shapes affecting noise calculation by @jsdillon in #386
  • Fixing pspec_run to allow the use of non-future-array-shape uvdata by @JianrongTan in #387
  • Fix api call to ENU_from_ECEF for pyuvdata 3.0 by @jsdillon in #402
  • Added tests re. future array shapes and ensured compatibility in utils by @adeliegorce in #397
  • maint: use pyuvdata 3.2 by @steven-murray in #421

🪲 Bugfixes

  • Fix uvp_noise_error() for interleaved LSTs by @jsdillon in #389
  • Added requirement files for readthedocs by @adeliegorce in #388
  • Proper combining of nsamples for psuedo-Stokes to preserve proper noise variance by @jsdillon in #392
  • Use the same factor of 4 for "sum" and "avg" pol_convention by @jsdillon in #407
  • Use only other nsamples from the same basetime/time/spw to fill in zeros in variance_from_auto_correlations() by @jsdillon in #423
  • Changed kpara binning to sample exact delays by @kai-feng-chen in #424
  • fix: Ntimes is now the same as Ntpairs by @steven-murray in #425
  • Bug fix in the calculation of lst_avg_array by @jsdillon in #430
  • fix: remove annoying print statement by @steven-murray in #431

Features

CI

Documentation

New Contributors

Full Changelog: v0.4.2...v0.5.0