File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.5.6
2+ current_version = 1.6.0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 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+
1201.5.6 / 2025-07-25
221------------------
322* Fix lineage_cluster ids in https://github.com/XENONnT/fuse/pull/331
Original file line number Diff line number Diff line change 1- __version__ = "1.5.6 "
1+ __version__ = "1.6.0 "
22
33from . import dtypes
44from .dtypes import *
Original file line number Diff line number Diff line change 11[tool ]
22[tool .poetry ]
33name = " xenon-fuse"
4- version = " 1.5.6 "
4+ version = " 1.6.0 "
55description = " XENON Framework for Unified Simulations of Events"
66authors = [
77 " Henning Schulze Eißing, <h_schu55@uni-muenster.de>" ,
You can’t perform that action at this time.
0 commit comments