Skip to content

Releases: AxFoundation/strax

v0.11.1

15 Jun 13:31
Compare
Choose a tag to compare

0.11.1 / 2020-04-28

  • Per-datatype rechunking control (#272)
  • Check defaults are consistent across plugins (#271)
  • Documentation / comment updates (#269, #268)
  • Peak splitter test (#267)
  • Fix bug in pulse_processing when not flipping waveforms (#266)
  • Fix lineage hash caching (#263)
  • Flexible run start time estimation (905335)

v0.10.3

13 Apr 13:06
Compare
Choose a tag to compare
  • Disable timeout / make it 24 hours (#255)
  • Minor fixes for warning messages

v0.10.2

06 Apr 06:31
Compare
Choose a tag to compare

0.10.2 / 2020-04-06

  • Fix loading of incomplete data (#251)
  • Fx exception handling (#252)
  • Fix hitfinder buffer overrun if too few thresholds specified (bc2c2b)
  • keep_columns selection option (4e2550)
  • Assume all run metadata is in UTC (4e223e)
  • Can now specify * in forbid_creation_of (86552f)
  • Simplify length computations (#250)

v0.10.1

19 Mar 08:22
Compare
Choose a tag to compare
  • Even lazier processing (#248)
  • Fix multiprocessing bug for multi-output plugins (0f1b1d, 1e388a)
  • Make baselining work in non-jitted mode (8f1f23)
  • Better exception handling in estimate_run_start (9e2f88, #249)
  • Disable run defaults by default (c1f094)

v0.10.0

15 Mar 11:35
Compare
Choose a tag to compare

0.10.0 / 2020-03-15

  • Lazy mailbox for processing (#241)
  • Baselining checks for nonzero first fragment (#243)
  • Add size_mb context method
  • Force time range to be integer
  • Update messages and exceptions (#244, #245)

v0.9.0

05 Mar 15:31
Compare
Choose a tag to compare

0.9.0 / 2020-03-05

  • Use chunks with defined start/end rather than plain arrays (#235)
  • Mandate time fields in all datatypes (#235)
  • Remove unnecessary fields from raw-records (#235, #237)
  • Allow compute to take start and end fields (#239)
  • Channel-dependent hitfinder threshold (#234)
  • Wait on Executors during shutdown (#236)
  • Protect hitfinder against buffer overruns

v0.8.5

16 Jan 13:24
Compare
Choose a tag to compare

0.8.5 / 2019-01-16

  • Natural breaks splitting (#225)
  • Add ptype, max_gap and max_goodness_of_split to peaks dtype
  • Fixes for multiprocessing
  • Fixes for time selection
  • Fix for final data in same-length merging

v0.8.0

16 Sep 09:34
Compare
Choose a tag to compare

0.8.0 / 2019-09-16

  • Superruns (#207)
  • Pulse processing fixes (#207)
  • LZ4 compression (#207)
  • Fixes for edge cases (#201)

v0.6.1

20 Jan 13:33
Compare
Choose a tag to compare
  • Many bugfixes from DAQ test (#118)
  • Fix dtype merging bug, add saturation info (#120)
  • Fixes to sum waveform (cd0cd2f)

v0.6.0

09 Oct 11:36
Compare
Choose a tag to compare
  • strax / straxen split (#107)
  • Support incomplete data loading (#99)
  • Fix for loading data made by ParallelSourcePlugin (#104)
  • Runs DB frontend (#100) (moved to straxen)
  • Fix MANIFEST.in