Skip to content

Commit

Permalink
Merge pull request #166 from ALPHA-g-Experiment/release
Browse files Browse the repository at this point in the history
Release `alpha_g_physics` v0.1.3
  • Loading branch information
DJDuque authored Aug 23, 2024
2 parents 99a7b57 + d322887 commit 163eb1b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
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.

2 changes: 1 addition & 1 deletion analysis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories = ["science", "command-line-utilities"]

[dependencies]
alpha_g_detector = { version = "=0.5.1", path = "../detector" }
alpha_g_physics = { version = "=0.1.2", path = "../physics" }
alpha_g_physics = { version = "=0.1.3", path = "../physics" }
anyhow = "1.0.68"
clap = { version = "4.0.9", features = ["derive"] }
csv = "1.3.0"
Expand Down
18 changes: 11 additions & 7 deletions physics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,18 @@ changes will be documented in this file.

## [Unreleased] - ReleaseDate

## [0.1.3] - 2024-08-22

### Fixed

- Fixed panic in wire baseline calibration for new runs by removing "safeguards".
- Fixed panic in wire gain calibration for new runs by removing "safeguards".
- Fixed panic in wire delay calibration for new runs by removing "safeguards".
- Fixed panic in pad baseline calibration for new runs by removing "safeguards".
- Fixed panic in pad gain calibration for new runs by removing "safeguards".
- Fixed panic in pad delay calibration for new runs by removing "safeguards".
- Remove panics due to baseline, gain, and delay calibration for both wires and
pads. These panics were caused by "safeguards" meant to prevent running for a
long time without calibrating the detector. In reality, these caused more harm
than good, so they were removed.
- Bump `alpha_g_detector` to v0.5.1, see
[its changelog](https://github.com/ALPHA-g-Experiment/alpha-g/blob/main/detector/CHANGELOG.md#051---2024-08-22)
for details.

<!-- next-url -->
[Unreleased]: https://github.com/ALPHA-g-Experiment/alpha-g/compare/alpha_g_physics-v0.1.2...HEAD
[Unreleased]: https://github.com/ALPHA-g-Experiment/alpha-g/compare/alpha_g_physics-v0.1.3...HEAD
[0.1.3]: https://github.com/ALPHA-g-Experiment/alpha-g/compare/alpha_g_physics-v0.1.2...alpha_g_physics-v0.1.3
2 changes: 1 addition & 1 deletion physics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alpha_g_physics"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
license = "MIT"
description = "Data analysis library for the ALPHA-g experiment"
Expand Down

0 comments on commit 163eb1b

Please sign in to comment.