Skip to content

Releases: RadioAstronomySoftwareGroup/pyuvdata

Version 2.2.5

21 Dec 18:59
Compare
Choose a tag to compare

This version adds some new features, including:

  • Dramatic improvement in memory performance in writing measurement set files and reading MWA correlator files.
  • Support for reading the new MWAX correlator files.
  • Defining scan numbers in Measurement Sets.
  • A filename attribute to UVCal, UVBeam and UVFlag objects, matching the implementation in UVData objects.

This version fixes a number of bugs, the highest profile ones are:

  • A bug that could cause incorrect data labelling when combining UVData objects with overlapping time-baselines/polarization/frequency channels that were ordered differently.
  • Several measurement set bugs that caused problems when the files were used in CASA.

Dependency changes:

  • h5py>=3.0
  • astroquery>=0.4.4 (this is an optional dependency)

Full changes detailed below and in our changelog:

What's Changed

Full Changelog: v2.2.4...v2.2.5

Version 2.2.4

14 Oct 23:19
Compare
Choose a tag to compare

This version fixes a bug in UVBeam.efield_to_power that was causing the Conda package builds to fail.

Full changes detailed below:

What's Changed

  • Raise clear errors when trying to write metadata only objects to files by @bhazelton in #1072
  • Fix conversion of non-crosspol power beams to real by @bhazelton in #1074

Full Changelog: v2.2.3...v2.2.4

Version 2.2.3

14 Oct 15:11
Compare
Choose a tag to compare

This version fixes a few minor bugs that were breaking Conda builds and adds OVRO-LWA to our known telescopes.

Automatically generated details below:

What's Changed

Full Changelog: v2.2.2...v2.2.3

Version 2.2.2

30 Sep 19:14
Compare
Choose a tag to compare

This version add a Measurement Set write method to UVData objects (UVData.write_ms) and methods to easily set data, nsamples and flags for baselines (set_data, set_flags, and set_nsamples) paralleling the popular get methods for these arrays. It also adds a new from_file class method for UVData and UVBeam objects to support one-line file reading into these objects.

Other improvements and bug fixes are detailed in the changelog.

Version 2.2.1

21 Jul 19:20
Compare
Choose a tag to compare

This version has an updated __eq__ method on the UVBase object which includes an allowed_failures keyword to specify parameters which are allowed to be unequal without causing the overall equality check to fail. For UVData, this keyword defaults to include the filename attribute.

Version 2.2.0

01 Jul 21:55
Compare
Choose a tag to compare

This release dramatically improves how phasing is done on UVData objects and adds support for multiple phase centers and non-sidereal phase centers. Reading and writing out data with multiple phase centers is supported for UVH5, UVFITS, MIR, and MIRIAD files. It also adds support for a filename attribute on UVData objects and support for getting and selecting data on UVData objects using LSTs.

Other improvements and bug fixes are detailed in the changelog.

Version 2.1.5

03 Apr 05:16
Compare
Choose a tag to compare

This release adds optional Van Vleck correction for MWA correlator files, a method for reordering frequencies on UVData objects and support for converting UVData objects to use the future array shapes to allow users to upgrade their code before the shapes change.

Other additions and bug fixes are detailed in the changelog.

Version 2.1.4

04 Feb 21:34
Compare
Choose a tag to compare

This release includes a major improvement in memory usage for reading MWA correlator FITS files and speed and memory improvements for finding and handling redundant baseline groups. See the changelog for full details of other bug fixes and improvements.

Version 2.1.3

16 Dec 16:45
Compare
Choose a tag to compare

This release includes significant upgrades to the UVCal object, including metadata-only reading and a copy method. Other changes are detailed in the changelog.

Version 2.1.2

07 Oct 16:27
Compare
Choose a tag to compare

This version adds support for "flexible spectral windows" for UVData objects, which allows for storing multiple spectral windows into a single UVData object, and improves support for MWA correlator files. Writing multiple spectral windows is supported in UVH5, UVFITS, MIR, and MIRIAD files. All changes are detailed in the changelog.