Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
Including some things that were missed in prior PRs
  • Loading branch information
bhazelton authored and mkolopanis committed May 10, 2022
1 parent 1e17641 commit 421d047
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

## [Unreleased]

### Added
- Added a `return_beams` parameter to the `initialize_uvdata_from_params` function to
have it return the beam list and dict. Defaults to True currently, but will default to
False starting in version 1.4.
- Added a `return_catname` parameter to the initialize_catalog_from_params function to
have it return the catalog name. Defaults to True currently, but will default to False
starting in version 1.4.
- An option to the `run_param_pyuvsim.py` script and the `run_uvsim` and
`run_uvdata_uvsim` functions to allow users to keep the output from nonzero ranks for
debugging purposes.

### Changed
- Fix auto visibilities to be real on file write-out by default if the pyuvdata
version is 2.2.7 or greater.
- Updated the astropy requirement to >= 5.0.4
- Dropped support for python 3.7

## [1.2.2] - 2022-02-22

### Added
Expand Down

0 comments on commit 421d047

Please sign in to comment.