Skip to content

Commit

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

* Bump version: 2.1.2 → 2.1.3
  • Loading branch information
dachengx committed Sep 9, 2023
1 parent b47ab9d commit 6bddda5
Show file tree
Hide file tree
Showing 4 changed files with 31 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.2
current_version = 2.1.3
files = setup.py straxen/__init__.py
commit = True
tag = True
28 changes: 28 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
2.1.3 / 2023-09-08
-------------------
* Manually check event overlapping by @FaroutYLq in https://github.com/XENONnT/straxen/pull/1214
* Add missing docstrings by @WenzDaniel in https://github.com/XENONnT/straxen/pull/1234
* Use formatted float in `dataframe_to_wiki` by @dachengx in https://github.com/XENONnT/straxen/pull/1231
* Bump actions/setup-python, urllib3 and sphinx by @dachengx in https://github.com/XENONnT/straxen/pull/1232
* Update module index of docs by @dachengx in https://github.com/XENONnT/straxen/pull/1233
* Bump sphinx-rtd-theme from 1.2.2 to 1.3.0 in /extra_requirements by @dependabot in https://github.com/XENONnT/straxen/pull/1238
* Replace `z` from `z_naive` to `z_dv_corr` by @dachengx in https://github.com/XENONnT/straxen/pull/1239
* Remove context collection badge by @dachengx in https://github.com/XENONnT/straxen/pull/1241
* Update xedocs version by @dachengx in https://github.com/XENONnT/straxen/pull/1246
* No need to get map shape for 0D placeholder map by @dachengx in https://github.com/XENONnT/straxen/pull/1245
* Give `RunDB` an option to find files in storage by @dachengx in https://github.com/XENONnT/straxen/pull/1244
* Check chunk n for backends after chunk loading by @dachengx in https://github.com/XENONnT/straxen/pull/1243
* Revert "Give RunDB an option to find files in storage but not in data… by @dachengx in https://github.com/XENONnT/straxen/pull/1248
* Photon ionization correction on S2 by @xzh19980906 in https://github.com/XENONnT/straxen/pull/1247
* Bump xedocs from 0.2.23 to 0.2.24 in /extra_requirements by @dependabot in https://github.com/XENONnT/straxen/pull/1250
* FDC uses corrected position by @shenyangshi in https://github.com/XENONnT/straxen/pull/1254
* Correct elife at the last in `corrected_areas` by @dachengx in https://github.com/XENONnT/straxen/pull/1258
* Correct elife for `cs2_wo_timecorr` by @dachengx in https://github.com/XENONnT/straxen/pull/1260
* SR1 offline simulation strax context by @shenyangshi in https://github.com/XENONnT/straxen/pull/1253

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

**Full Changelog**: https://github.com/XENONnT/straxen/compare/v2.1.2...v2.1.3


2.1.2 / 2023-07-28
-------------------
* Validate final type after URL eval by @jmosbacher in https://github.com/XENONnT/straxen/pull/1217
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def open_requirements(path):
history = file.read()

setuptools.setup(name='straxen',
version='2.1.2',
version='2.1.3',
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,4 +1,4 @@
__version__ = '2.1.2'
__version__ = '2.1.3'

from utilix import uconfig
from .common import *
Expand Down

0 comments on commit 6bddda5

Please sign in to comment.