Skip to content

Commit fa8f526

Browse files
authored
Merge pull request #282 from European-XFEL/release
Prepare for releasing v2024.2
2 parents d3b4c10 + 7f0d344 commit fa8f526

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

docs/changelog.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@
55

66
# Changelog
77

8-
## [Unreleased]
8+
<!-- ## [Unreleased] -->
99

10-
!!! note
11-
All of the changes here are deployed to our current environment, even though
12-
a release hasn't been made for them yet. If you want to have these updates
13-
in a personal environment you'll need to install the package from git.
10+
<!-- !!! note -->
11+
<!-- All of the changes here are deployed to our current environment, even though -->
12+
<!-- a release hasn't been made for them yet. If you want to have these updates -->
13+
<!-- in a personal environment you'll need to install the package from git. -->
1414

15-
```bash title="Installation command"
16-
pip install git+https://github.com/European-XFEL/EXtra.git
17-
```
15+
<!-- ```bash title="Installation command" -->
16+
<!-- pip install git+https://github.com/European-XFEL/EXtra.git -->
17+
<!-- ``` -->
1818

19+
## [2024.2]
1920
Added:
2021

2122
- [Timepix3][extra.components.Timepix3] to access raw hits and centroids from the Timepix3 detector (!231).
@@ -34,6 +35,7 @@ Fixed:
3435
- [`AdqRawChannel.pulse_data()`][extra.components.AdqRawChannel.pulse_data] no longer erroneously reads in the same train data for every pulse if there is only a single pulse per train (!259).
3536

3637
Changed:
38+
3739
- [`gaussian()`][extra.utils.gaussian] has a new `norm` parameter to allow
3840
disabling normalization, which [`fit_gaussian()`][extra.utils.fit_gaussian] will
3941
use by default (!221).
@@ -135,7 +137,8 @@ Added:
135137
[EXtra-geom](detector-geometry.md), and [karabo-bridge-py](karabo-bridge.md).
136138

137139

138-
[Unreleased]: https://github.com/European-XFEL/EXtra/compare/2024.1.1...master
140+
[Unreleased]: https://github.com/European-XFEL/EXtra/compare/2024.2...master
141+
[2024.2]: https://github.com/European-XFEL/EXtra/releases/tag/2024.2
139142
[2024.1.2]: https://github.com/European-XFEL/EXtra/releases/tag/2024.1.2
140143
[2024.1.1]: https://github.com/European-XFEL/EXtra/releases/tag/2024.1.1
141144
[2024.1]: https://github.com/European-XFEL/EXtra/releases/tag/2024.1

0 commit comments

Comments
 (0)