Skip to content

Releases: AxFoundation/strax

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

v0.5.0

02 Sep 20:45
Compare
Choose a tag to compare
  • Directory name delimiter changed from _ to - (#76)
  • Time-based random access (#80)
  • Throw original exceptions on crashes (#87)
  • Check for corrupted data (#88)
  • FIX: edge cases in processing (#94)
  • FIX: prevent saving during time range or fuzzy selection (#89)
  • FIX: Workaround for memory leak in single-core mode (#91)
  • XENON: Example cuts (#84)
  • XENON: proper S1-S2 pairing (#82)
  • XENON: Fix pax conversion (#95)
  • DOCS: Datastructure docs (#85)

v0.4.0

27 Aug 13:20
Compare
Choose a tag to compare

0.4.0 / 2018-08-27

  • S3-protocol I/O (#68, #71, #74)
  • Fuzzy matching, context options (#66)
  • Fix bug with PyPI lacking MANIFEST (e9771db)
  • Zenodo badge (#58)