Skip to content

Commit

Permalink
Bump to v3.0.0 (#1461)
Browse files Browse the repository at this point in the history
* Update HISTORY.md

* Bump version: 2.2.5 → 3.0.0
  • Loading branch information
dachengx authored Oct 24, 2024
1 parent 522ac0f commit 79af57d
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 3 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.2.5
current_version = 3.0.0
files = straxen/__init__.py
commit = True
tag = True
Expand Down
55 changes: 55 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
3.0.0 / 2024-10-24
-------------------
* Inherit `DEFAULT_CHUNK_SPLIT_NS` from strax by @dachengx in https://github.com/XENONnT/straxen/pull/1405
* Use `pyproject.toml` to install straxen by @dachengx in https://github.com/XENONnT/straxen/pull/1408
* Be compatible with new `Plugin.run_id` by @dachengx in https://github.com/XENONnT/straxen/pull/1410
* Small restrax fix - DAQ by @cfuselli in https://github.com/XENONnT/straxen/pull/1402
* Make targeted `raw_records` chunk 500MB by @dachengx in https://github.com/XENONnT/straxen/pull/1412
* Bump actions/setup-python from 5.1.0 to 5.1.1 by @dependabot in https://github.com/XENONnT/straxen/pull/1403
* fix peak per event plugin by @RoiFrankel in https://github.com/XENONnT/straxen/pull/1400
* Dynamic led window by @tflehmke in https://github.com/XENONnT/straxen/pull/1401
* Plugins for position reconstruction with conditional normalizing flow by @juehang in https://github.com/XENONnT/straxen/pull/1404
* Remove redundant spaces by @dachengx in https://github.com/XENONnT/straxen/pull/1411
* Stop using `self.config` because we do not use `strax.Option` by @dachengx in https://github.com/XENONnT/straxen/pull/1413
* Remove `DetectorSynchronization` by @dachengx in https://github.com/XENONnT/straxen/pull/1414
* Remove configuration `sum_waveform_top_array` from `MergedS2s` by @dachengx in https://github.com/XENONnT/straxen/pull/1415
* Debug for `EventwBayesClass` because peaks overlapping by @dachengx in https://github.com/XENONnT/straxen/pull/1417
* Refactor nv plugins by @WenzDaniel in https://github.com/XENONnT/straxen/pull/1228
* Changed NV software trigger by @WenzDaniel in https://github.com/XENONnT/straxen/pull/1388
* Assign `__version__` of `RecordsFromPax` by @dachengx in https://github.com/XENONnT/straxen/pull/1418
* Minor debug for the `pyproject.toml` by @dachengx in https://github.com/XENONnT/straxen/pull/1420
* Fix the usage of scripts by @dachengx in https://github.com/XENONnT/straxen/pull/1423
* Deprecate selection_str by @dachengx in https://github.com/XENONnT/straxen/pull/1424
* Fix singleton pattern for `MongoDownloader` by @dachengx in https://github.com/XENONnT/straxen/pull/1426
* Use more `strax.RUN_METADATA_PATTERN` by @dachengx in https://github.com/XENONnT/straxen/pull/1432
* Be compatible with utilix>0.9 by @dachengx in https://github.com/XENONnT/straxen/pull/1433
* Specify available RSE in `RucioRemoteBackend` by @dachengx in https://github.com/XENONnT/straxen/pull/1435
* Add docstring rucio by @yuema137 in https://github.com/XENONnT/straxen/pull/1436
* `pymongo_collection` is a bit confusing by @dachengx in https://github.com/XENONnT/straxen/pull/1437
* Put the RunDB API interface and MongoDB interface together by @yuema137 in https://github.com/XENONnT/straxen/pull/1442
* change N_chunk to URLConfig in peak_positions_cnf by @juehang in https://github.com/XENONnT/straxen/pull/1443
* Bump actions/setup-python from 5.1.1 to 5.2.0 by @dependabot in https://github.com/XENONnT/straxen/pull/1419
* Fixed default window position by @tflehmke in https://github.com/XENONnT/straxen/pull/1429
* Add `data_start` to temporary dtype for `events_nv` by @dachengx in https://github.com/XENONnT/straxen/pull/1447
* Add level in the tree when drawing dependency tree by @dachengx in https://github.com/XENONnT/straxen/pull/1446
* Move the whole mongo_storage module to utilix by @yuema137 in https://github.com/XENONnT/straxen/pull/1445
* Following the breaking change of https://github.com/AxFoundation/strax/pull/910 by @dachengx in https://github.com/XENONnT/straxen/pull/1452
* Switch to master for docformatter by @yuema137 in https://github.com/XENONnT/straxen/pull/1453
* Adjust saving preference by @yuema137 in https://github.com/XENONnT/straxen/pull/1451
* Save first samples of peak(lets) waveform by @HenningSE in https://github.com/XENONnT/straxen/pull/1406
* Only use `ThreadedMailboxProcessor` when `allow_multiprocess=True` by @dachengx in https://github.com/XENONnT/straxen/pull/1455
* Remove redundant pos recon by @yuema137 in https://github.com/XENONnT/straxen/pull/1449
* Clean `DeprecationWarning` and simplify plugins by @dachengx in https://github.com/XENONnT/straxen/pull/1456
* Update dependencies of strax, remove git repo from dependency list by @dachengx in https://github.com/XENONnT/straxen/pull/1458
* Add fix integration window for the noise runs by @GiovanniVolta in https://github.com/XENONnT/straxen/pull/1457
* Use `max_time` when calculating peaklets properties by @dachengx in https://github.com/XENONnT/straxen/pull/1459

New Contributors
* @RoiFrankel made their first contribution in https://github.com/XENONnT/straxen/pull/1400
* @tflehmke made their first contribution in https://github.com/XENONnT/straxen/pull/1401
* @juehang made their first contribution in https://github.com/XENONnT/straxen/pull/1404
* @HenningSE made their first contribution in https://github.com/XENONnT/straxen/pull/1406

**Full Changelog**: https://github.com/XENONnT/straxen/compare/v2.2.5...v3.0.0


2.2.5 / 2024-08-17
-------------------
* Generate only one instance for `MongoDownloader` by @dachengx in https://github.com/XENONnT/straxen/pull/1398
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 = "straxen"
version = "2.2.5"
version = "3.0.0"
description = "Streaming analysis for XENON"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion straxen/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# mypy: disable-error-code="no-redef"
__version__ = "2.2.5"
__version__ = "3.0.0"

from utilix import uconfig
from .common import *
Expand Down

0 comments on commit 79af57d

Please sign in to comment.