Skip to content

Commit

Permalink
Bump to v2.2.0 (#1322)
Browse files Browse the repository at this point in the history
* Update HISTORY

* Bump version: 2.1.6 → 2.1.7

* Bump version: 2.1.7 → 2.2.0

* Remove wfsim requirements

* Update HISTORY.md
  • Loading branch information
dachengx authored Jan 16, 2024
1 parent 7a9ba2e commit 476bf1a
Show file tree
Hide file tree
Showing 4 changed files with 19 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 = 2.1.6
current_version = 2.2.0
files = setup.py straxen/__init__.py
commit = True
tag = True
16 changes: 16 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2.2.0 / 2024-01-16
-------------------
* remove cnn in s2_recon_pos_diff by @ZhenhaoLiangW in https://github.com/XENONnT/straxen/pull/1313
* Update pymongo version by @dachengx in https://github.com/XENONnT/straxen/pull/1316
* Use `straxen.EventBasics.set_nan_defaults` to set default values by @dachengx in https://github.com/XENONnT/straxen/pull/1317
* Update to bokeh v3 and holoviews v1, drop py3.8 support by @dachengx in https://github.com/XENONnT/straxen/pull/1318
* Drop 3.11 support for now by @dachengx in https://github.com/XENONnT/straxen/pull/1321
* Move all simulation contexts to WFSim by @dachengx in https://github.com/XENONnT/straxen/pull/1320
* Add nopython by @WenzDaniel in https://github.com/XENONnT/straxen/pull/1319

New Contributors
* @ZhenhaoLiangW made their first contribution in https://github.com/XENONnT/straxen/pull/1313

**Full Changelog**: https://github.com/XENONnT/straxen/compare/v2.1.6...v2.2.0


2.1.6 / 2023-12-21
-------------------
* Update bootstrax strax logging by @cfuselli in https://github.com/XENONnT/straxen/pull/1252
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def open_requirements(path):

setuptools.setup(
name="straxen",
version="2.1.6",
version="2.2.0",
description="Streaming analysis for XENON",
author="Straxen contributors, the XENON collaboration",
url="https://github.com/XENONnT/straxen",
Expand Down
2 changes: 1 addition & 1 deletion straxen/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# mypy: disable-error-code="no-redef"
__version__ = "2.1.6"
__version__ = "2.2.0"

from utilix import uconfig
from .common import *
Expand Down

0 comments on commit 476bf1a

Please sign in to comment.