File tree Expand file tree Collapse file tree 5 files changed +16
-5
lines changed
Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.1.1
2+ current_version = 2.1.2
33files = strax/__init__.py docs/source/conf.py
44commit = True
55tag = True
Original file line number Diff line number Diff line change 1+ 2.1.2 / 2025-02-24
2+ ---------------------
3+ * Allow ` depends_on ` rechunking by @dachengx in https://github.com/AxFoundation/strax/pull/975
4+ * Save memory when decompressing data by @dachengx in https://github.com/AxFoundation/strax/pull/976
5+ * Use ` zstandard ` to decompress chunks to save memory by @dachengx in https://github.com/AxFoundation/strax/pull/977
6+ * Prevent unnecessary reference to chunks by @dachengx in https://github.com/AxFoundation/strax/pull/979
7+ * Add ` DECOMPRESS_BUFFER_SIZE ` by @dachengx in https://github.com/AxFoundation/strax/pull/980
8+
9+ ** Full Changelog** : https://github.com/AxFoundation/strax/compare/v2.1.1...v2.1.2
10+
11+
1122.1.1 / 2025-02-13
213---------------------
314* Clip ` center_time ` to be within the ` time ` and ` endtime ` by @dachengx in https://github.com/AxFoundation/strax/pull/973
Original file line number Diff line number Diff line change 6666# built documents.
6767#
6868# The short X.Y version.
69- version = "2.1.1 "
69+ version = "2.1.2 "
7070# The full version, including alpha/beta/rc tags.
71- release = "2.1.1 "
71+ release = "2.1.2 "
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.1.1 "
4+ version = " 2.1.2 "
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.1.1 "
2+ __version__ = "2.1.2 "
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