Skip to content

Commit 0da1cac

Browse files
authored
Merge branch 'master' into pre-commit-ci-update-config
2 parents 0179df0 + 574661b commit 0da1cac

5 files changed

Lines changed: 14 additions & 5 deletions

File tree

.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.1
2+
current_version = 2.0.2
33
files = strax/__init__.py docs/source/conf.py
44
commit = True
55
tag = True

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2.0.2 / 2024-11-19
2+
---------------------
3+
* Raise error when peaks overlapping in `merge_peaks` by @dachengx in https://github.com/AxFoundation/strax/pull/927
4+
* Print progress bar in `dry_load_files` by @dachengx in https://github.com/AxFoundation/strax/pull/928
5+
* Fix a small bug in `merge_arrs` by @dachengx in https://github.com/AxFoundation/strax/pull/930
6+
7+
**Full Changelog**: https://github.com/AxFoundation/strax/compare/v2.0.1...v2.0.2
8+
9+
110
2.0.1 / 2024-11-14
211
---------------------
312
* Allow `chunk_number` to be list or tuple in `dry_load_files` function by @dachengx in https://github.com/AxFoundation/strax/pull/921

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.1"
69+
version = "2.0.2"
7070
# The full version, including alpha/beta/rc tags.
71-
release = "2.0.1"
71+
release = "2.0.2"
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.1"
4+
version = "2.0.2"
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.1"
2+
__version__ = "2.0.2"
33

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

0 commit comments

Comments
 (0)