Skip to content

Commit a92cf21

Browse files
authored
Release 1.6.0 (#353)
* Bump version to 1.6.0 * Bump version from 1.5.6 to 1.6.0 * Update HISTORY.md for version 1.6.0 changes * Bump version from 1.5.6 to 1.6.0
1 parent 3d960a2 commit a92cf21

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.5.6
2+
current_version = 1.6.0
33
commit = True
44
tag = True
55

HISTORY.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
1.6.0 / 2025-09-25
2+
------------------
3+
* Use stable `sort` and `argsort` to avoid indeterministic result (https://github.com/XENONnT/fuse/pull/336)
4+
* Reduce `cut_delayed` to be much less than `np.iinfo(np.int64).max` (https://github.com/XENONnT/fuse/pull/338)
5+
* Save track id in `interaction_lineage` (https://github.com/XENONnT/fuse/pull/339)
6+
* Fix bug caused by event id time overlapping in `interaction_lineage ` (https://github.com/XENONnT/fuse/pull/340)
7+
* Refactor contexts (https://github.com/XENONnT/fuse/pull/303)
8+
* Assign nestid to photoNuclear gamma and primary neutron (https://github.com/XENONnT/fuse/pull/342)
9+
* Break lineage when neutron's `edproc` is Transportation (https://github.com/XENONnT/fuse/pull/343)
10+
* Make sure `clustered_interactions` is sorted (https://github.com/XENONnT/fuse/pull/344)
11+
* Save `t` in `clustered_interactions` and `microphysics_summary` (https://github.com/XENONnT/fuse/pull/345)
12+
* Update help (https://github.com/XENONnT/fuse/pull/347)
13+
* Optimize dbscan clustering peformance (https://github.com/XENONnT/fuse/pull/346)
14+
* Optimized merge lineage performance (https://github.com/XENONnT/fuse/pull/348)
15+
* Patch photoionization_modifier default value (https://github.com/XENONnT/fuse/pull/349)
16+
* Implement lce_from_pattern_map function directly in plugin (https://github.com/XENONnT/fuse/pull/350)
17+
* Per electron simulation (https://github.com/XENONnT/fuse/pull/264)
18+
* Add fuse cuts and selections (https://github.com/XENONnT/fuse/pull/193)
19+
120
1.5.6 / 2025-07-25
221
------------------
322
* Fix lineage_cluster ids in https://github.com/XENONnT/fuse/pull/331

fuse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.5.6"
1+
__version__ = "1.6.0"
22

33
from . import dtypes
44
from .dtypes import *

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "xenon-fuse"
4-
version = "1.5.6"
4+
version = "1.6.0"
55
description = "XENON Framework for Unified Simulations of Events"
66
authors = [
77
"Henning Schulze Eißing, <h_schu55@uni-muenster.de>",

0 commit comments

Comments
 (0)