aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/misc
Commit message (Collapse)AuthorAgeFilesLines
* Fix TimeoutError on Python < 3.11.J08nY2025-08-111-0/+1
|
* Add no-wait futures.as_completed.J08nY2025-08-111-9/+15
|
* Delete futures as they are completed.J08nY2025-07-311-0/+2
| | | | Hopefully save some memory.
* Move to loky for multiprocessing.J08nY2025-03-271-1/+1
|
* Blacken.J08nY2025-03-133-3/+24
|
* Prefer gmp to flint.J08nY2024-07-111-2/+2
|
* Add support for python-flint-based Mod.J08nY2024-07-111-3/+4
|
* Make imports absolute (to allow doctests).J08nY2024-06-011-1/+1
|
* Add some more missing docs.J08nY2024-05-211-0/+7
|
* Improve tree building with more quantities.J08nY2024-04-081-2/+12
|
* Reset tasks in TaskExecutor.J08nY2024-04-031-0/+2
|
* Fix TaskExecutor.J08nY2024-04-031-1/+8
|
* Add utility task executor to make notebooks more readable.J08nY2024-04-031-1/+24
|
* Fix issues with pickling and equality checks of EC objects.J08nY2024-01-251-1/+1
|
* Cache sympy simplify results in formula eval.J08nY2024-01-231-1/+7
| | | | Speeds up formula eval significantly.
* Fix codestyle.J08nY2023-10-261-0/+2
|
* Enhance RPA, add logging.J08nY2023-10-162-0/+37
|
* Make stuff picklable.J08nY2023-10-141-0/+10
| | | | Fixes #45.
* Cache sympify results to speedup formula exec.J08nY2023-10-061-0/+12
|
* Move sca tests to pytest.J08nY2023-08-091-1/+1
|
* Add ZVP formula unroll.J08nY2023-07-291-2/+3
|
* Fix docstyle and some DeepSource warnings.J08nY2023-02-081-1/+2
|
* Fix mypy issues.J08nY2023-02-051-1/+4
|
* More DeepSource fixes.J08nY2021-04-241-3/+4
|
* Make docstring style changes as per pydocstyle.J08nY2021-04-111-25/+38
|
* Use black.J08nY2021-04-101-0/+2
|
* The big documentation patch.J08nY2021-01-202-2/+32
|
* Fix type-checking, codestyle and update EFD.J08nY2021-01-051-2/+2
|
* Fixup the packaging, put cfg into a proper subpackage.J08nY2020-12-262-0/+146