Skip to content

Commit

Permalink
Release 1.3.0 (#240)
Browse files Browse the repository at this point in the history
* Update HISTORY for the release

* Bump version: 1.2.3 → 1.3.0

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
ramirezdiego and pre-commit-ci[bot] authored Jun 10, 2024
1 parent 3c05934 commit 54c5cd8
Show file tree
Hide file tree
Showing 4 changed files with 17 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 = 1.2.3
current_version = 1.3.0
commit = True
tag = True

Expand Down
14 changes: 14 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion fuse/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.2.3"
__version__ = "1.3.0"

from . import dtypes
from .dtypes 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 = "xenon-fuse"
version = "1.2.3"
version = "1.3.0"
description = "XENON Framework for Unified Simulations of Events"
authors = [
"Henning Schulze Eißing, <h_schu55@uni-muenster.de>",
Expand Down

0 comments on commit 54c5cd8

Please sign in to comment.