Skip to content

Commit

Permalink
Bump version to 0.2.4 (#148)
Browse files Browse the repository at this point in the history
* Bump version: 0.2.3 → 0.2.4

* 0.2.4 HISTORY
  • Loading branch information
hammannr committed Mar 18, 2024
1 parent d14b41a commit 08280b8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.3
current_version = 0.2.4
files = setup.py alea/__init__.py
commit = True
tag = True
12 changes: 12 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.2.4 / 2024-03-18
------------------
* Point away from alea for physics models by @kdund in https://github.com/XENONnT/alea/pull/143
* Make "piecewise" the default pdf interpolation by @hammannr in https://github.com/XENONnT/alea/pull/142
* Enforce bins in config and template to match by @hammannr in https://github.com/XENONnT/alea/pull/144
* Make model histograms accessible by @hammannr in https://github.com/XENONnT/alea/pull/140
* Make local submitter verbose by @hammannr in https://github.com/XENONnT/alea/pull/146
* Estimator of signal multiplier based on perturbation theory by @zihaoxu98 in https://github.com/XENONnT/alea/pull/147

**Full Changelog**: https://github.com/XENONnT/alea/compare/v0.2.3...v0.2.4


0.2.3 / 2024-02-22
------------------
* Improve check of already made toydata and output by @dachengx in https://github.com/XENONnT/alea/pull/128
Expand Down
2 changes: 1 addition & 1 deletion alea/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.3"
__version__ = "0.2.4"

from .parameters import *

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def open_requirements(path):

setuptools.setup(
name="alea-inference",
version="0.2.3",
version="0.2.4",
description="A tool to perform toyMC-based inference constructions",
author="Alea contributors, the XENON collaboration",
long_description=readme + "\n\n" + history,
Expand Down

0 comments on commit 08280b8

Please sign in to comment.