Skip to content

Version 3.2.7

Choose a tag to compare

@bhazelton bhazelton released this 21 Aug 20:47
· 34 commits to main since this release

This version has several major additions and improvements :

  • Added a new Miriad calibration table reader.
  • Added new methods for interpolating and extrapolating calibration solutions in time.
  • Major memory & speed improvement for UVData frequency and time averaging methods.
  • Added two new types of beams in UVBeam and AnalyticBeams: feed_aligned_response and feed_aligned_projection beams which result from an E-field beam decomposition used in some analysis codes.
  • Support for MWA Average Embedded Element beams in UVBeam.

Significant bug fixes include:

  • Better handling of time scatter introduced by CASA in measurement set calibration solutions.
  • A bug where UVCal.pol_convention was not being properly set when reading in FHD calibration solutions.
  • Several bugs in updating UVData.scan_number_array when objects were added or concatenated, resampled in time or inflated by redundancy.

Dependency changes:

  • Compatibility with numpy 2.5
  • Updated minimum optional dependency versions: lunarsky>1.0

full details below and in our changelog:

What's Changed

New Contributors

Full Changelog: v3.2.6...v3.2.7