Skip to content

Commit 6df8e82

Browse files
committed
🔖 v0.9.3
1 parent aa0f2ba commit 6df8e82

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

‎CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ 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.9.3] - 2024-07-31
10+
### Fixed
11+
- fix a compile error when specifying env `HIP_FLAGS` with `--features=hip`
12+
13+
## [0.9.2] - 2024-06-21
14+
### Fixed
15+
- reduce wasted cycles if the number of coefficients in the beam file is less than
16+
maximum N that the beam kernels are sized for. Since NMAX=31 and the default beam file
17+
is in the low 20s, this speeds things up.
18+
19+
## [0.9.1] - 2024-06-21
20+
### Fixed
21+
- fix #11 : revert some of #9 , moving device memory allocations back onto the stack,
22+
this is fine because the kernels are smaller than before.
23+
924
## [0.9.0] - 2024-05-24
1025
### Fixed
1126
- Huge thanks to @robotopia for fixing https://github.com/MWATelescope/mwa_hyperbeam/issues/9

‎Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mwa_hyperbeam"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
authors = [
55
"Christopher H. Jordan <christopherjordan87@gmail.com>",
66
"Jack L. B. Line <jack.line@curtin.edu.au>",

0 commit comments

Comments
 (0)