File tree Expand file tree Collapse file tree 5 files changed +20
-5
lines changed
Expand file tree Collapse file tree 5 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.0.4
2+ current_version = 2.0.5
33files = strax/__init__.py docs/source/conf.py
44commit = True
55tag = True
Original file line number Diff line number Diff line change 1+ 2.0.5 / 2025-01-24
2+ ---------------------
3+ * When loader is available, do not save anything by @dachengx in https://github.com/AxFoundation/strax/pull/953
4+ * Do not cache ` find_split_points ` by @dachengx in https://github.com/AxFoundation/strax/pull/955
5+ * Set ` chunk_number ` as attribute of ` Plugin ` to pass ` chunk_i ` by @dachengx in https://github.com/AxFoundation/strax/pull/956
6+ * First and last channel inside peak(let)s by @dachengx in https://github.com/AxFoundation/strax/pull/954
7+ * Temporary plugin should keep order of targets by @dachengx in https://github.com/AxFoundation/strax/pull/958
8+ * Some times the sum of data is zero due to numerical inaccuracy by @dachengx in https://github.com/AxFoundation/strax/pull/959
9+ * Use ` base ` of dtype in ` set_nan_defaults ` by @dachengx in https://github.com/AxFoundation/strax/pull/960
10+ * Remove ` CorrectionsInterface ` by @dachengx in https://github.com/AxFoundation/strax/pull/961
11+ * Drop python 3.9 and loosen requirement of ` numpy ` by @dachengx in https://github.com/AxFoundation/strax/pull/962
12+
13+ ** Full Changelog** : https://github.com/AxFoundation/strax/compare/v2.0.4...v2.0.5
14+
15+
1162.0.4 / 2025-01-13
217---------------------
318* Numbafy ` merge_peaks ` by @dachengx in https://github.com/AxFoundation/strax/pull/946
Original file line number Diff line number Diff line change 6666# built documents.
6767#
6868# The short X.Y version.
69- version = "2.0.4 "
69+ version = "2.0.5 "
7070# The full version, including alpha/beta/rc tags.
71- release = "2.0.4 "
71+ release = "2.0.5 "
7272
7373# The language for content autogenerated by Sphinx. Refer to documentation
7474# for a list of supported languages.
Original file line number Diff line number Diff line change 11[tool ]
22[tool .poetry ]
33name = " strax"
4- version = " 2.0.4 "
4+ version = " 2.0.5 "
55description = " Streaming analysis for xenon TPCs"
66readme = " README.md"
77authors = [
Original file line number Diff line number Diff line change 11# flake8: noqa
2- __version__ = "2.0.4 "
2+ __version__ = "2.0.5 "
33
44# Glue the package together
55# See https://www.youtube.com/watch?v=0oTh1CXRaQ0 if this confuses you
You can’t perform that action at this time.
0 commit comments