Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmeagher committed Jan 6, 2025
1 parent 0d3c086 commit 93ec4e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
Changelog
=========

`v0.1.3`_ - 2025-01-07
----------------------

* More versatile generation surfaces by @kjmeagher in https://github.com/icecube/simweights/pull/25
* Cr flux 4comp fix by @athakuri22 in https://github.com/icecube/simweights/pull/28
* Update the genie weighter by @mjlarson in https://github.com/icecube/simweights/pull/39
* Add support for genie-icetray. by @mjlarson in https://github.com/icecube/simweights/pull/41
* GSF CubicInterpolation oscillation fix. by @The-Ludwig in https://github.com/icecube/simweights/pull/46
* Adding flux weighting option to the effective_area function of Weighter objects by @jsaffer in https://github.com/icecube/simweights/pull/47

`v0.1.2`_ - 2023-11-02
----------------------

Expand All @@ -26,6 +36,7 @@ Changelog

Initial Release

.. _v0.1.3: https://github.com/icecube/simweights/releases/tag/v0.1.3
.. _v0.1.2: https://github.com/icecube/simweights/releases/tag/v0.1.2
.. _v0.1.1: https://github.com/icecube/simweights/releases/tag/v0.1.1
.. _v0.1.0: https://github.com/icecube/simweights/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion src/simweights/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
files produced with corsika-reader, neutrino-generator, and genie-reader.
"""

__version__ = "0.1.2"
__version__ = "0.1.3"

__all__ = [
"CircleInjector",
Expand Down

0 comments on commit 93ec4e8

Please sign in to comment.