Skip to content

Commit

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

* Bump version: 3.0.0 → 3.0.1

* Update dependency
  • Loading branch information
dachengx authored Dec 27, 2024
1 parent dfcf36b commit 9815352
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 4 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 = 3.0.0
current_version = 3.0.1
files = straxen/__init__.py
commit = True
tag = True
Expand Down
39 changes: 39 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
3.0.1 / 2024-12-27
-------------------
* Fix run_doc for led plugin by @GiovanniVolta in https://github.com/XENONnT/straxen/pull/1462
* Check RSE in `_find` method of `RucioRemoteFrontend` by @dachengx in https://github.com/XENONnT/straxen/pull/1464
* Garbage collection after calculated each chunk in `peak_positions_mlp` by @dachengx in https://github.com/XENONnT/straxen/pull/1467
* Enforce stable sorting in `np.sort` and `np.argsort` by @dachengx in https://github.com/XENONnT/straxen/pull/1468
* Clean `deprecate_kwarg` by @dachengx in https://github.com/XENONnT/straxen/pull/1470
* Update strax version to v2.0.1 by @dachengx in https://github.com/XENONnT/straxen/pull/1473
* Remove expedients plugins because SOM will be default by @dachengx in https://github.com/XENONnT/straxen/pull/1472
* Remove 1T related codes by @dachengx in https://github.com/XENONnT/straxen/pull/1476
* Use SOM peaklets classification by default by @dachengx in https://github.com/XENONnT/straxen/pull/1471
* Fix theta uncertainty bug by @napoliion in https://github.com/XENONnT/straxen/pull/1466
* Remove URLConfig warning about sorting by @dachengx in https://github.com/XENONnT/straxen/pull/1477
* Merge branch 'sr1_leftovers' into master by @dachengx in https://github.com/XENONnT/straxen/pull/1478
* Fix small bug in CNF by @dachengx in https://github.com/XENONnT/straxen/pull/1479
* Remove GCN & CNN S2 pos-rec by @dachengx in https://github.com/XENONnT/straxen/pull/1484
* Set CNF as the default S2 (x, y) position-reconstruction by @dachengx in https://github.com/XENONnT/straxen/pull/1486
* Prototype of peaklets-level (x, y) S2 position reconstruction by @dachengx in https://github.com/XENONnT/straxen/pull/1482
* Rename old `PeakletClassification` as `PeakletClassificationVanilla` by @dachengx in https://github.com/XENONnT/straxen/pull/1487
* Remove Bayes models by @dachengx in https://github.com/XENONnT/straxen/pull/1488
* Rename `defualt_run_comments` -> `default_run_comments` by @dachengx in https://github.com/XENONnT/straxen/pull/1489
* Accelerate Euclidean distance by numba by @dachengx in https://github.com/XENONnT/straxen/pull/1493
* Move `set_nan_defaults` to be a stand-alone function by @dachengx in https://github.com/XENONnT/straxen/pull/1497
* Set CNF as the default S2 (x, y) position-reconstruction by @dachengx in https://github.com/XENONnT/straxen/pull/1494
* Back to fixed window in LED calibration by @GiovanniVolta in https://github.com/XENONnT/straxen/pull/1499
* Move `compute_center_times` from straxen to strax by @dachengx in https://github.com/XENONnT/straxen/pull/1501
* Use numpy and strax native dtypes, not `"<i8"` or `"<f4"` by @dachengx in https://github.com/XENONnT/straxen/pull/1502
* Inherit `area_fraction_top`, `center_time` and `median_time` from peaklets by @dachengx in https://github.com/XENONnT/straxen/pull/1503
* Bump version of changed plugins in #1503 by @dachengx in https://github.com/XENONnT/straxen/pull/1504
* Clean unnecessary codes by @dachengx in https://github.com/XENONnT/straxen/pull/1507
* Clean chunk after computing `records` by @dachengx in https://github.com/XENONnT/straxen/pull/1508
* Add a line of comment about memory optimization by @dachengx in https://github.com/XENONnT/straxen/pull/1509

New Contributors
* @napoliion made their first contribution in https://github.com/XENONnT/straxen/pull/1466

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


3.0.0 / 2024-10-24
-------------------
* Inherit `DEFAULT_CHUNK_SPLIT_NS` from strax by @dachengx in https://github.com/XENONnT/straxen/pull/1405
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "straxen"
version = "3.0.0"
version = "3.0.1"
description = "Streaming analysis for XENON"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -30,7 +30,7 @@ straxer = "straxen.scripts.straxer:main"

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
strax = ">=2.0.1"
strax = ">=2.0.3"
bokeh = "*"
commentjson = "*"
gitpython = "*"
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__ = "3.0.0"
__version__ = "3.0.1"

from utilix import uconfig
from .common import *
Expand Down

0 comments on commit 9815352

Please sign in to comment.