summaryrefslogtreecommitdiffhomepage
path: root/setup.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-19Release 0.2.00.2.0J08nY1-2/+5
2023-05-17Fix datashade normalization.J08nY1-2/+2
2023-05-16Change baud rate after con.J08nY1-1/+1
2023-05-16Use "noflush" with ChipWhisperer SimpleSerial.J08nY2-3/+4
2023-05-15Bump dependencies and be okay with Python 3.11.J08nY1-2/+2
2023-03-15Fix conditional average in stacked.J08nY1-3/+1
2023-03-15Remove Travis.J08nY1-64/+0
2023-03-15Fix typechecks.J08nY1-15/+5
2023-02-22Add test for custom domain parameter generation.J08nY1-1/+23
2023-02-18feat: Added sums of durations across repetitions to summary in JSON exportTomáš Jusko1-4/+16
2023-02-18Update docs.J08nY8-80/+122
2023-02-17feat: Added performance test report export to JSONTomáš Jusko1-2/+102
2023-02-17Fix for ECTester applet for 304.J08nY2-7/+9
2023-02-17Document some more methods.J08nY3-1/+9
2023-02-17Fix typecheck issues in stacked_traces.J08nY1-14/+9
2023-02-17Add an import guard on LEIA code.J08nY5-15/+31
2023-02-17Add support for smartleia targets.J08nY5-101/+177
2023-02-16Lint only with "typecheck".J08nY1-1/+1
2023-02-16Bump notebook submodule.J08nY1-0/+0
2023-02-16Add support for ps3000A API.J08nY1-59/+186
2023-02-15Fix changs in ctypes with Picoscope SDK.J08nY1-18/+35
2023-02-12Autofix issues in 1 filedeepsource-autofix[bot]1-1/+0
2023-02-13Only validate assumptions if there are any.J08nY2-4/+4
2023-02-12Cache unparsed assumptions in formula.J08nY2-5/+10
2023-02-12Add __slots__ to Mods.J08nY2-0/+8
2023-02-12Skip unnecessary modular reductions and casts in GMPMod.J08nY1-18/+35
2023-02-12Move from instance check to direct typecheck in GMPMod.J08nY1-2/+4
2023-02-12Save an unnecessary cast in GMPMod.J08nY1-4/+4
2023-02-12Get rid of getcontext/setcontext functions.J08nY5-75/+28
2023-02-12Make contexts global and not thread-local.J08nY1-6/+8
2023-02-08More DeepSource fixes.J08nY6-3/+15
2023-02-08Fix docstyle and some DeepSource warnings.J08nY47-69/+79
2023-02-05Fix mypy issues.J08nY11-34/+40
2023-02-04fix: Fixed typing for older Python compatibilityTomáš Jusko2-16/+18
2023-02-02feat(perf): Added repeated runsTomáš Jusko1-21/+55
2023-02-02fix: default metaTomáš Jusko1-2/+6
2023-02-02feat(perf): Added normal distribution to dataset generatingTomáš Jusko1-16/+58
2022-12-28Bump std submodule.J08nY1-0/+0
2022-12-28Bump notebook submodule.J08nY1-0/+0
2022-12-07fix: Fixed chipwhisperer importsTomáš Jusko1-3/+3
2022-12-07Fix perf issue with pyinstrument.J08nY1-3/+3
2022-12-07Fixup mypy run in CI.J08nY1-2/+2
2022-12-04feat: Added CLI and timing to stacked combine performance testingTomáš Jusko1-15/+235
2022-12-04fix: Fixed chipwhisperer importsTomáš Jusko1-3/+3
2022-12-04fix: Changed default metadata valueTomáš Jusko1-2/+3
2022-12-04feat: Extracted base class for TraceManager for stacked tracesTomáš Jusko1-43/+88
2022-10-24feat: Added function for generating tracesets for use in perf testingTomáš Jusko2-0/+87
2022-10-14feat: Added CPU implementations of combine on stacked tracesTomáš Jusko2-269/+365
2022-04-05fix: Fixed bug of calling class method instead of instance methodTomáš Jusko1-5/+5
2022-04-04Use string versions in Github CI python setup.J08nY3-12/+12