aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/sca/re/tree.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix propagation of leaf_callback in tree building.J08nY2025-11-061-1/+1
|
* Progress bar for tree building.J08nY2025-11-061-6/+23
|
* More info in tree building output.J08nY2025-11-061-3/+6
|
* Add "always" Comb multiplier that adds random multiples to dummy.J08nY2025-03-191-0/+8
|
* Fix 3.9 annotations.J08nY2025-03-191-3/+3
|
* Add customizable splitting criterion in tree building.J08nY2025-03-191-19/+76
|
* More docs in tree building.J08nY2025-03-181-6/+102
|
* Blacken.J08nY2025-03-131-0/+1
|
* Make imports absolute (to allow doctests).J08nY2024-06-011-1/+1
|
* Fix DeepSourcce issues.J08nY2024-04-161-1/+1
|
* Add random walk metrics to tree description.J08nY2024-04-141-17/+65
|
* Add more metrics to Tree description.J08nY2024-04-131-3/+6
|
* Add early deduplication to Map.from_sets.J08nY2024-04-131-6/+36
|
* Fix tree building with deduplicated dmaps.J08nY2024-04-121-1/+1
|
* Fix None codomain addition in dmap.J08nY2024-04-111-1/+1
|
* Fix pandas warning.J08nY2024-04-091-1/+1
|
* Fix dmap indexing with callable cfg.J08nY2024-04-091-1/+1
|
* Fix dmap printing.J08nY2024-04-081-5/+5
|
* Improve tree building with more quantities.J08nY2024-04-081-1/+8
|
* Abstract out tree building in RPA and extract common RE class.J08nY2024-04-081-1/+6
|
* Add Dmap description method.J08nY2024-01-311-2/+13
|
* Fix dmap cfgs.J08nY2024-01-291-1/+3
|
* Fix docs.J08nY2024-01-291-12/+19
|
* More docs for trees.J08nY2024-01-291-2/+15
|
* Add dmap deduplication.J08nY2024-01-291-6/+15
|
* Add dmap merging.J08nY2024-01-281-1/+23
|
* Optimize tree expansion.J08nY2024-01-281-21/+36
|
* Allow merging of config sets in dmap.J08nY2024-01-281-14/+93
|
* Fix PARI DCP solution.J08nY2024-01-231-0/+1
|
* Fix types.J08nY2024-01-231-5/+10
|
* Add domain param to map. Fix callable columns.J08nY2024-01-221-8/+11
|
* Fix and speedup tree construction.J08nY2024-01-211-21/+38
|
* Make map take codomain.J08nY2024-01-211-10/+24
|
* Add more utilities for working with maps and trees.J08nY2024-01-191-80/+184
|
* Make tree building more general.J08nY2024-01-181-34/+67
|
* Abstract out distinguishing tree computation.J08nY2024-01-081-0/+63