Skip to content

Commit

Permalink
hyperbeam 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Jun 26, 2024
1 parent 2e54cad commit 3b725ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- [email protected] [email protected] [email protected] [email protected] [email protected]

## [0.3.0] - 2023-09-27
### Added
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3b725ae

Please sign in to comment.