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