summaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
* Release 0.2.00.2.0J08nY2023-05-192-4/+7
* Fix datashade normalization.J08nY2023-05-171-2/+2
* Change baud rate after con.J08nY2023-05-161-1/+1
* Use "noflush" with ChipWhisperer SimpleSerial.J08nY2023-05-162-3/+4
* Bump dependencies and be okay with Python 3.11.J08nY2023-05-151-2/+2
* Fix conditional average in stacked.J08nY2023-03-151-3/+1
* Remove Travis.J08nY2023-03-151-64/+0
* Merge pull request #27 from Tomko10/feat/stacked-perf-testJán Jančár2023-03-154-266/+904
|\
| * Fix typechecks.J08nY2023-03-151-15/+5
| * Merge branch 'master' into feat/stacked-perf-testJán Jančár2023-03-1566-476/+800
| |\ | |/ |/|
* | Add test for custom domain parameter generation.J08nY2023-02-221-1/+23
* | Update docs.J08nY2023-02-188-80/+122
* | Fix for ECTester applet for 304.J08nY2023-02-172-7/+9
* | Document some more methods.J08nY2023-02-173-1/+9
* | Fix typecheck issues in stacked_traces.J08nY2023-02-171-14/+9
* | Add an import guard on LEIA code.J08nY2023-02-175-15/+31
* | Add support for smartleia targets.J08nY2023-02-175-101/+177
* | Lint only with "typecheck".J08nY2023-02-161-1/+1
* | Bump notebook submodule.J08nY2023-02-161-0/+0
* | Add support for ps3000A API.J08nY2023-02-161-59/+186
* | Fix changs in ctypes with Picoscope SDK.J08nY2023-02-151-18/+35
* | Merge pull request #28 from J08nY/feature/perfJán Jančár2023-02-137-99/+85
|\ \
| * | Autofix issues in 1 filedeepsource-autofix[bot]2023-02-121-1/+0
| * | Only validate assumptions if there are any.J08nY2023-02-132-4/+4
| * | Cache unparsed assumptions in formula.J08nY2023-02-122-5/+10
| * | Add __slots__ to Mods.J08nY2023-02-122-0/+8
| * | Skip unnecessary modular reductions and casts in GMPMod.J08nY2023-02-121-18/+35
| * | Move from instance check to direct typecheck in GMPMod.J08nY2023-02-121-2/+4
| * | Save an unnecessary cast in GMPMod.J08nY2023-02-121-4/+4
| * | Get rid of getcontext/setcontext functions.J08nY2023-02-125-75/+28
| * | Make contexts global and not thread-local.J08nY2023-02-121-6/+8
|/ /
* | More DeepSource fixes.J08nY2023-02-086-3/+15
* | Fix docstyle and some DeepSource warnings.J08nY2023-02-0847-69/+79
* | Fix mypy issues.J08nY2023-02-0511-34/+40
* | Bump std submodule.J08nY2022-12-281-0/+0
* | Bump notebook submodule.J08nY2022-12-281-0/+0
* | fix: Fixed chipwhisperer importsTomáš Jusko2022-12-071-3/+3
* | Fix perf issue with pyinstrument.J08nY2022-12-071-3/+3
* | Fixup mypy run in CI.J08nY2022-12-071-2/+2
| * feat: Added sums of durations across repetitions to summary in JSON exportTomáš Jusko2023-02-181-4/+16
| * feat: Added performance test report export to JSONTomáš Jusko2023-02-171-2/+102
| * fix: Fixed typing for older Python compatibilityTomáš Jusko2023-02-042-16/+18
| * feat(perf): Added repeated runsTomáš Jusko2023-02-021-21/+55
| * fix: default metaTomáš Jusko2023-02-021-2/+6
| * feat(perf): Added normal distribution to dataset generatingTomáš Jusko2023-02-021-16/+58
| * feat: Added CLI and timing to stacked combine performance testingTomáš Jusko2022-12-041-15/+235
| * fix: Fixed chipwhisperer importsTomáš Jusko2022-12-041-3/+3
| * fix: Changed default metadata valueTomáš Jusko2022-12-041-2/+3
| * feat: Extracted base class for TraceManager for stacked tracesTomáš Jusko2022-12-041-43/+88
| * feat: Added function for generating tracesets for use in perf testingTomáš Jusko2022-10-242-0/+87