Skip to content

Commit

Permalink
Bump to v3.1.2 (#1569)
Browse files Browse the repository at this point in the history
* Update HISTORY.md

* Bump version: 3.1.1 → 3.1.2

* Update strax
  • Loading branch information
dachengx authored Feb 24, 2025
1 parent 90fb559 commit 4e2c6cc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 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 = 3.1.1
current_version = 3.1.2
files = straxen/__init__.py
commit = True
tag = True
Expand Down
10 changes: 10 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
3.1.2 / 2025-02-24
-------------------
* Set the number of tries and threads of remote rucio by @dachengx in https://github.com/XENONnT/straxen/pull/1564
* Pass `tries` and `num_threads` to `RucioRemoteBackend` by @dachengx in https://github.com/XENONnT/straxen/pull/1565
* Be compatible with https://github.com/AxFoundation/strax/pull/975 by @dachengx in https://github.com/XENONnT/straxen/pull/1566
* Load 100 MB peaklets per `compute` by @dachengx in https://github.com/XENONnT/straxen/pull/1567

**Full Changelog**: https://github.com/XENONnT/straxen/compare/v3.1.1...v3.1.2


3.1.1 / 2025-02-13
-------------------
* `n_hits` should be int32, otherwise overflow by @dachengx in https://github.com/XENONnT/straxen/pull/1558
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "straxen"
version = "3.1.1"
version = "3.1.2"
description = "Streaming analysis for XENON"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -31,7 +31,7 @@ straxer = "straxen.scripts.straxer:main"

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
strax = ">=2.1.1"
strax = ">=2.1.2"
bokeh = "*"
commentjson = "*"
gitpython = "*"
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__ = "3.1.1"
__version__ = "3.1.2"

from utilix import uconfig
from .common import *
Expand Down

0 comments on commit 4e2c6cc

Please sign in to comment.