Skip to content

Commit

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

* Bump version: 2.2.1 → 2.2.2
  • Loading branch information
dachengx authored Apr 30, 2024
1 parent df21ba2 commit a23283c
Show file tree
Hide file tree
Showing 4 changed files with 29 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.1
current_version = 2.2.2
files = setup.py straxen/__init__.py
commit = True
tag = True
26 changes: 26 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
2.2.2 / 2024-04-30
-------------------
* Minor change of indents by @dachengx in https://github.com/XENONnT/straxen/pull/1341
* Remove unused `__all__` by @dachengx in https://github.com/XENONnT/straxen/pull/1342
* Bump graphviz from 0.20.1 to 0.20.2 in /extra_requirements by @dependabot in https://github.com/XENONnT/straxen/pull/1345
* Specifically install `lxml_html_clean` by @dachengx in https://github.com/XENONnT/straxen/pull/1352
* Improve InterpolateAndExtrapolate performance for array valued maps by @l-althueser in https://github.com/XENONnT/straxen/pull/1347
* Bump graphviz from 0.20.2 to 0.20.3 in /extra_requirements by @dependabot in https://github.com/XENONnT/straxen/pull/1350
* Bump actions/setup-python from 5.0.0 to 5.1.0 by @dependabot in https://github.com/XENONnT/straxen/pull/1351
* Add `storage_graph` to show the plugins stored or needed to be calculated in the dependency tree by @dachengx in https://github.com/XENONnT/straxen/pull/1353
* Small bug fix of `storage_graph`, save plot into desired folder by @dachengx in https://github.com/XENONnT/straxen/pull/1356
* Check non-positive lone_hits by @dachengx in https://github.com/XENONnT/straxen/pull/1358
* Return the edge closer to the target in `_numeric_derivative` by @dachengx in https://github.com/XENONnT/straxen/pull/1355
* Add a simply function to plot the dependency tree by @dachengx in https://github.com/XENONnT/straxen/pull/1363
* Remove `PeakSubtyping` from straxen by @dachengx in https://github.com/XENONnT/straxen/pull/1365
* Remove `xnt_simulation_config` by @dachengx in https://github.com/XENONnT/straxen/pull/1366
* Tolerate more exceptions when can not import admix by @dachengx in https://github.com/XENONnT/straxen/pull/1367
* Add `PeakSEDensity` and `EventSEDensity` by @dachengx in https://github.com/XENONnT/straxen/pull/1368
* Update `se_time_search_window_left` by @dachengx in https://github.com/XENONnT/straxen/pull/1370
* remove resource_cache from dali by @yuema137 in https://github.com/XENONnT/straxen/pull/1372
* Add `exclude_pattern` argument to `dependency_tree` by @dachengx in https://github.com/XENONnT/straxen/pull/1373
* Let xedocs to handle avg seg and seg partitioning by @GiovanniVolta in https://github.com/XENONnT/straxen/pull/1371

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


2.2.1 / 2024-02-21
-------------------
* Loosen `save_when` of `Events` by @dachengx in https://github.com/XENONnT/straxen/pull/1327
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.1",
version="2.2.2",
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.1"
__version__ = "2.2.2"

from utilix import uconfig
from .common import *
Expand Down

0 comments on commit a23283c

Please sign in to comment.