Version 0.4.1
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
UVWindowmodule: The beam is fed toUVWindow.from_uvpspecwith theftbeamkey (previouslyftfile). It can the path to a beam simulation (Pathorstr) or aFTBeamobject directly. This facilitates using Gaussian beam models. np.nan_to_nummethod applied to weights ingrouping.spherical_averageto remove persisting NaN terms in the imaginary part.- Checks on
spwswithinpspec_runto 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.