Skip to content

Commit

Permalink
Bump to v0.3.1 (#237)
Browse files Browse the repository at this point in the history
* Bump version: 0.3.0 → 0.3.1

* write v0.3.1 history
  • Loading branch information
hammannr authored Dec 11, 2024
1 parent abd4a08 commit 4607559
Show file tree
Hide file tree
Showing 4 changed files with 23 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.3.0
current_version = 0.3.1
files = alea/__init__.py
commit = True
tag = True
Expand Down
20 changes: 20 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
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.3.0"
__version__ = "0.3.1"

from .parameters import *

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit 4607559

Please sign in to comment.