|
5 | 5 |
|
6 | 6 | # Changelog |
7 | 7 |
|
8 | | -## [Unreleased] |
| 8 | +<!-- ## [Unreleased] --> |
9 | 9 |
|
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. --> |
14 | 14 |
|
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 | +<!-- ``` --> |
18 | 18 |
|
| 19 | +## [2024.2] |
19 | 20 | Added: |
20 | 21 |
|
21 | 22 | - [Timepix3][extra.components.Timepix3] to access raw hits and centroids from the Timepix3 detector (!231). |
|
34 | 35 | - [`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). |
35 | 36 |
|
36 | 37 | Changed: |
| 38 | + |
37 | 39 | - [`gaussian()`][extra.utils.gaussian] has a new `norm` parameter to allow |
38 | 40 | disabling normalization, which [`fit_gaussian()`][extra.utils.fit_gaussian] will |
39 | 41 | use by default (!221). |
@@ -135,7 +137,8 @@ Added: |
135 | 137 | [EXtra-geom](detector-geometry.md), and [karabo-bridge-py](karabo-bridge.md). |
136 | 138 |
|
137 | 139 |
|
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 |
139 | 142 | [2024.1.2]: https://github.com/European-XFEL/EXtra/releases/tag/2024.1.2 |
140 | 143 | [2024.1.1]: https://github.com/European-XFEL/EXtra/releases/tag/2024.1.1 |
141 | 144 | [2024.1]: https://github.com/European-XFEL/EXtra/releases/tag/2024.1 |
|
0 commit comments