Skip to content

Commit

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

* Bump version: 0.2.1 → 0.2.2
  • Loading branch information
dachengx committed Jan 13, 2024
1 parent 6d81184 commit 888f08e
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.1
current_version = 0.2.2
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.2 / 2024-01-13
------------------
* Save dtype of `valid_fit` as bool by @dachengx in https://github.com/XENONnT/alea/pull/123
* Optional setting of random seed for debugging by @dachengx in https://github.com/XENONnT/alea/pull/122
* Tiny minor change on docstring by @dachengx in https://github.com/XENONnT/alea/pull/126
* Change example filename extension by @kdund in https://github.com/XENONnT/alea/pull/93
* Add axis_names to example templates by @hammannr in https://github.com/XENONnT/alea/pull/127
* Evaluate `blueice_anchors` expression by @dachengx in https://github.com/XENONnT/alea/pull/124
* Update pypi to use trusted publisher by @dachengx in https://github.com/XENONnT/alea/pull/130
* Update versions of `blueice` and `inference-interface` by @dachengx in https://github.com/XENONnT/alea/pull/132


0.2.1 / 2023-12-08
------------------
* Add optional argument `degree_of_freedom` for `asymptotic_critical_value` by @dachengx in https://github.com/XENONnT/alea/pull/86
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.1"
__version__ = "0.2.2"

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.1",
version="0.2.2",
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 888f08e

Please sign in to comment.