Releases: AxFoundation/strax
Releases · AxFoundation/strax
1.2.0
1.2.0 / 2022-03-09
- Added lone hit area to area per channel (#649)
v1.1.8
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
1.1.7 / 2022-02-16
- Fix savewhen issues (#648)
- Fix testing from straxen (#650)
- Small fix superruns define run (#651)
v1.1.6
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
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
1.1.4 / 2021-12-16
- Make truly HDR (#613)
- Remove tight coincidence channel from data_type (#614)
v1.1.3 / 2021-12-13
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
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
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)