Skip to content

Commit 4993d4d

Browse files
committed
increment version for new release and update changelog
1 parent 9ab1331 commit 4993d4d

File tree

2 files changed

+21
-12
lines changed

2 files changed

+21
-12
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,27 @@
55
Changelog
66
=========
77

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+
----------------------
1510

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)
1817

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)
2023

24+
`v0.1.0`_ - 2023-01-24
25+
----------------------
26+
27+
Initial Release
2128

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

src/simweights/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
files produced with corsika-reader, neutrino-generator, and genie-reader.
1313
"""
1414

15-
__version__ = "0.1.1"
15+
__version__ = "0.1.2"
1616

1717
__all__ = [
1818
"CircleInjector",

0 commit comments

Comments
 (0)