Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.3.0 #240

Merged
merged 3 commits into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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, <[email protected]>",
Expand Down