Skip to content

Commit 93ec4e8

Browse files
committed
Release 0.1.3
1 parent 0d3c086 commit 93ec4e8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
Changelog
66
=========
77

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+
818
`v0.1.2`_ - 2023-11-02
919
----------------------
1020

@@ -26,6 +36,7 @@ Changelog
2636

2737
Initial Release
2838

39+
.. _v0.1.3: https://github.com/icecube/simweights/releases/tag/v0.1.3
2940
.. _v0.1.2: https://github.com/icecube/simweights/releases/tag/v0.1.2
3041
.. _v0.1.1: https://github.com/icecube/simweights/releases/tag/v0.1.1
3142
.. _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.2"
15+
__version__ = "0.1.3"
1616

1717
__all__ = [
1818
"CircleInjector",

0 commit comments

Comments
 (0)