Commit 848e65e 1 parent 441b788 commit 848e65e Copy full SHA for 848e65e
File tree 5 files changed +20
-5
lines changed
5 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.0.4
2
+ current_version = 2.0.5
3
3
files = strax/__init__.py docs/source/conf.py
4
4
commit = True
5
5
tag = 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
+
1
16
2.0.4 / 2025-01-13
2
17
---------------------
3
18
* Numbafy ` merge_peaks ` by @dachengx in https://github.com/AxFoundation/strax/pull/946
Original file line number Diff line number Diff line change 66
66
# built documents.
67
67
#
68
68
# The short X.Y version.
69
- version = "2.0.4 "
69
+ version = "2.0.5 "
70
70
# The full version, including alpha/beta/rc tags.
71
- release = "2.0.4 "
71
+ release = "2.0.5 "
72
72
73
73
# The language for content autogenerated by Sphinx. Refer to documentation
74
74
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
[tool ]
2
2
[tool .poetry ]
3
3
name = " strax"
4
- version = " 2.0.4 "
4
+ version = " 2.0.5 "
5
5
description = " Streaming analysis for xenon TPCs"
6
6
readme = " README.md"
7
7
authors = [
Original file line number Diff line number Diff line change 1
1
# flake8: noqa
2
- __version__ = "2.0.4 "
2
+ __version__ = "2.0.5 "
3
3
4
4
# Glue the package together
5
5
# See https://www.youtube.com/watch?v=0oTh1CXRaQ0 if this confuses you
You can’t perform that action at this time.
0 commit comments