Skip to content

Commit

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

* Bump version: 0.2.5 → 0.3.0

* v0.2.6
  • Loading branch information
dachengx committed Jul 31, 2024
1 parent 0af5858 commit 6d74bee
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 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.5
current_version = 0.2.6
files = setup.py alea/__init__.py
commit = True
tag = True
12 changes: 10 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## What's Changed
0.2.6 / 2024-07-31
------------------
* Defunctionalize `apply_efficiency`, apply efficiency when `efficiency_name` is specified by @dachengx in https://github.com/XENONnT/alea/pull/183

**Full Changelog**: https://github.com/XENONnT/alea/compare/v0.2.5...v0.3.0


0.2.5 / 2024-07-30
------------------
* Consistent sorting for BlueiceExtendedModel by @hammannr in https://github.com/XENONnT/alea/pull/149
* Fixed data storing by @hammannr in https://github.com/XENONnT/alea/pull/152
* Add lxml_html_clean to fix readthedocs building error by @zihaoxu98 in https://github.com/XENONnT/alea/pull/157
Expand All @@ -17,7 +25,7 @@
* Add 68% coverage as one of the defaults of `confidence_levels` by @dachengx in https://github.com/XENONnT/alea/pull/180
* Document to increase CPUs by @FaroutYLq in https://github.com/XENONnT/alea/pull/178

## New Contributors
New Contributors
* @FaroutYLq made their first contribution in https://github.com/XENONnT/alea/pull/170

**Full Changelog**: https://github.com/XENONnT/alea/compare/v0.2.4...v0.2.5
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.5"
__version__ = "0.2.6"

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.5",
version="0.2.6",
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 6d74bee

Please sign in to comment.