Skip to content

Commit

Permalink
Release 1.4.0 (#259)
Browse files Browse the repository at this point in the history
* Update HISTORY.md

* Bump version: 1.3.0 → 1.4.0
  • Loading branch information
HenningSE authored Sep 10, 2024
1 parent 4cd68b6 commit c3ad03f
Show file tree
Hide file tree
Showing 4 changed files with 25 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.3.0
current_version = 1.4.0
commit = True
tag = True

Expand Down
22 changes: 22 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
1.4.0 / 2024-09-10
------------------
* Efficient memory chunking in input plugin (#207)
* fix numpy version (#243)
* [pre-commit.ci] pre-commit autoupdate (#242)
* Add lineage clustering algorithm (#190)
* Keep interactions even if outside NEST validity (#241)
* Update BetaYields (#192)
* Add option to distribute Geant4 events with fixed timing (#225)
* [pre-commit.ci] pre-commit autoupdate (#244)
* Update mass and charge dtypes to int16 (#246)
* Fix plugin warning/debug/info logging (#248)
* [pre-commit.ci] pre-commit autoupdate (#250)
* Exciton ratio fix (#251)
* Poetry does not understand `requires-python` (#252)
* [pre-commit.ci] pre-commit autoupdate (#253)
* [pre-commit.ci] pre-commit autoupdate (#255)
* [pre-commit.ci] pre-commit autoupdate (#256)
* Update yields and clustering (#245)
* Take yield and width parameters from config file (#257)
* Faster lineage clustering (#258)

1.3.0 / 2024-06-10
------------------
* Use straxen documentation building functions to avoid duplicated codes (#218)
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.3.0"
__version__ = "1.4.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.3.0"
version = "1.4.0"
description = "XENON Framework for Unified Simulations of Events"
authors = [
"Henning Schulze Eißing, <[email protected]>",
Expand Down

0 comments on commit c3ad03f

Please sign in to comment.