From ebddab55b24ba4a184f925fcb94dd76d27506195 Mon Sep 17 00:00:00 2001 From: Dacheng Xu Date: Thu, 21 Dec 2023 16:24:34 -0500 Subject: [PATCH] Bump to v2.1.6 (#1311) --- .bumpversion.cfg | 2 +- HISTORY.md | 28 ++++++++++++++++++++++++++++ setup.py | 2 +- straxen/__init__.py | 2 +- 4 files changed, 31 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 426c75367..93ef8906f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.5 +current_version = 2.1.6 files = setup.py straxen/__init__.py commit = True tag = True diff --git a/HISTORY.md b/HISTORY.md index 58da4e260..b7da4870c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,31 @@ +2.1.6 / 2023-12-21 +------------------- +* Update bootstrax strax logging by @cfuselli in https://github.com/XENONnT/straxen/pull/1252 +* Hint unstaged repo as well for `print_versions` by @dachengx in https://github.com/XENONnT/straxen/pull/1288 +* Proposal to use pre-commit for continuous integration by @dachengx in https://github.com/XENONnT/straxen/pull/1240 +* Update README by remove code style checking, add more ignore commits by @dachengx in https://github.com/XENONnT/straxen/pull/1290 +* Check by default basics by @WenzDaniel in https://github.com/XENONnT/straxen/pull/1287 +* Use pre-commit for continuous integration also for scripts by @dachengx in https://github.com/XENONnT/straxen/pull/1293 +* Find time difference and properties of nearest triggering peaks by @dachengx in https://github.com/XENONnT/straxen/pull/1301 +* Update NaN filtering in InterpolatingMap by @JelleAalbers in https://github.com/XENONnT/straxen/pull/1302 +* change integration window by @marianarajado in https://github.com/XENONnT/straxen/pull/1303 +* Pull out FakeDAQ to legacy plugins by @WenzDaniel in https://github.com/XENONnT/straxen/pull/1292 +* Add gps plugins by @WenzDaniel in https://github.com/XENONnT/straxen/pull/1285 +* Make peaklets dtype flexiable by @WenzDaniel in https://github.com/XENONnT/straxen/pull/1299 +* add kwargs to simulation context by @LuisSanchez25 in https://github.com/XENONnT/straxen/pull/1277 +* Fix photoionization correction to conserve cS2 by @xzh19980906 in https://github.com/XENONnT/straxen/pull/1306 +* add_ref_mon_nv_plugin by @eangelino in https://github.com/XENONnT/straxen/pull/1307 +* Update som classifcation by @WenzDaniel in https://github.com/XENONnT/straxen/pull/1300 +* Move ref mon to online and add to bootstrax by @WenzDaniel in https://github.com/XENONnT/straxen/pull/1308 +* Update corrected_areas.py by @WenzDaniel in https://github.com/XENONnT/straxen/pull/1310 + +New Contributors +* @marianarajado made their first contribution in https://github.com/XENONnT/straxen/pull/1303 +* @eangelino made their first contribution in https://github.com/XENONnT/straxen/pull/1307 + +**Full Changelog**: https://github.com/XENONnT/straxen/compare/v2.1.5...v2.1.6 + + 2.1.5 / 2023-10-11 ------------------- * Som plugin by @LuisSanchez25 in https://github.com/XENONnT/straxen/pull/1269 diff --git a/setup.py b/setup.py index 4f8a78342..4070423dc 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def open_requirements(path): setuptools.setup( name="straxen", - version="2.1.5", + version="2.1.6", description="Streaming analysis for XENON", author="Straxen contributors, the XENON collaboration", url="https://github.com/XENONnT/straxen", diff --git a/straxen/__init__.py b/straxen/__init__.py index 651a4f4ca..8567eea3f 100644 --- a/straxen/__init__.py +++ b/straxen/__init__.py @@ -1,5 +1,5 @@ # mypy: disable-error-code="no-redef" -__version__ = "2.1.5" +__version__ = "2.1.6" from utilix import uconfig from .common import *