Skip to content

Releases: AxFoundation/strax

v1.2.1

12 Apr 14:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

1.2.0

09 Mar 17:07
Compare
Choose a tag to compare

1.2.0 / 2022-03-09

  • Added lone hit area to area per channel (#649)

v1.1.8

08 Mar 08:32
Compare
Choose a tag to compare

1.1.8 / 2022-03-08

  • Fix saving behavior of multioutput plugins with different SaveWhens (#674)
  • Change tempdirs in test (#657)
  • Define extra kwargs based on cut_by (db14f80)
  • Update run_selection.py (#658)
  • Ignore raises on testing (#669)
  • Documentation tweaks (#670)
  • Test for inline plugin (#673)

v1.1.7

16 Feb 06:53
Compare
Choose a tag to compare

1.1.7 / 2022-02-16

  • Fix savewhen issues (#648)
  • Fix testing from straxen (#650)
  • Small fix superruns define run (#651)

v1.1.6

03 Feb 15:28
Compare
Choose a tag to compare

1.1.6 / 2022-02-03

  • Extend search field to also print occurrences (#638)
  • Extend save when (#631)
  • test straxen for coverage and backward compatibility (#635)
  • Failing example for test_conditional_entropy (#544)
  • python 3.10 (#630)
  • deprecate py3.6 py3.7 (#636)
  • remove deprecated function (#632)
  • Numba 0.55 (#634)

v1.1.5

10 Jan 09:38
Compare
Choose a tag to compare

1.1.5 / 2022-01-10

  • StorageFrontend remoteness attribute and test (#617)
  • fix line endings (#618)
  • Bump numpy (#627)
  • Don't cache hitlet_properties (#616)

1.1.4 / 2021-12-16

17 Dec 07:34
Compare
Choose a tag to compare

1.1.4 / 2021-12-16

  • Make truly HDR (#613)
  • Remove tight coincidence channel from data_type (#614)

v1.1.3 / 2021-12-13

13 Dec 13:00
Compare
Choose a tag to compare

v1.1.3 / 2021-12-13

  • Add mode and tags to superrun. (#593)
  • cache deps (#595)
  • Fix online monitor bug for only md stored (#596)
  • speedup get_source with lookupdict (#599)
  • remove config warning and infer_dtype=False (#600)
  • Require pymongo 3.* (#611)

v1.1.2

19 Nov 07:01
Compare
Choose a tag to compare

1.1.2 / 2021-11-19

  • Descriptor configs (#550)
  • Add funcs for getting stored source (#590)
  • use logged warnings (#582)
  • Fail for - run_ids (#567)
  • Infer type from default value in Option (#569, #586, #587)
  • Fix buffer issue in highest density regions, adds tests (#591)
  • Fix memory usage multi runs (#581)
  • Update CONTRIBUTING.md (#585)

Notes:

  • PRs #569, #586, #587 may cause a lot of warnings for options

v1.1.1

29 Oct 14:47
Compare
Choose a tag to compare

1.1.1 / 2021-10-27

  • Fix memory leak (#561)
  • Fix superrun creation (#562)
  • Add deregister plugins (#560)
  • Script for testing python setup.py install (#557)