Strax

Latest version: v1.6.3

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

Scan your dependencies

Page 2 of 25

2.1.3

-------------------
* Manually check event overlapping by FaroutYLq in https://github.com/XENONnT/straxen/pull/1214
* Add missing docstrings by WenzDaniel in https://github.com/XENONnT/straxen/pull/1234
* Use formatted float in `dataframe_to_wiki` by dachengx in https://github.com/XENONnT/straxen/pull/1231
* Bump actions/setup-python, urllib3 and sphinx by dachengx in https://github.com/XENONnT/straxen/pull/1232
* Update module index of docs by dachengx in https://github.com/XENONnT/straxen/pull/1233
* Bump sphinx-rtd-theme from 1.2.2 to 1.3.0 in /extra_requirements by dependabot in https://github.com/XENONnT/straxen/pull/1238
* Replace `z` from `z_naive` to `z_dv_corr` by dachengx in https://github.com/XENONnT/straxen/pull/1239
* Remove context collection badge by dachengx in https://github.com/XENONnT/straxen/pull/1241
* Update xedocs version by dachengx in https://github.com/XENONnT/straxen/pull/1246
* No need to get map shape for 0D placeholder map by dachengx in https://github.com/XENONnT/straxen/pull/1245
* Give `RunDB` an option to find files in storage by dachengx in https://github.com/XENONnT/straxen/pull/1244
* Check chunk n for backends after chunk loading by dachengx in https://github.com/XENONnT/straxen/pull/1243
* Revert "Give RunDB an option to find files in storage but not in data… by dachengx in https://github.com/XENONnT/straxen/pull/1248
* Photon ionization correction on S2 by xzh19980906 in https://github.com/XENONnT/straxen/pull/1247
* Bump xedocs from 0.2.23 to 0.2.24 in /extra_requirements by dependabot in https://github.com/XENONnT/straxen/pull/1250
* FDC uses corrected position by shenyangshi in https://github.com/XENONnT/straxen/pull/1254
* Correct elife at the last in `corrected_areas` by dachengx in https://github.com/XENONnT/straxen/pull/1258
* Correct elife for `cs2_wo_timecorr` by dachengx in https://github.com/XENONnT/straxen/pull/1260
* SR1 offline simulation strax context by shenyangshi in https://github.com/XENONnT/straxen/pull/1253

New Contributors
* xzh19980906 made their first contribution in https://github.com/XENONnT/straxen/pull/1247

**Full Changelog**: https://github.com/XENONnT/straxen/compare/v2.1.2...v2.1.3

2.1.2

-------------------
* Validate final type after URL eval by jmosbacher in https://github.com/XENONnT/straxen/pull/1217
* Fix URLConfig.evaluate_dry by jmosbacher in https://github.com/XENONnT/straxen/pull/1219
* Add function to save itp_map InterpolatingMap related dictionary into pickle by dachengx in https://github.com/XENONnT/straxen/pull/1221
* Rename `tf_peak_model_s1_cnn` to `tf_model_s1_cnn` by dachengx in https://github.com/XENONnT/straxen/pull/1223


**Full Changelog**: https://github.com/XENONnT/straxen/compare/v2.1.1...v2.1.2

2.1.1

-------------------
* Fix timing of peaks when ordering in `center_time` by dachengx in https://github.com/XENONnT/straxen/pull/1208
* Move `get_window_size` factor of merged_s2s as untracked configuration by dachengx in https://github.com/XENONnT/straxen/pull/1209
* Sort `hitlets` in `nVETOHitlets` by dachengx in https://github.com/XENONnT/straxen/pull/1210
* Only print out warning once by LuisSanchez25 in https://github.com/XENONnT/straxen/pull/1211


**Full Changelog**: https://github.com/XENONnT/straxen/compare/v2.1.0...v2.1.1

2.1.0

