Skip to content

Commit

Permalink
🔖 0.13.0 - update Marlu
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Aug 14, 2024
1 parent e13ae89 commit 0df6487
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "birli"
description = "A preprocessing pipeline for the Murchison Widefield Array"
version = "0.12.0"
version = "0.13.0"
readme = "README.md"
homepage = "https://github.com/MWATelescope/Birli"
repository = "https://github.com/MWATelescope/Birli"
Expand Down Expand Up @@ -43,7 +43,7 @@ indicatif = { version = "0.17.0", features = ["rayon"] }
itertools = "0.10.0"
lazy_static = "1.4.0"
log = "0.4.0"
marlu = "0.12.0"
marlu = "0.13.0"
regex = "1.4.0"
thiserror = "1.0.0"

Expand All @@ -64,7 +64,7 @@ csv = "1.1"
float-cmp = "0.9"
glob = "0.3"
lexical = "6.0"
marlu = { version = "0.12.0", features = ["approx"] }
marlu = { version = "0.13.0", features = ["approx"] }
ndarray = { version = "0.16.0", features = ["approx"] }
tempfile = "3.3"

Expand Down
9 changes: 9 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<!-- markdownlint-disable=MD025 -->

# Version 0.13.0 (2024-08-14)

- 🐛 fix issues compiling on arm64:
- update Marlu 0.13.0

# Version 0.12.0 (2024-06-27)

- 🐛 bug fixes:
- #152 default pfb gains should be cotter2014 for legacy correlator, not jake
- 🙏 quality of life:
Expand All @@ -9,18 +15,21 @@
- update default aoflagger version in makefile and dockerfile

# Version 0.11.0 (2024-06-19)

- ➕ dependencies:
- Marlu 0.11.0
- built ~0.7.3

# Version 0.10.0 (2023-08-11)

- 🙏 quality of life:
- uvfits are now written out with a second DATE and INTTIM
- ➕ dependencies:
- use Marlu 0.10.1
- use rust version 1.64

# Version 0.9.2 (2023-07-18)

- 🙏 quality of life:
- update modtime when writing ms

Expand Down

0 comments on commit 0df6487

Please sign in to comment.