aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/sca/trace (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixup mypy.J08nY2025-03-201-4/+4
|
* Cleanup docs from unnecessary inherited items.J08nY2025-03-191-7/+7
|
* Blacken.J08nY2025-03-1310-9/+22
|
* Some coverage improvements.J08nY2025-03-131-2/+11
|
* Make imports absolute (to allow doctests).J08nY2024-06-0110-22/+27
|
* Fix missing samples copy.J08nY2023-10-261-1/+1
|
* Add trace transform function.J08nY2023-10-161-0/+18
|
* Add "astype" to trace.J08nY2023-10-161-0/+10
|
* Fix typing.J08nY2023-10-162-7/+6
|
* Ditch the Optionals.J08nY2023-10-143-21/+22
| | | | Fixes #47.
* Add trace stretch function.J08nY2023-10-131-6/+20
|
* Speedup rolling_mean computation.J08nY2023-10-131-15/+2
|
* Move to better hash implementations.J08nY2023-07-281-1/+1
|
* Fix datashade normalization.J08nY2023-05-171-2/+2
|
* Fix docstyle and some DeepSource warnings.J08nY2023-02-0810-10/+14
|
* Fix mypy issues.J08nY2023-02-053-7/+7
|
* Fix typecheck runs.J08nY2021-11-261-2/+2
|
* More DeepSource fixes.J08nY2021-04-241-1/+1
|
* Make docstring style changes as per pydocstyle.J08nY2021-04-1110-119/+110
|
* Implement fixes from DeepSource.J08nY2021-04-103-6/+6
|
* Use black.J08nY2021-04-1010-69/+188
|
* Add Test and Lint GitHub action.J08nY2021-01-232-6/+10
|
* The big documentation patch.J08nY2021-01-209-20/+92
|
* Minor fixes: formula handling in context, welch_ttest, HDF5TraceSet filename.J08nY2020-07-101-5/+5
|
* Re-do Welch's t-test.J08nY2020-07-071-5/+37
|
* Fixes all over.J08nY2020-07-063-15/+43
|
* Fix variance computation.J08nY2020-07-061-5/+34
|
* Fix trace combination functions.J08nY2020-07-051-9/+52
|
* More tests for HDF5 and some codestyle fixes.J08nY2020-07-053-5/+5
|
* Fix HDF5TraceSet.remove. Properly convert ADC2Volt in PicoScope.J08nY2020-07-051-5/+4
|
* Add PicoScope variant override. Return offsets from align functions.J08nY2020-07-021-6/+8
|
* Dynamically handle missing PicoScope libs.J08nY2020-07-011-0/+1
|
* Fix codestyle.J08nY2020-06-292-8/+7
|
* Fix type errors and increase code coverage.J08nY2020-06-141-0/+17
|
* Fix alignment of traces of unequal length.J08nY2020-03-092-4/+4
|
* Add inplace handling of HDF5 files.J08nY2020-03-091-1/+5
|
* Add raw output from scopes.J08nY2020-03-081-1/+3
|
* Remove Trace title and data attributes, use meta attr.J08nY2020-03-078-49/+37
|
* Add proper plotting.J08nY2020-03-052-23/+45
|
* Add plotting of traces.J08nY2020-03-051-0/+42
|
* Redo the TraceSet IO interfaces.J08nY2020-03-043-6/+48
|
* Fix some type issues.J08nY2020-03-048-33/+31
|
* Fix style errors.J08nY2020-02-084-2/+6
|
* Fix type errors, now mypy runs ok.J08nY2020-02-081-3/+2
|
* Add docs to Scope class, add support for pico-python.J08nY2020-02-071-0/+1
|
* Add support for PicoScope scopes, sketch out scope interface.J08nY2020-02-0410-0/+726