Skip to content

Version 0.4.1

Compare
Choose a tag to compare
@adeliegorce adeliegorce released this 20 Jan 22:14
· 109 commits to main since this release
92962a9

This is a patch release including various bug fixes and version dependencies updates, some related to the new array shapes enforced by pyuvdata.

What's changed

  • Enhancement to the UVWindow module: The beam is fed to UVWindow.from_uvpspec with the ftbeam key (previously ftfile). It can the path to a beam simulation (Path or str) or a FTBeam object directly. This facilitates using Gaussian beam models.
  • np.nan_to_num method applied to weights in grouping.spherical_average to remove persisting NaN terms in the imaginary part.
  • Checks on spws within pspec_run to exit early if not correct
  • Improved documentation
  • Updates to required version (scipy, pyuvdata, h5py, hera_cal)
  • Removed usage of deprecated np.float, np.complex, etc.
  • Sped up the environment setup in tests and added python 3.10.

Full changelog: v0.4.0...v0.4.1.