Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@bhazelton bhazelton released this 02 Feb 22:49
· 151 commits to main since this release

This version adds many new features including:

  • Support for all coordinate frames supported by astropy. This is achieved via a new skycoord attribute on on point objects and the new hpx_frame attribute on healpix objects to carry the full frame information. This includes support for more frames for the various read and write methods.
  • The frame_coherency (previously called ra_dec_coherency) are no longer calculated from the Stokes array on SkyModel initialization, a significant memory savings. A new method, calc_frame_coherency, can be called to calculate them and optionally store them on the object.

There are some new dependency version restrictions:

  • pyuvdata >= 2.2.10
  • astropy >= 5.2
  • python >= 3.8

There are also a number of new deprecations and some code that has been marked for deprecation for two major versions was removed.

Full details below and in our changelog.

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.2.0