From 3b725aebc07768f1e928431954758e9643b62c05 Mon Sep 17 00:00:00 2001 From: d3v-null Date: Wed, 26 Jun 2024 07:32:13 +0000 Subject: [PATCH] hyperbeam 0.9.3 --- CHANGELOG.md | 4 ++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbf1921f..50d477cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,12 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [0.4.0] - 2024-06-19 ### Fixed - rocm6 support +- a bunch of really nasty segfaults that took a big toll of my sanity - Huge thanks to @robotopia for fixing https://github.com/MWATelescope/mwa_hyperbeam/issues/9 via hyperbeam 0.9.0 +- performance optimizations in hyperbeam 0.9.3 +### Added +- hyperbeam@0.9.3 built@0.7 marlu@0.11.0 mwalib@1.3.3 birli@0.11.0 ## [0.3.0] - 2023-09-27 ### Added diff --git a/Cargo.lock b/Cargo.lock index 9cd6a4ac..c77b62e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1435,9 +1435,9 @@ dependencies = [ [[package]] name = "mwa_hyperbeam" -version = "0.9.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "872fe1374f0d9d21f4c96cc07810cde120e46195cc1a43ec324cdf0b174f6613" +checksum = "e0a651dd5bf13c3599a240d12367ad422f0b238eab94471a5062af06dc7ee31f" dependencies = [ "cbindgen 0.25.0", "cc", diff --git a/Cargo.toml b/Cargo.toml index 1cf40786..5de9fef3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ indicatif = { version = "0.17.5", features = ["rayon"] } lazy_static = "1.4.0" log = "0.4.0" marlu = { version = "0.11.0", features = ["serde"] } -mwa_hyperbeam = "0.9.0" +mwa_hyperbeam = "0.9.2" mwalib = "1.3.3" ndarray = { version = "0.15.4", features = ["rayon"] } num-complex = "0.4.1"