Skip to content

Commit 453f081

Browse files
authored
Bump to v2.0.4 (#952)
* Bump version: 2.0.3 → 2.0.4 * Update HISTORY.md
1 parent 8149cab commit 453f081

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.3
2+
current_version = 2.0.4
33
files = strax/__init__.py docs/source/conf.py
44
commit = True
55
tag = True

HISTORY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2.0.4 / 2025-01-13
2+
---------------------
3+
* Numbafy `merge_peaks` by @dachengx in https://github.com/AxFoundation/strax/pull/946
4+
* Propagate min/max diff in merged S2s by @WenzDaniel in https://github.com/AxFoundation/strax/pull/937
5+
* Fix bug of numbafied `merge_peaks` by @dachengx in https://github.com/AxFoundation/strax/pull/947
6+
* Fix `merge_peaks` by removing `endtime` assignment by @dachengx in https://github.com/AxFoundation/strax/pull/948
7+
* Do not concatenate empty dataframes by @dachengx in https://github.com/AxFoundation/strax/pull/949
8+
* Collect `endtime` from `_merge_peaks` function by @dachengx in https://github.com/AxFoundation/strax/pull/950
9+
* `OverlapWindowPlugin` support multiple outputs by @dachengx in https://github.com/AxFoundation/strax/pull/951
10+
11+
**Full Changelog**: https://github.com/AxFoundation/strax/compare/v2.0.3...v2.0.4
12+
13+
114
2.0.3 / 2024-12-27
215
---------------------
316
* Move `set_nan_defaults` from straxen to strax by @dachengx in https://github.com/AxFoundation/strax/pull/936

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
# built documents.
6767
#
6868
# The short X.Y version.
69-
version = "2.0.3"
69+
version = "2.0.4"
7070
# The full version, including alpha/beta/rc tags.
71-
release = "2.0.3"
71+
release = "2.0.4"
7272

7373
# The language for content autogenerated by Sphinx. Refer to documentation
7474
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "strax"
4-
version = "2.0.3"
4+
version = "2.0.4"
55
description = "Streaming analysis for xenon TPCs"
66
readme = "README.md"
77
authors = [

strax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# flake8: noqa
2-
__version__ = "2.0.3"
2+
__version__ = "2.0.4"
33

44
# Glue the package together
55
# See https://www.youtube.com/watch?v=0oTh1CXRaQ0 if this confuses you

0 commit comments

Comments
 (0)