strax
strax copied to clipboard
Stream analysis for xenon TPCs
Suggested by @darrylmasson: > does strax have a nice way of communicating which plugin is the bottleneck? Pax had that table at the end of a run, it seems like...
See #129
**What is the problem / what does the code in this PR do** **Can you briefly describe how it works?** **Can you give a minimal working example (or illustrate with...
**What is the problem / what does the code in this PR do** This PR adds the option to save the first n (default to 200) samples of the merged...
`Plugin.version` was introduced at the very early stage of strax development: https://github.com/AxFoundation/strax/blame/v1.2.0/strax/plugin.py#L237. But we never used it. So we should delete it.
To solve the problem mentioned in #829 , we add the hash for the source code to the plugin lineage. A unit test is also added as an minimal working...
**What is the problem / what does the code in this PR do** Adds S3 functionality to strax **Can you briefly describe how it works?** We can now use an...
Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. Release notes Sourced from urllib3's releases. 2.3.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to...
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.11.0](https://github.com/psf/black-pre-commit-mirror/compare/24.10.0...25.11.0) - [github.com/pycqa/docformatter: v1.7.6 → v1.7.7](https://github.com/pycqa/docformatter/compare/v1.7.6...v1.7.7) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.18.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.2...v1.18.2) - [github.com/pycqa/flake8: 7.1.1 → 7.3.0](https://github.com/pycqa/flake8/compare/7.1.1...7.3.0)
Updates the requirements on [mistune](https://github.com/lepture/mistune) to permit the latest version. Release notes Sourced from mistune's releases. v3.1.1 🐞 Bug Fixes Change attribute name from markdown to md in the Plugin...