File tree Expand file tree Collapse file tree 2 files changed +21
-12
lines changed Expand file tree Collapse file tree 2 files changed +21
-12
lines changed Original file line number Diff line number Diff line change 5
5
Changelog
6
6
=========
7
7
8
- main - 2023-10-30
9
- ---------------------
10
- Update the calculation of IceTop weights to fix an issue with the effective area.
11
- The fix replaces the CircularInjector with NaturalRateCylinder,
12
- where the cylinder height is set to zero to mimic the flat surface detector.
13
- The calculated effective area is the projected area, which can be corrected by
14
- dividing by cos(zenith).
8
+ `v0.1.2 `_ - 2023-11-02
9
+ ----------------------
15
10
16
- `0.1.0 `_ - 2023-01-24
17
- ---------------------
11
+ - add explanation what the effective livetime is -- Ludwig Neste (#17)
12
+ - Update the calculation of IceTop weights to fix an issue with the effective area.
13
+ The fix replaces the CircularInjector with NaturalRateCylinder,
14
+ where the cylinder height is set to zero to mimic the flat surface detector.
15
+ The calculated effective area is the projected area, which can be corrected by
16
+ dividing by cos(zenith) -- Mattias Plum & Katherine Rawlins (#22)
18
17
19
- Initial Release
18
+ `v0.1.1 `_ - 2023-07-26
19
+ ----------------------
20
+
21
+ - Add Global Spline Fit model -- Ludwig Neste (#10)
22
+ - Add support for reading ROOT files with uproot -- Kevin Meagher (418680a)
20
23
24
+ `v0.1.0 `_ - 2023-01-24
25
+ ----------------------
26
+
27
+ Initial Release
21
28
22
- .. _0.1.0 : https://github.com/icecube/simweights/releases/tag/v0.1.0
29
+ .. _v0.1.2 : https://github.com/icecube/simweights/releases/tag/v0.1.2
30
+ .. _v0.1.1 : https://github.com/icecube/simweights/releases/tag/v0.1.1
31
+ .. _v0.1.0 : https://github.com/icecube/simweights/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 12
12
files produced with corsika-reader, neutrino-generator, and genie-reader.
13
13
"""
14
14
15
- __version__ = "0.1.1 "
15
+ __version__ = "0.1.2 "
16
16
17
17
__all__ = [
18
18
"CircleInjector" ,
You can’t perform that action at this time.
0 commit comments