Skip to content

Commit

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

* Bump version: 2.2.0 → 2.2.1

* Update HISTORY.md

---------

Co-authored-by: Riya Singh <astroriya@midway3-login3.rcc.local>
Co-authored-by: dachengx <dx2227@columbia.edu>
  • Loading branch information
3 people authored Feb 21, 2024
1 parent e8c264f commit 2075e4a
Show file tree
Hide file tree
Showing 4 changed files with 15 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.2.0
current_version = 2.2.1
files = setup.py straxen/__init__.py
commit = True
tag = True
12 changes: 12 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2.2.1 / 2024-02-21
-------------------
* Loosen `save_when` of `Events` by @dachengx in https://github.com/XENONnT/straxen/pull/1327
* Deprecate the usage of `XENONnT/ax_env` by @dachengx in https://github.com/XENONnT/straxen/pull/1329
* `_text_formats` should include txt but not text by @dachengx in https://github.com/XENONnT/straxen/pull/1324
* Fix numerical comparison error of `test_patternfit_stats` by @dachengx in https://github.com/XENONnT/straxen/pull/1334
* Remove some packages requirements from `requirements-tests.txt` by @dachengx in https://github.com/XENONnT/straxen/pull/1337
* Fixing hitlets boundary out of chunk by @WenzDaniel in https://github.com/XENONnT/straxen/pull/1328

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


2.2.0 / 2024-01-16
-------------------
* remove cnn in s2_recon_pos_diff by @ZhenhaoLiangW in https://github.com/XENONnT/straxen/pull/1313
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.2.0",
version="2.2.1",
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.2.0"
__version__ = "2.2.1"

from utilix import uconfig
from .common import *
Expand Down

0 comments on commit 2075e4a

Please sign in to comment.