Skip to content

Releases: AxFoundation/strax

v2.0.0

18 Oct 03:31
1e0b6d8
Compare
Choose a tag to compare

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 of Plugin by @yuema137 in #859
  • Set lineage and lineage_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 and get_components by @dachengx in #872
  • Prohibit chunk_number for LoopPlugin and OverlapWindowPlugin 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 sorting final_result in multi_run by @dachengx in #885
  • _base_hash_on_config should not be an attribute by @dachengx in #882
  • Add combining into the DataKey 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 dependencies datat_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 not None by @dachengx in #900
  • Turn back to zstd because zstandard 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 into data_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 of data_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

Full Changelog: v1.6.5...v2.0.0

v1.6.5

10 Jul 09:45
bb23240
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.4...v1.6.5

v1.6.4

27 May 16:00
c6d86b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.3...v1.6.4

v1.6.3

30 Apr 23:08
7778a57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.2...v1.6.3

v1.6.2

05 Apr 01:13
ebcb699
Compare
Choose a tag to compare

What's Changed

  • Use parentheses to separate the class name and attributes in the representation of StorageFrontend by @dachengx in #809
  • Specifically install lxml_html_clean by @dachengx in #812
  • Add a function to purge unused configs by @dachengx in #800
  • Warn if user checks is_stored for plugin not always saved by @cfuselli in #796
  • Bump urllib3 from 2.2.0 to 2.2.1 in /extra_requirements by @dependabot in #808
  • Do not call get_components in is_stored by @dachengx in #813

New Contributors

Full Changelog: v1.6.1...v1.6.2

v1.6.1

21 Feb 13:19
55d82b0
Compare
Choose a tag to compare

What's Changed

  • Remove a redundant function and fix some style by @dachengx in #795
  • Find the frontends which stored the targets by @dachengx in #802
  • Simpler chunk length check, avoid recursion limit crash by @JelleAalbers in #803
  • Deprecate the usage of XENONnT/ax_env by @dachengx in #804
  • Add a function to directly load file from strax folder by @dachengx in #801

Full Changelog: v1.6.0...v1.6.1

v1.6.0

16 Jan 12:58
2e4c48a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.5...v1.6.0

v1.5.5

21 Dec 16:51
7396d79
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.4...v1.5.5

v1.5.4

19 Sep 21:18
5aba752
Compare
Choose a tag to compare

What's Changed

  • Split compare_metadata into utils.compare_meta by @dachengx in #754
  • Change endtime - time >= 0 to endtime >= time by @JYangQi00 in #756
  • Mandatorily wrap _read_chunk in a check_chunk_n decorator by @dachengx in #758

New Contributors

Full Changelog: v1.5.3...v1.5.4

v1.5.3

29 Aug 13:15
a03d2a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.5.3