Strax

Latest version: v2.1.4

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

Scan your dependencies

Page 5 of 27

2.0.5

---------------------
* When loader is available, do not save anything by dachengx in https://github.com/AxFoundation/strax/pull/953
* Do not cache `find_split_points` by dachengx in https://github.com/AxFoundation/strax/pull/955
* Set `chunk_number` as attribute of `Plugin` to pass `chunk_i` by dachengx in https://github.com/AxFoundation/strax/pull/956
* First and last channel inside peak(let)s by dachengx in https://github.com/AxFoundation/strax/pull/954
* Temporary plugin should keep order of targets by dachengx in https://github.com/AxFoundation/strax/pull/958
* Some times the sum of data is zero due to numerical inaccuracy by dachengx in https://github.com/AxFoundation/strax/pull/959
* Use `base` of dtype in `set_nan_defaults` by dachengx in https://github.com/AxFoundation/strax/pull/960
* Remove `CorrectionsInterface` by dachengx in https://github.com/AxFoundation/strax/pull/961
* Drop python 3.9 and loosen requirement of `numpy` by dachengx in https://github.com/AxFoundation/strax/pull/962

**Full Changelog**: https://github.com/AxFoundation/strax/compare/v2.0.4...v2.0.5

2.0.4

---------------------
* Numbafy `merge_peaks` by dachengx in https://github.com/AxFoundation/strax/pull/946
* Propagate min/max diff in merged S2s by WenzDaniel in https://github.com/AxFoundation/strax/pull/937
* Fix bug of numbafied `merge_peaks` by dachengx in https://github.com/AxFoundation/strax/pull/947
* Fix `merge_peaks` by removing `endtime` assignment by dachengx in https://github.com/AxFoundation/strax/pull/948
* Do not concatenate empty dataframes by dachengx in https://github.com/AxFoundation/strax/pull/949
* Collect `endtime` from `_merge_peaks` function by dachengx in https://github.com/AxFoundation/strax/pull/950
* `OverlapWindowPlugin` support multiple outputs by dachengx in https://github.com/AxFoundation/strax/pull/951

**Full Changelog**: https://github.com/AxFoundation/strax/compare/v2.0.3...v2.0.4

2.0.3

---------------------
* Move `set_nan_defaults` from straxen to strax by dachengx in https://github.com/AxFoundation/strax/pull/936
* Move `compute_center_times` from straxen to strax by dachengx in https://github.com/AxFoundation/strax/pull/938
* First convert to int then add float to keep precision by dachengx in https://github.com/AxFoundation/strax/pull/939
* Use `bool` instead of `np.bool_` by dachengx in https://github.com/AxFoundation/strax/pull/940
* Calculate `area_fraction_top`, `center_time` and `median_time` at peaklet level by dachengx in https://github.com/AxFoundation/strax/pull/941
* Delete input chunks after compute method to save memory by dachengx in https://github.com/AxFoundation/strax/pull/942
* Reduce RAM usage of `find_hit_integration_bounds` by dachengx in https://github.com/AxFoundation/strax/pull/943

**Full Changelog**: https://github.com/AxFoundation/strax/compare/v2.0.2...v2.0.3

2.0.2

---------------------
* Raise error when peaks overlapping in `merge_peaks` by dachengx in https://github.com/AxFoundation/strax/pull/927
* Print progress bar in `dry_load_files` by dachengx in https://github.com/AxFoundation/strax/pull/928
* Fix a small bug in `merge_arrs` by dachengx in https://github.com/AxFoundation/strax/pull/930

**Full Changelog**: https://github.com/AxFoundation/strax/compare/v2.0.1...v2.0.2

2.0.1

