Skip to content

Version 1.4.0

Latest
Compare
Choose a tag to compare
@bhazelton bhazelton released this 31 Oct 15:40
· 12 commits to main since this release

This version has some major changes including:

  • Use the new pyuvdata analytic beams and remove all analytic beam specifications in pyuvsim.
  • BeamLists now contain BeamInterface objects (but are still initialized with lists of UVBeam and/or Analytic Beam objects)
  • Significant refactoring of BeamLists, removing the string/object mode and replacing it with a shared memory approach similar to what is done for SkyModel objects.
  • Setting the select.bls property in the obsparams file now selects baselines before creating the UVData object, rather than down-selecting afterwards, saving memory and time.

The following dependency requirements were updated:

  • Updated minimum dependency versions: pyuvdata>=3.1.0
  • Updated minimum optional dependency versions: lunarsky>=0.2.5

Full details below and in our changelog.

What's Changed

Full Changelog: v1.3.1...v1.4.0