Skip to content

Commit

Permalink
🔖 v0.4.1 : use hyperbeam 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Jul 30, 2024
1 parent d3f33f2 commit d9efdb6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.1] - 2024-07-31
### Added
- [email protected]

### Fixed
- fix a compile error when specifying env `HIP_FLAGS` with `--features=hip`
- fix #34 , a compile error for non-x86 CPUs (thanks @cjordan )

## [0.4.0] - 2024-06-19
### Added
- fits sourcelist support (including shapelets for Jack-style fits)
- [email protected].3 [email protected] [email protected] [email protected] [email protected]
- [email protected].2 [email protected] [email protected] [email protected] [email protected]

### Fixed
- rocm6 support
- a bunch of really nasty segfaults that took a big toll on 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
- performance optimizations in hyperbeam 0.9.2

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

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mwa_hyperdrive"
version = "0.4.0"
version = "0.4.1"
authors = [
"Christopher H. Jordan <[email protected]>",
"Dev Null <[email protected]>",
Expand Down 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.2"
mwa_hyperbeam = "0.9.3"
mwalib = "1.3.3"
ndarray = { version = "0.15.4", features = ["rayon"] }
num-complex = "0.4.1"
Expand Down

0 comments on commit d9efdb6

Please sign in to comment.