Skip to content

Commit

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

* Bump strax

* Bump version: 3.0.3 → 3.1.0
  • Loading branch information
dachengx authored Feb 3, 2025
1 parent 099475a commit b9f9176
Show file tree
Hide file tree
Showing 4 changed files with 21 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.0.3
current_version = 3.1.0
files = straxen/__init__.py
commit = True
tag = True
Expand Down
17 changes: 17 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
3.1.0 / 2025-02-03
-------------------
* Check that `cmt://` protocol is not used by @dachengx in https://github.com/XENONnT/straxen/pull/1545
* Assign xedocs ONLINE to `som_files` by @dachengx in https://github.com/XENONnT/straxen/pull/1547
* Make sure all subruns have the same configs by @dachengx in https://github.com/XENONnT/straxen/pull/1546
* Add new protocol and give SOM capabilities to use less deciles by @LuisSanchez25 in https://github.com/XENONnT/straxen/pull/1514
* Decorate superrun safeguard as method of `strax.Context` by @dachengx in https://github.com/XENONnT/straxen/pull/1548
* Remove redundant dependencies by @dachengx in https://github.com/XENONnT/straxen/pull/1549
* Return components in `get_components` by @dachengx in https://github.com/XENONnT/straxen/pull/1550
* Be more flexible when changing tight_coincidence window by @dachengx in https://github.com/XENONnT/straxen/pull/1553
* Allow two-sided overlapping window by @dachengx in https://github.com/XENONnT/straxen/pull/1554
* Gap of hits in time should be int32 by @dachengx in https://github.com/XENONnT/straxen/pull/1555
* Update URL config protocol for loading TF models by @reallsx in https://github.com/XENONnT/straxen/pull/1505

**Full Changelog**: https://github.com/XENONnT/straxen/compare/v3.0.3...v3.1.0


3.0.3 / 2025-01-25
-------------------
* Rename "algo" to "alg" because they were mixed by @dachengx in https://github.com/XENONnT/straxen/pull/1523
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.0.3"
version = "3.1.0"
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.0.5"
strax = ">=2.1.0"
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.0.3"
__version__ = "3.1.0"

from utilix import uconfig
from .common import *
Expand Down

0 comments on commit b9f9176

Please sign in to comment.