Releases: AxFoundation/strax
Releases · AxFoundation/strax
v2.2.2
v2.2.1
What's Changed
- Check the
data_typeof returned chunk of plugin by @dachengx in #995 - Topological level and shortest dependency path of dependency tree (directed acyclic graph) by @dachengx in #996
- Do not assign
_multi_output_topicswhen the topic is from a loader by @dachengx in #997
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- Fix a corner case where the chunk size is zero by @dachengx in #988
- Do not initialize any saver when dropping columns by @dachengx in #989
- Add more comments about
merge_arrsby @dachengx in #991 - Use numbered version of
docformatterby @dachengx in #992 - Constrain numcodecs to be less than 0.16.0 by @dachengx in #993
Full Changelog: v2.1.4...v2.2.0
v2.1.4
v2.1.3
v2.1.2
What's Changed
- Allow
depends_onrechunking by @dachengx in #975 - Save memory when decompressing data by @dachengx in #976
- Use
zstandardto decompress chunks to save memory by @dachengx in #977 - Prevent unnecessary reference to chunks by @dachengx in #979
- Add
DECOMPRESS_BUFFER_SIZEby @dachengx in #980
Full Changelog: v2.1.1...v2.1.2
v2.1.1
v2.1.0
What's Changed
- Add a flag indicating whether check subruns' configs by @dachengx in #964
- Revert "Add a flag indicating whether check subruns' configs" by @dachengx in #965
- Skip continuity check when using
ExhaustPluginby @dachengx in #966 - Allow two-sided overlapping window by @dachengx in #970
- Push the latest change by @dachengx in #971
Full Changelog: v2.0.5...v2.1.0
v2.0.5
What's Changed
- When loader is available, do not save anything by @dachengx in #953
- Do not cache
find_split_pointsby @dachengx in #955 - Set
chunk_numberas attribute ofPluginto passchunk_iby @dachengx in #956 - First and last channel inside peak(let)s by @dachengx in #954
- Temporary plugin should keep order of targets by @dachengx in #958
- Some times the sum of data is zero due to numerical inaccuracy by @dachengx in #959
- Use
baseof dtype inset_nan_defaultsby @dachengx in #960 - Remove
CorrectionsInterfaceby @dachengx in #961 - Drop python 3.9 and loosen requirement of
numpyby @dachengx in #962
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- Numbafy
merge_peaksby @dachengx in #946 - Propagate min/max diff in merged S2s by @WenzDaniel in #937
- Fix bug of numbafied
merge_peaksby @dachengx in #947 - Fix
merge_peaksby removingendtimeassignment by @dachengx in #948 - Do not concatenate empty dataframes by @dachengx in #949
- Collect
endtimefrom_merge_peaksfunction by @dachengx in #950 OverlapWindowPluginsupport multiple outputs by @dachengx in #951
Full Changelog: v2.0.3...v2.0.4