---------------------
* Allow `chunk_number` to be list or tuple in `dry_load_files` function by dachengx in https://github.com/AxFoundation/strax/pull/921
* Fixing store_data_start in recursive peak splitter calls and peaklet["length'] fix in store_downsampled_waveform by HenningSE in https://github.com/AxFoundation/strax/pull/920
* Run garbage collection after yield result in `Plugin.iter` by dachengx in https://github.com/AxFoundation/strax/pull/922
* Add a function to get size of a single item of data_type in bytes by dachengx in https://github.com/AxFoundation/strax/pull/923
* Speed up `get_dependencies` by dachengx in https://github.com/AxFoundation/strax/pull/924
* Add more kwargs to `dry_load_files` by dachengx in https://github.com/AxFoundation/strax/pull/925
* Add enforcement for `np.sort` and `np.argsort` by yuema137 in https://github.com/AxFoundation/strax/pull/918

**Full Changelog**: https://github.com/AxFoundation/strax/compare/v2.0.0...v2.0.1

2.0.0

---------------------
* Allow `_chunk_number` to be list or tuple by dachengx in https://github.com/AxFoundation/strax/pull/856
* Filter out duplicated targets in function `get_iter` by dachengx in https://github.com/AxFoundation/strax/pull/860
* Check duplicate `depends_on` of `Plugin` by yuema137 in https://github.com/AxFoundation/strax/pull/859
* Set `lineage` and `lineage_hash` simultaneously by dachengx in https://github.com/AxFoundation/strax/pull/861
* Save run metadata in better format by dachengx in https://github.com/AxFoundation/strax/pull/868
* Include `chunk_number` in lineage: Per chunk storage by dachengx in https://github.com/AxFoundation/strax/pull/863
* Allow splitting in rechunking by dachengx in https://github.com/AxFoundation/strax/pull/865
* Add subruns information in `DataKey` of superruns to track metadata by dachengx in https://github.com/AxFoundation/strax/pull/866
* Use `pyproject.toml` to install strax by dachengx in https://github.com/AxFoundation/strax/pull/870
* Save subruns information of hyperrun by dachengx in https://github.com/AxFoundation/strax/pull/869
* Unify functionality of super and hyperrun by dachengx in https://github.com/AxFoundation/strax/pull/871
* Add more tests about `PostOffice` and `get_components` by dachengx in https://github.com/AxFoundation/strax/pull/872
* Prohibit `chunk_number` for `LoopPlugin` and `OverlapWindowPlugin` by dachengx in https://github.com/AxFoundation/strax/pull/877
* Only save combined `data_type` in only-combining mode by dachengx in https://github.com/AxFoundation/strax/pull/878
* Remove `get_meta` function from Context by dachengx in https://github.com/AxFoundation/strax/pull/879
* Remove redundant spaces by dachengx in https://github.com/AxFoundation/strax/pull/881
* No `run_id` dependent plugin version by dachengx in https://github.com/AxFoundation/strax/pull/880
* Show warning when the `chunk_number` is not needed by dachengx in https://github.com/AxFoundation/strax/pull/883
* Refactor nv plugins by WenzDaniel in https://github.com/AxFoundation/strax/pull/744
* Use `run_id_output` sorting `final_result` in `multi_run` by dachengx in https://github.com/AxFoundation/strax/pull/885
* `_base_hash_on_config` should not be an attribute by dachengx in https://github.com/AxFoundation/strax/pull/882
* Add `combining` into the `DataKey` by dachengx in https://github.com/AxFoundation/strax/pull/886
* Minor debug for the `pyproject.toml` by dachengx in https://github.com/AxFoundation/strax/pull/888
* Fix the usage of scripts by dachengx in https://github.com/AxFoundation/strax/pull/890
* Deprecate `selection_str` by dachengx in https://github.com/AxFoundation/strax/pull/891
* Add `run_id` independent function to get the dependencies `datat_type` by dachengx in https://github.com/AxFoundation/strax/pull/892
* Allow get_df on all data_types by lorenzomag in https://github.com/AxFoundation/strax/pull/887
* Select targeted software frontend in a clever way by dachengx in https://github.com/AxFoundation/strax/pull/893
* Cancel usage of `chunk_number` if loading the whole dependency by dachengx in https://github.com/AxFoundation/strax/pull/894
* Add function of dependency level of `data_types` by dachengx in https://github.com/AxFoundation/strax/pull/896
* Add option to save first samples of peak(lets) waveform by HenningSE in https://github.com/AxFoundation/strax/pull/867
* Set single thread of zstd and blosc by dachengx in https://github.com/AxFoundation/strax/pull/899
* Set default `max_downsample_factor_waveform_start` as not `None` by dachengx in https://github.com/AxFoundation/strax/pull/900
* Turn back to `zstd` because `zstandard` raise errors by dachengx in https://github.com/AxFoundation/strax/pull/902
* Do not add producer that has been added by saver by dachengx in https://github.com/AxFoundation/strax/pull/901
* Propagate n_top_channels to _add_lone_hits by HenningSE in https://github.com/AxFoundation/strax/pull/907
* Add option to merge `lone_hits` into `data_start` by HenningSE in https://github.com/AxFoundation/strax/pull/908
* Save `data_start` even there is no downsampling by dachengx in https://github.com/AxFoundation/strax/pull/909
* Remove `max_downsample_factor_waveform_start`, simplify the saving of `data_start` by dachengx in https://github.com/AxFoundation/strax/pull/910
* Make variables names more robust in `peak_dtype` by dachengx in https://github.com/AxFoundation/strax/pull/911
* Set `SingleThreadProcessor` as the default processor by dachengx in https://github.com/AxFoundation/strax/pull/904
* Switch to master for docformatter by dachengx in https://github.com/AxFoundation/strax/pull/912
* Add `max_time` which is the time when hit reaches its maximum by dachengx in https://github.com/AxFoundation/strax/pull/913
* Small fix of dtype description by dachengx in https://github.com/AxFoundation/strax/pull/914
* Exclude git repo from the package metadata for PyPI by dachengx in https://github.com/AxFoundation/strax/pull/915

New Contributors
* yuema137 made their first contribution in https://github.com/AxFoundation/strax/pull/859
* lorenzomag made their first contribution in https://github.com/AxFoundation/strax/pull/887
* HenningSE made their first contribution in https://github.com/AxFoundation/strax/pull/867

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

Page 5 of 27

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.