Skip to content

Commit

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

* Bump version: 3.0.2 → 3.0.3
  • Loading branch information
dachengx authored Jan 25, 2025
1 parent f238729 commit 3009f68
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 = 3.0.2
current_version = 3.0.3
files = straxen/__init__.py
commit = True
tag = True
Expand Down
26 changes: 26 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
3.0.3 / 2025-01-25
-------------------
* Rename "algo" to "alg" because they were mixed by @dachengx in https://github.com/XENONnT/straxen/pull/1523
* Bump version by @WenzDaniel in https://github.com/XENONnT/straxen/pull/1500
* [DAQ] Bootstrax dynamic adapt targets for AmBe high rate by @cfuselli in https://github.com/XENONnT/straxen/pull/1492
* Track position reconstruction algorithm in `EventPatternFit` plugin by @dachengx in https://github.com/XENONnT/straxen/pull/1524
* Still use `np.bool_` in numba decorated function by @dachengx in https://github.com/XENONnT/straxen/pull/1527
* First and last channel inside peak(let)s by @dachengx in https://github.com/XENONnT/straxen/pull/1525
* Handle the case where no hitlets are fully contained in peaklets by @dachengx in https://github.com/XENONnT/straxen/pull/1529
* Minor replacement `np.argsort` to `strax.stable_argsort` by @dachengx in https://github.com/XENONnT/straxen/pull/1530
* Automatically copy SOM dtype to peaks by @dachengx in https://github.com/XENONnT/straxen/pull/1531
* More flexible input of `find_n_competing` function by @dachengx in https://github.com/XENONnT/straxen/pull/1532
* Fix a numerical error bug in `events_nv` by @dachengx in https://github.com/XENONnT/straxen/pull/1534
* Skip `test_useless_frontend` if local RSE is not found by @dachengx in https://github.com/XENONnT/straxen/pull/1537
* Area in CNF position contour by @dachengx in https://github.com/XENONnT/straxen/pull/1538
* Remove CMT URLs by @jmosbacher in https://github.com/XENONnT/straxen/pull/1235
* Change dark rate monitoring of the software trigger to seconds by @WenzDaniel in https://github.com/XENONnT/straxen/pull/1535
* Remove CMT by @dachengx in https://github.com/XENONnT/straxen/pull/1539
* Replace `10**9` by `straxen.units.s` by @dachengx in https://github.com/XENONnT/straxen/pull/1540
* Drop python 3.9 by @dachengx in https://github.com/XENONnT/straxen/pull/1541
* CNF posrec urlconfig fix by @juehang in https://github.com/XENONnT/straxen/pull/1519
* Bump xedocs version to v0.2.36 by @dachengx in https://github.com/XENONnT/straxen/pull/1543

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


3.0.2 / 2025-01-13
-------------------
* Collect SOM dtype at one place by @dachengx in https://github.com/XENONnT/straxen/pull/1511
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "straxen"
version = "3.0.2"
version = "3.0.3"
description = "Streaming analysis for XENON"
readme = "README.md"
authors = [
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.2"
__version__ = "3.0.3"

from utilix import uconfig
from .common import *
Expand Down

0 comments on commit 3009f68

Please sign in to comment.