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
UVWindow
module: The beam is fed toUVWindow.from_uvpspec
with theftbeam
key (previouslyftfile
). It can the path to a beam simulation (Path
orstr
) or aFTBeam
object directly. This facilitates using Gaussian beam models. np.nan_to_num
method applied to weights ingrouping.spherical_average
to remove persisting NaN terms in the imaginary part.- Checks on
spws
withinpspec_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.