File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 5
5
Changelog
6
6
=========
7
7
8
+ `v0.1.3 `_ - 2025-01-07
9
+ ----------------------
10
+
11
+ * More versatile generation surfaces by @kjmeagher in https://github.com/icecube/simweights/pull/25
12
+ * Cr flux 4comp fix by @athakuri22 in https://github.com/icecube/simweights/pull/28
13
+ * Update the genie weighter by @mjlarson in https://github.com/icecube/simweights/pull/39
14
+ * Add support for genie-icetray. by @mjlarson in https://github.com/icecube/simweights/pull/41
15
+ * GSF CubicInterpolation oscillation fix. by @The-Ludwig in https://github.com/icecube/simweights/pull/46
16
+ * Adding flux weighting option to the effective_area function of Weighter objects by @jsaffer in https://github.com/icecube/simweights/pull/47
17
+
8
18
`v0.1.2 `_ - 2023-11-02
9
19
----------------------
10
20
@@ -26,6 +36,7 @@ Changelog
26
36
27
37
Initial Release
28
38
39
+ .. _v0.1.3 : https://github.com/icecube/simweights/releases/tag/v0.1.3
29
40
.. _v0.1.2 : https://github.com/icecube/simweights/releases/tag/v0.1.2
30
41
.. _v0.1.1 : https://github.com/icecube/simweights/releases/tag/v0.1.1
31
42
.. _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.2 "
15
+ __version__ = "0.1.3 "
16
16
17
17
__all__ = [
18
18
"CircleInjector" ,
You can’t perform that action at this time.
0 commit comments