Skip to content

Commit

Permalink
Bump to v0.2.3 (#139)
Browse files Browse the repository at this point in the history
* Update HISTORY.md

* Bump version: 0.2.2 → 0.2.3
  • Loading branch information
dachengx committed Feb 22, 2024
1 parent 13043e5 commit 3291810
Show file tree
Hide file tree
Showing 4 changed files with 12 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.2
current_version = 0.2.3
files = setup.py alea/__init__.py
commit = True
tag = True
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.2.3 / 2024-02-22
------------------
* Improve check of already made toydata and output by @dachengx in https://github.com/XENONnT/alea/pull/128
* Combine several jobs into one to save computation resources by @dachengx in https://github.com/XENONnT/alea/pull/131
* Check `locate` loaded package by @dachengx in https://github.com/XENONnT/alea/pull/134
* Update `hypotheses` and `common_hypothesis` by `pre_process_poi` by @dachengx in https://github.com/XENONnT/alea/pull/135
* Print total number of submitted jobs by @dachengx in https://github.com/XENONnT/alea/pull/137


0.2.2 / 2024-01-13
------------------
* Save dtype of `valid_fit` as bool by @dachengx in https://github.com/XENONnT/alea/pull/123
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.2"
__version__ = "0.2.3"

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.2",
version="0.2.3",
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 3291810

Please sign in to comment.