-------------------
* Added peaks subtyping by Jianyu010 in https://github.com/XENONnT/straxen/pull/1152
* Fix ipython version by dachengx in https://github.com/XENONnT/straxen/pull/1169
* Fix bug in hitlets time ordering by dachengx in https://github.com/XENONnT/straxen/pull/1173
* Bump actions/setup-python from 4.5.0 to 4.6.0 by dependabot in https://github.com/XENONnT/straxen/pull/1170
* Save hits level information(hits height and time difference) in peak and event level by dachengx in https://github.com/XENONnT/straxen/pull/1155
* Fix argsort inside numba.jit using kind='mergesort' by dachengx in https://github.com/XENONnT/straxen/pull/1176
* Bump merged_s2s version following `strax.merge_peaks` by dachengx in https://github.com/XENONnT/straxen/pull/1179
* Use same files names for peak and event level pos-rec by dachengx in https://github.com/XENONnT/straxen/pull/1160
* Update multi scatter Ignore nan in the sum of peaks. by michaweiss89 in https://github.com/XENONnT/straxen/pull/1162
* Add dynamic event display docs by WenzDaniel in https://github.com/XENONnT/straxen/pull/1077
* Lower the titles in the same notebook by dachengx in https://github.com/XENONnT/straxen/pull/1183
* No longer test `st.runs` in `test_extract_latest_comment_lone_hits` by dachengx in https://github.com/XENONnT/straxen/pull/1199
* Remove unnecessary check in `merged_s2s` by dachengx in https://github.com/XENONnT/straxen/pull/1195
* automatically appending local rucio path by FaroutYLq in https://github.com/XENONnT/straxen/pull/1182
* Performance boost veto proximity by WenzDaniel in https://github.com/XENONnT/straxen/pull/1181
* Update build_datastructure_doc.py by PeterGy in https://github.com/XENONnT/straxen/pull/1202
* Add rundoc URLConfig protocol by jmosbacher in https://github.com/XENONnT/straxen/pull/1135
* Split event_area_per_channel into two plugins: event_area_per_channel… by minzhong98 in https://github.com/XENONnT/straxen/pull/1191
* Fix event basics time ordering by jjakob03 in https://github.com/XENONnT/straxen/pull/1194
* Make apply_xedocs_configs more flexible by jmosbacher in https://github.com/XENONnT/straxen/pull/1204
* Try to make hashing more coinsistent by LuisSanchez25 in https://github.com/XENONnT/straxen/pull/1201

New Contributors
* PeterGy made their first contribution in https://github.com/XENONnT/straxen/pull/1202
* minzhong98 made their first contribution in https://github.com/XENONnT/straxen/pull/1191

**Full Changelog**: https://github.com/XENONnT/straxen/compare/v2.0.7...v2.1.0

2.0.7

-------------------
* Bootstrax target removal after failures by cfuselli in https://github.com/XENONnT/straxen/pull/1145
* reforming _raw_path and _processed_path by FaroutYLq in https://github.com/XENONnT/straxen/pull/1149
* Adding correction of Z position due to non-uniform drift velocity by terliuk in https://github.com/XENONnT/straxen/pull/1148
* Bump the versions of peaklets and quality check runs-on by dachengx in https://github.com/XENONnT/straxen/pull/1153
* S1-Based 3D Position Reconstruction by matteoguida in https://github.com/XENONnT/straxen/pull/1146
* Bump xedocs from 0.2.14 to 0.2.16 in /extra_requirements by dependabot in https://github.com/XENONnT/straxen/pull/1158
* Use zstd as compressor of peaks by dachengx in https://github.com/XENONnT/straxen/pull/1154
* Bump sphinx from 5.3.0 to 6.2.0 in /extra_requirements by dependabot in https://github.com/XENONnT/straxen/pull/1161

New Contributors
* cfuselli made their first contribution in https://github.com/XENONnT/straxen/pull/1145
* matteoguida made their first contribution in https://github.com/XENONnT/straxen/pull/1146
* hmdyt made their first contribution in https://github.com/XENONnT/straxen/pull/1159

**Full Changelog**: https://github.com/XENONnT/straxen/compare/v2.0.6...v2.0.7

2.0.6

-------------------
* Bump supercharge/mongodb-github-action from 1.8.0 to 1.9.0 by dependabot in https://github.com/XENONnT/straxen/pull/1140
* Small patches to restrax module by JoranAngevaare in https://github.com/XENONnT/straxen/pull/1143, d04a3428c52c159577b61af2a28ddd0af5652027, 602b807291211f083c8f54df6768b8198fbf6b55
* Ms events by michaweiss89 and HenningSE in https://github.com/XENONnT/straxen/pull/1080

New Contributors
* michaweiss89 made their first contribution in https://github.com/XENONnT/straxen/pull/1080

**Full Changelog**: https://github.com/XENONnT/straxen/compare/v2.0.5...v2.0.6

Notes:
- new data types: `peaks_per_event`, `event_top_bottom_params`, `peaks_corrections` (see 1080)

Page 2 of 25

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.