From 9a6f2aa7735cd04488a87e7a86fbe2d238959014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Ram=C3=ADrez=20Garc=C3=ADa?= Date: Wed, 20 Mar 2024 13:11:43 +0100 Subject: [PATCH] Release 1.1.0 (#172) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update HISTORY for the release * Bump version: 1.0.0 → 1.1.0 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update HISTORY.md --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .bumpversion.cfg | 2 +- HISTORY.md | 31 ++++++++++++++++++++++++++++++- fuse/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c6289f00..7b9cc9aa 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.1.0 commit = True tag = True diff --git a/HISTORY.md b/HISTORY.md index dd92efed..6c776cc5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,32 @@ -1.1.0 / 2024-02-08 +1.1.0 / 2024-03-20 +------------------ +* Cleanup and refactor configurations (#163) +* Convert _photon_timings to integer values (#171) +* Debug entry_stop (#166 and #170) +* Fix a bug the pre-commit introduced and update the .git-blame-ignore-revs (#165) +* pre-commit autoupdate (#164) +* Make s2 AFT scaling optional (#161) +* Move eventid cut into uproot data loading (#159) +* Add flag to disable PMT afterpulsing (#158) +* Add option to enable or disable the noise (#157) +* Prevent empty instructions from locking NEST random seed (#156) +* Change raw_records to save_when TARGET (#148) +* Proposal to use pre-commit for continuous integration (#155) +* Changes in map interpolation methods (#152) +* Addition of truth plugins (#99) +* Handle missing corrections_version and cleanup (#143) +* Prevent empty instructions to lock NEST random seed (#146) +* Increase size of string fields in geant4_interactions (#142) +* No rechunking for microphysics summary & e_field NaNs to zero (#140) +* Fix csv timing (#137) +* Change electric field dtype to float32 (#135) +* CSV input plugin update (#132) +* Save electric field as float16 instead of int64 (#133) +* Add missing badges and tests (#127) +* Bring the documentation to readthedocs (#124) +* Some code improvements for better performance (#125) +* Simplify pytest and coveralls to shorten time usage (#123) + +1.0.0 / 2024-02-08 ------------------- * First stable release diff --git a/fuse/__init__.py b/fuse/__init__.py index 0241edfb..ed687921 100644 --- a/fuse/__init__.py +++ b/fuse/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.0" +__version__ = "1.1.0" from . import plugins from .plugins import * diff --git a/pyproject.toml b/pyproject.toml index 3db95912..6f8329bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "xenon-fuse" -version = "1.0.0" +version = "1.1.0" description = "XENON Framework for Unified Simulations of Events" authors = [ "Henning Schulze Eißing, ",