Skip to content

Commit

Permalink
Bump to v2.0.5 (#963)
Browse files Browse the repository at this point in the history
* Update HISTORY.md

* Bump version: 2.0.4 → 2.0.5
  • Loading branch information
dachengx authored Jan 24, 2025
1 parent 441b788 commit 848e65e
Show file tree
Hide file tree
Showing 5 changed files with 20 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.4
current_version = 2.0.5
files = strax/__init__.py docs/source/conf.py
commit = True
tag = True
Expand Down
15 changes: 15 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2.0.5 / 2025-01-24
---------------------
* When loader is available, do not save anything by @dachengx in https://github.com/AxFoundation/strax/pull/953
* Do not cache `find_split_points` by @dachengx in https://github.com/AxFoundation/strax/pull/955
* Set `chunk_number` as attribute of `Plugin` to pass `chunk_i` by @dachengx in https://github.com/AxFoundation/strax/pull/956
* First and last channel inside peak(let)s by @dachengx in https://github.com/AxFoundation/strax/pull/954
* Temporary plugin should keep order of targets by @dachengx in https://github.com/AxFoundation/strax/pull/958
* Some times the sum of data is zero due to numerical inaccuracy by @dachengx in https://github.com/AxFoundation/strax/pull/959
* Use `base` of dtype in `set_nan_defaults` by @dachengx in https://github.com/AxFoundation/strax/pull/960
* Remove `CorrectionsInterface` by @dachengx in https://github.com/AxFoundation/strax/pull/961
* Drop python 3.9 and loosen requirement of `numpy` by @dachengx in https://github.com/AxFoundation/strax/pull/962

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


2.0.4 / 2025-01-13
---------------------
* Numbafy `merge_peaks` by @dachengx in https://github.com/AxFoundation/strax/pull/946
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.4"
version = "2.0.5"
# The full version, including alpha/beta/rc tags.
release = "2.0.4"
release = "2.0.5"

# 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.4"
version = "2.0.5"
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.4"
__version__ = "2.0.5"

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

0 comments on commit 848e65e

Please sign in to comment.