Skip to content

Commit d9efdb6

Browse files
committed
🔖 v0.4.1 : use hyperbeam 0.9.3
1 parent d3f33f2 commit d9efdb6

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic
77
Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [0.4.1] - 2024-07-31
10+
### Added
11+
- hyperbeam@0.9.3
12+
13+
### Fixed
14+
- fix a compile error when specifying env `HIP_FLAGS` with `--features=hip`
15+
- fix #34 , a compile error for non-x86 CPUs (thanks @cjordan )
16+
917
## [0.4.0] - 2024-06-19
1018
### Added
1119
- fits sourcelist support (including shapelets for Jack-style fits)
12-
- hyperbeam@0.9.3 built@0.7 marlu@0.11.0 mwalib@1.3.3 birli@0.11.0
20+
- hyperbeam@0.9.2 built@0.7 marlu@0.11.0 mwalib@1.3.3 birli@0.11.0
1321

1422
### Fixed
1523
- rocm6 support
1624
- a bunch of really nasty segfaults that took a big toll on my sanity
1725
- Huge thanks to @robotopia for fixing https://github.com/MWATelescope/mwa_hyperbeam/issues/9
1826
via hyperbeam 0.9.0
19-
- performance optimizations in hyperbeam 0.9.3
27+
- performance optimizations in hyperbeam 0.9.2
2028

2129
## [0.3.0] - 2023-09-27
2230
### Added

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mwa_hyperdrive"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = [
55
"Christopher H. Jordan <christopherjordan87@gmail.com>",
66
"Dev Null <dev.null@curtin.edu.au>",
@@ -80,7 +80,7 @@ indicatif = { version = "0.17.5", features = ["rayon"] }
8080
lazy_static = "1.4.0"
8181
log = "0.4.0"
8282
marlu = { version = "0.11.0", features = ["serde"] }
83-
mwa_hyperbeam = "0.9.2"
83+
mwa_hyperbeam = "0.9.3"
8484
mwalib = "1.3.3"
8585
ndarray = { version = "0.15.4", features = ["rayon"] }
8686
num-complex = "0.4.1"

0 commit comments

Comments
 (0)