From 460755971a76125d9d5cf7f412fd9f487ebaf1f5 Mon Sep 17 00:00:00 2001 From: Robert Hammann <53221264+hammannr@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:07:09 +0100 Subject: [PATCH] Bump to v0.3.1 (#237) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump version: 0.3.0 → 0.3.1 * write v0.3.1 history --- .bumpversion.cfg | 2 +- HISTORY.md | 20 ++++++++++++++++++++ alea/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a47a2f9..1a4d321 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.3.1 files = alea/__init__.py commit = True tag = True diff --git a/HISTORY.md b/HISTORY.md index 5c233ef..7e979e0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,23 @@ +0.3.1 / 2024-12-11 +------------------ +* Set `request_cpus` as integer by @dachengx in https://github.com/XENONnT/alea/pull/220 +* Keep only one `Directory.SHARED_SCRATCH` by @dachengx in https://github.com/XENONnT/alea/pull/222 +* Revert "Keep only one `Directory.SHARED_SCRATCH`" by @dachengx in https://github.com/XENONnT/alea/pull/223 +* Add the workflow id to the folder in staging-davs by @dachengx in https://github.com/XENONnT/alea/pull/224 +* Fix livetime bug in get_expectation_values() by @hammannr in https://github.com/XENONnT/alea/pull/227 +* Add file hash to blueice hash by @hammannr in https://github.com/XENONnT/alea/pull/225 +* Make metadata error message more informative by @hammannr in https://github.com/XENONnT/alea/pull/229 +* Add unused needs_reinit parameters to ignored parameters by @hammannr in https://github.com/XENONnT/alea/pull/230 +* Tar user-installed blueice to osg nodes by @hammannr in https://github.com/XENONnT/alea/pull/231 +* Source-wise interpolation by @hammannr in https://github.com/XENONnT/alea/pull/228 +* Fix bug, only add tarball when git installed by @dachengx in https://github.com/XENONnT/alea/pull/233 +* Switch to master for docformatter by @dachengx in https://github.com/XENONnT/alea/pull/234 +* Update blueice dependence by @hammannr in https://github.com/XENONnT/alea/pull/236 + + +**Full Changelog**: https://github.com/XENONnT/alea/compare/v0.3.0...v0.3.1 + + 0.3.0 / 2024-09-21 ------------------ * Use `pyproject.toml` to install alea-inference by @dachengx in https://github.com/XENONnT/alea/pull/192 diff --git a/alea/__init__.py b/alea/__init__.py index bc4109b..579af02 100644 --- a/alea/__init__.py +++ b/alea/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.0" +__version__ = "0.3.1" from .parameters import * diff --git a/pyproject.toml b/pyproject.toml index 9c9407c..1d1e6db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "alea-inference" -version = "0.3.0" +version = "0.3.1" description = "A tool to perform toyMC-based inference constructions" readme = "README.md" authors = [