Skip to content

Commit

Permalink
update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Oct 10, 2024
1 parent e816319 commit 4714921
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ telescope object from the metadata.
antennas with data.

### Fixed
- A bug in the MWA beam reader that resulted in the wrong polarization response
(the azimuthal-aligned response was swapped with the zenith angle-aligned response).
- A bug in reading UVH5 files with antenna names saved as variable length strings
that was introduced in v3.0.0.

Expand Down

1 comment on commit 4714921

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 4714921 Previous: 72dd3bc Ratio
tests/uvdata/test_mwa_corr_fits.py::test_corr_fits_select_on_read 3.1772930648595614 iter/sec (stddev: 0.14923820138471083) 8.150215609651752 iter/sec (stddev: 0.011753395552105592) 2.57
tests/uvdata/test_mwa_corr_fits.py::test_van_vleck[cheby=True] 4.15732371675997 iter/sec (stddev: 0.0974351535959623) 10.115029583093587 iter/sec (stddev: 0.010289479599246814) 2.43

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.