Skip to content

Commit

Permalink
🔖 v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Aug 20, 2024
1 parent 530a746 commit d48b43f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ 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.9.4] - 2024-08-20
### Changes
- Native CPU compiler options off by default for better portability.

## [0.9.3] - 2024-07-31
### Fixed
- fix a compile error when specifying env `HIP_FLAGS` with `--features=hip`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mwa_hyperbeam"
version = "0.9.3"
version = "0.9.4"
authors = [
"Christopher H. Jordan <christopherjordan87@gmail.com>",
"Jack L. B. Line <jack.line@curtin.edu.au>",
Expand All @@ -17,6 +17,10 @@ repository = "https://github.com/MWATelescope/mwa_hyperbeam"
homepage = "https://github.com/MWATelescope/mwa_hyperbeam"
exclude = [".github/*", "fee_pols.pdf"]

[package.metadata.docs.rs]
features = ["hdf5-static"]
targets = ["x86_64-unknown-linux-gnu"]

# Make a rust library, as well as static and C-compatible dynamic libraries
# available as "libmwa_hyperbeam.a" and "libmwa_hyperbeam.so".
[lib]
Expand Down Expand Up @@ -78,10 +82,6 @@ cfg-if = "1.0.0"
cc = { version = "1.0.0", features = ["parallel"], optional = true }
hip-sys = { version = "0.1.0", optional = true }

[package.metadata.docs.rs]
features = ["hdf5-static"]
targets = ["x86_64-unknown-linux-gnu"]

[[bench]]
name = "bench"
harness = false
Expand Down

0 comments on commit d48b43f

Please sign in to comment.