Mwa-hyperbeam

Latest version: v0.10.1

Safety actively analyzes 723954 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.9.0

Fixed

- Huge thanks to robotopia for fixing <https://github.com/MWATelescope/mwa_hyperbeam/issues/9>

0.8.0

Fixed

- update marlu 0.11.0 (no code changes)

0.7.2

Fixed

- CI (no code changes).

0.7.1

Fixed

- A (seemingly rare) race condition in FEE GPU code.
- examples/analytic_cuda_device.cu wasn't complete.

0.7.0

Added

- Expose Rust function `fix_amps_ndarray`
- FFI functions

See the changes below for an explanation.

- `get_fee_freq_map`
- `get_fee_tile_map`

Changed

- FFI functions

Most of these changes are to disambiguate the FEE beam from the analytic beam
and hopefully encourage a consistent naming scheme.

- `calc_jones` -> `fee_calc_jones`
- `calc_jones_array` -> `fee_calc_jones_array`
- `closest_freq` -> `fee_closest_freq`
- `calc_jones_gpu` -> `fee_calc_jones_gpu`
- `calc_jones_gpu_device` -> `fee_calc_jones_gpu_device`
- `calc_jones_gpu_device_inner` -> `fee_calc_jones_gpu_device_inner`
- `get_freq_map` -> `get_fee_device_freq_map`
- `get_tile_map` -> `get_fee_device_tile_map`
- The old `get_*_map` functions returned device pointers. Callers should now
use the `get_fee_device_*_map` functions for this purpose. New functions
`get_fee_*_map` yield the host pointers for the maps.

0.6.1

Added

- The "analytic" MWA beam
- There are (unfortunately) two flavours -- "RTS" and "mwa_pb". Both are
supported.

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.