aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/ec/formula (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split EPA functonality to speed up computation.J08nY2025-07-311-0/+10
|
* Improve memory and pickle space usage of FakePoint.J08nY2025-07-291-2/+14
|
* Fix mults_computed issue.J08nY2025-07-211-0/+6
|
* More speed for MultipleContext.J08nY2025-06-191-7/+13
|
* Speedup multiples_computed.J08nY2025-06-191-0/+6
|
* Cleanup docs from unnecessary inherited items.J08nY2025-03-191-1/+1
|
* Blacken.J08nY2025-03-137-2/+10
|
* Add different multiple tracking in multiples_computed.J08nY2025-03-111-1/+1
|
* Make formula expand fully deterministic.J08nY2024-08-261-5/+2
| | | | Hopefully!
* Add more metadata to networkx_graph.J08nY2024-08-261-3/+3
|
* Add parallel version of formula expansion.J08nY2024-08-263-13/+89
|
* Fix iterable import.J08nY2024-08-261-2/+1
|
* Make formula expand deterministic.J08nY2024-08-264-33/+58
|
* Use faster symbol.name instead of str(symbol).J08nY2024-07-161-3/+3
|
* Fix pow in Mod.J08nY2024-07-161-1/+1
|
* Move to function based Mod dispatch.J08nY2024-07-152-7/+7
|
* Use faster xreplace everywhere.J08nY2024-07-121-1/+1
|
* xreplace in generic sympy substitution.J08nY2024-07-121-2/+2
|
* Add assumptions cache.J08nY2024-07-121-55/+75
|
* Handle simple parameter assumption faster.J08nY2024-07-121-7/+18
|
* Save free_symbols call.J08nY2024-07-121-2/+5
|
* Less subs in assumption validation.J08nY2024-07-121-5/+6
|
* Fix DeepSource issues.J08nY2024-07-111-3/+3
|
* Fix issues from new sympy flint use.J08nY2024-07-111-24/+8
|
* New tree API.J08nY2024-06-041-2/+2
|
* Improve execution tree API.J08nY2024-06-041-4/+4
|
* Make imports absolute (to allow doctests).J08nY2024-06-0111-52/+74
|
* Improve doc coverage and cleanup public functions.J08nY2024-05-3010-3/+74
|
* refactor: replace list comprehension with set comprehensiondeepsource-autofix[bot]2024-04-161-4/+4
| | | | Although there is nothing syntactically wrong with this code, it is hard to read and can be simplified to a set comprehension. Using set comprehension is more performant since there is no need to create a transient list.
* Fix DeepSourcce issues.J08nY2024-04-165-18/+33
|
* Fix typing.J08nY2024-04-021-1/+2
|
* Unify formula __str__.J08nY2024-01-312-4/+1
|
* Add comparison for formulas.J08nY2024-01-311-0/+9
|
* Fix formula import cycle.J08nY2024-01-311-1/+0
|
* Fix imports.J08nY2024-01-312-2/+2
|
* Rename formula expand.J08nY2024-01-311-1/+1
|
* Move formula expand to work with sets.J08nY2024-01-315-25/+94
|
* Name expanded formulas based on transformations.J08nY2024-01-315-13/+15
|
* Fix CodeFormula hash.J08nY2024-01-271-1/+1
|
* Fix switch_sign on xz.J08nY2024-01-271-0/+3
|
* Add EFD -> Code transformation.J08nY2024-01-274-13/+42
|
* Move CodeFormulas.J08nY2024-01-263-65/+76
|
* Fix OpResult repr.J08nY2024-01-251-2/+6
|
* Fix issues with pickling and equality checks of EC objects.J08nY2024-01-257-113/+151
|
* Cache sympy simplify results in formula eval.J08nY2024-01-231-4/+4
| | | | Speeds up formula eval significantly.
* Abstract out distinguishing tree computation.J08nY2024-01-081-3/+0
|
* Add fake addition formulas.J08nY2023-12-223-42/+110
|
* Remove str.removesuffixvojtechsu2023-12-121-4/+6
|
* Missing type hintsvojtechsu2023-12-111-3/+2
|
* Fix sign treatment in switch signvojtechsu2023-12-112-15/+29
|