diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0663c139..7aea8c3e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.3 +current_version = 1.3.0 commit = True tag = True diff --git a/HISTORY.md b/HISTORY.md index 1d3c753a..c1c59772 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,17 @@ +1.3.0 / 2024-06-10 +------------------ +* Use straxen documentation building functions to avoid duplicated codes (#218) +* Replace scintillation time clipping by truncation (#220) +* Fix `ChunkCsvInput` data_type of chunk (#223) +* Add descriptions of dtypes in `tagged_clusters` (#227) +* Modify the definitions in peak truth to be consistent with appletree (#226) +* Raw Records simulation acceleration in fuse (#228) +* Fix a small bug in peak truth (#232) +* Make `pulse_id` continuous in chunks (#233) +* Keep negative gain photons (#231) +* Remove unused codes and fix nestpy commit hash (#237) +* Option to override args for NR scintillation delay (#235) + 1.2.3 / 2024-05-16 ------------------ * Fix bug when building docs locally (#217) diff --git a/fuse/__init__.py b/fuse/__init__.py index 2eeb2978..642190cb 100644 --- a/fuse/__init__.py +++ b/fuse/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.2.3" +__version__ = "1.3.0" from . import dtypes from .dtypes import * diff --git a/pyproject.toml b/pyproject.toml index e0dec6cd..d6810653 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "xenon-fuse" -version = "1.2.3" +version = "1.3.0" description = "XENON Framework for Unified Simulations of Events" authors = [ "Henning Schulze Eißing, ",