Skip to content

Commit

Permalink
Bump to v1.6.5 (#855)
Browse files Browse the repository at this point in the history
* Update HISTORY.md

* Bump version: 1.6.4 → 1.6.5
  • Loading branch information
dachengx authored Jul 10, 2024
1 parent 3440362 commit bb23240
Show file tree
Hide file tree
Showing 5 changed files with 17 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 = 1.6.4
current_version = 1.6.5
files = setup.py strax/__init__.py docs/source/conf.py
commit = True
tag = True
12 changes: 12 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1.6.5 / 2024-07-10
---------------------
* Single threaded alternative processor by @JelleAalbers in https://github.com/AxFoundation/strax/pull/773
* Patch sharedarray version due to numpy updating by @dachengx in https://github.com/AxFoundation/strax/pull/850
* Fix cache of Rechunker, zero chunk is not None by @dachengx in https://github.com/AxFoundation/strax/pull/849
* Print writable storage by @dachengx in https://github.com/AxFoundation/strax/pull/851
* Save multiple output when iteration stops in `PostOffice` by @dachengx in https://github.com/AxFoundation/strax/pull/852
* Do not cache numba decorated `split_array` by @dachengx in https://github.com/AxFoundation/strax/pull/854

**Full Changelog**: https://github.com/AxFoundation/strax/compare/v1.6.4...v1.6.5


1.6.4 / 2024-05-27
---------------------
* Minor fix on `_is_superrun` variable names by @dachengx in https://github.com/AxFoundation/strax/pull/837
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 = "1.6.4"
version = "1.6.5"
# The full version, including alpha/beta/rc tags.
release = "1.6.4"
release = "1.6.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 setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def open_requirements(path):

setuptools.setup(
name="strax",
version="1.6.4",
version="1.6.5",
description="Streaming analysis for xenon TPCs",
author="strax developers",
url="https://github.com/AxFoundation/strax",
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__ = "1.6.4"
__version__ = "1.6.5"

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

0 comments on commit bb23240

Please sign in to comment.