Skip to content

Commit

Permalink
Bump to v2.0.4 (#952)
Browse files Browse the repository at this point in the history
* Bump version: 2.0.3 → 2.0.4

* Update HISTORY.md
  • Loading branch information
dachengx authored Jan 13, 2025
1 parent 8149cab commit 453f081
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 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.0.3
current_version = 2.0.4
files = strax/__init__.py docs/source/conf.py
commit = True
tag = True
Expand Down
13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2.0.4 / 2025-01-13
---------------------
* Numbafy `merge_peaks` by @dachengx in https://github.com/AxFoundation/strax/pull/946
* Propagate min/max diff in merged S2s by @WenzDaniel in https://github.com/AxFoundation/strax/pull/937
* Fix bug of numbafied `merge_peaks` by @dachengx in https://github.com/AxFoundation/strax/pull/947
* Fix `merge_peaks` by removing `endtime` assignment by @dachengx in https://github.com/AxFoundation/strax/pull/948
* Do not concatenate empty dataframes by @dachengx in https://github.com/AxFoundation/strax/pull/949
* Collect `endtime` from `_merge_peaks` function by @dachengx in https://github.com/AxFoundation/strax/pull/950
* `OverlapWindowPlugin` support multiple outputs by @dachengx in https://github.com/AxFoundation/strax/pull/951

**Full Changelog**: https://github.com/AxFoundation/strax/compare/v2.0.3...v2.0.4


2.0.3 / 2024-12-27
---------------------
* Move `set_nan_defaults` from straxen to strax by @dachengx in https://github.com/AxFoundation/strax/pull/936
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
# built documents.
#
# The short X.Y version.
version = "2.0.3"
version = "2.0.4"
# The full version, including alpha/beta/rc tags.
release = "2.0.3"
release = "2.0.4"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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 = "strax"
version = "2.0.3"
version = "2.0.4"
description = "Streaming analysis for xenon TPCs"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion strax/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# flake8: noqa
__version__ = "2.0.3"
__version__ = "2.0.4"

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

0 comments on commit 453f081

Please sign in to comment.