Skip to content

Version 1.1.1

Latest

Choose a tag to compare

@bhazelton bhazelton released this 03 Jun 16:34

This release adds a new SkyModel.remove_extra_columns method to allow for removal of extra columns and a new option when reading FHD catalogs to include available columns in extra_keywords.

It also improves the logic for duplicate source IDs in FHD catalogs.

Under the hood, it uses pyuvdata.UVBase._select_along_param_axis rather than custom logic in SkyModel.select, which should make the select method more robust and faster.

It also updates the minimum dependency requirement for pyuvdata to: pyuvdata>=3.2.3

Full details below and in our changelog.

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1