Straxen

Latest version: v3.0.0

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 19

3.0.0

-------------------
* 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

-------------------
* Generate only one instance for `MongoDownloader` by dachengx in https://github.com/XENONnT/straxen/pull/1398
* Load whole run for `VetoIntervals` regardless the run length by dachengx in https://github.com/XENONnT/straxen/pull/1399

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

2.2.4

-------------------
* Parse USERDISK base on hostname in RunDB by dachengx in https://github.com/XENONnT/straxen/pull/1384
* Fix packages temporarily for documentation generation by dachengx in https://github.com/XENONnT/straxen/pull/1385
* Bad url warnings by LuisSanchez25 in https://github.com/XENONnT/straxen/pull/1216
* Allow local blinding files by WenzDaniel in https://github.com/XENONnT/straxen/pull/1387
* Lock strax version in test by dachengx in https://github.com/XENONnT/straxen/pull/1389
* Add xedocs version to context config, only if xedocs is called by Ananthu-Ravindran in https://github.com/XENONnT/straxen/pull/1393
* Revert "Lock strax version in test" by dachengx in https://github.com/XENONnT/straxen/pull/1394

New Contributors
* Ananthu-Ravindran made their first contribution in https://github.com/XENONnT/straxen/pull/1393

**Full Changelog**: https://github.com/XENONnT/straxen/compare/v2.2.3...v2.2.4

2.2.3

-------------------
* No need to set `loop_over` for `EventBasics` by dachengx in https://github.com/XENONnT/straxen/pull/1377
* Initialize plugins whose `depends_on` is property by dachengx in https://github.com/XENONnT/straxen/pull/1379
* Collect functions used for documentation building in `docs_utils.py` by dachengx in https://github.com/XENONnT/straxen/pull/1380

**Full Changelog**: https://github.com/XENONnT/straxen/compare/v2.2.2...v2.2.3

2.2.2

-------------------
* Minor change of indents by dachengx in https://github.com/XENONnT/straxen/pull/1341
* Remove unused `__all__` by dachengx in https://github.com/XENONnT/straxen/pull/1342
* Bump graphviz from 0.20.1 to 0.20.2 in /extra_requirements by dependabot in https://github.com/XENONnT/straxen/pull/1345
* Specifically install `lxml_html_clean` by dachengx in https://github.com/XENONnT/straxen/pull/1352
* Improve InterpolateAndExtrapolate performance for array valued maps by l-althueser in https://github.com/XENONnT/straxen/pull/1347
* Bump graphviz from 0.20.2 to 0.20.3 in /extra_requirements by dependabot in https://github.com/XENONnT/straxen/pull/1350
* Bump actions/setup-python from 5.0.0 to 5.1.0 by dependabot in https://github.com/XENONnT/straxen/pull/1351
* Add `storage_graph` to show the plugins stored or needed to be calculated in the dependency tree by dachengx in https://github.com/XENONnT/straxen/pull/1353
* Small bug fix of `storage_graph`, save plot into desired folder by dachengx in https://github.com/XENONnT/straxen/pull/1356
* Check non-positive lone_hits by dachengx in https://github.com/XENONnT/straxen/pull/1358
* Return the edge closer to the target in `_numeric_derivative` by dachengx in https://github.com/XENONnT/straxen/pull/1355
* Add a simply function to plot the dependency tree by dachengx in https://github.com/XENONnT/straxen/pull/1363
* Remove `PeakSubtyping` from straxen by dachengx in https://github.com/XENONnT/straxen/pull/1365
* Remove `xnt_simulation_config` by dachengx in https://github.com/XENONnT/straxen/pull/1366
* Tolerate more exceptions when can not import admix by dachengx in https://github.com/XENONnT/straxen/pull/1367
* Add `PeakSEDensity` and `EventSEDensity` by dachengx in https://github.com/XENONnT/straxen/pull/1368
* Update `se_time_search_window_left` by dachengx in https://github.com/XENONnT/straxen/pull/1370
* remove resource_cache from dali by yuema137 in https://github.com/XENONnT/straxen/pull/1372
* Add `exclude_pattern` argument to `dependency_tree` by dachengx in https://github.com/XENONnT/straxen/pull/1373
* Let xedocs to handle avg seg and seg partitioning by GiovanniVolta in https://github.com/XENONnT/straxen/pull/1371

**Full Changelog**: https://github.com/XENONnT/straxen/compare/v2.2.1...v2.2.2

2.2.1

-------------------
* Loosen `save_when` of `Events` by dachengx in https://github.com/XENONnT/straxen/pull/1327
* Deprecate the usage of `XENONnT/ax_env` by dachengx in https://github.com/XENONnT/straxen/pull/1329
* `_text_formats` should include txt but not text by dachengx in https://github.com/XENONnT/straxen/pull/1324
* Fix numerical comparison error of `test_patternfit_stats` by dachengx in https://github.com/XENONnT/straxen/pull/1334
* Remove some packages requirements from `requirements-tests.txt` by dachengx in https://github.com/XENONnT/straxen/pull/1337
* Fixing hitlets boundary out of chunk by WenzDaniel in https://github.com/XENONnT/straxen/pull/1328

**Full Changelog**: https://github.com/XENONnT/straxen/compare/v2.2.0...v2.2.1

Page 1 of 19

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.