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, ",