Skip to content

Commit

Permalink
update the changelog for a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Jan 13, 2025
1 parent 8854d18 commit 749f5ef
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 @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [3.1.3] - 2025-01-13

### Added
- Option to write the uvw_array as double precision in UVFITS files even when
the data array are single precision. Default is set to write them as doubles.
Expand Down

1 comment on commit 749f5ef

@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: 749f5ef Previous: bca6cf0 Ratio
tests/utils/test_bls.py::test_bls_to_ant[min=0-len=1] 84426.78563871013 iter/sec (stddev: 0.000050615204960011) 552981.6637057393 iter/sec (stddev: 0.0000021971044770532586) 6.55
tests/utils/test_bls.py::test_bls_to_ant[min=0-len=10] 95576.54574519406 iter/sec (stddev: 0.00008811083157519853) 535002.9574421683 iter/sec (stddev: 0.000004298097951139465) 5.60
tests/utils/test_bls.py::test_ants_to_bls[min=65536-len=10] 230726.68119048132 iter/sec (stddev: 0.000020338603794171786) 461772.3846330553 iter/sec (stddev: 0.0000012311280609818163) 2.00
tests/utils/test_bls.py::test_ants_to_bls[min=65536-len=100] 145450.30517620454 iter/sec (stddev: 0.000025312148208546077) 389168.9140558106 iter/sec (stddev: 0.0000017150302392017336) 2.68
tests/utils/test_bls.py::test_ants_to_bls[min=65536-len=1000] 109773.61549455738 iter/sec (stddev: 0.0003039373699314125) 249287.80879562633 iter/sec (stddev: 0.0000029963438038032204) 2.27
tests/utils/test_bls.py::test_ants_to_bls[min=65536-len=10000] 24749.46715815392 iter/sec (stddev: 0.0004957559499701695) 52606.395303403464 iter/sec (stddev: 0.000008452134146456994) 2.13

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

Please sign in to comment.