| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump to 0.3.0.0.3.0 | J08nY | 2024-05-16 | 2 | -4/+4 |
| | | |||||
| * | Merge pull request #63 from J08nY/deepsource-autofix-9f8ab4d2 | Ján Jančár | 2024-04-16 | 1 | -4/+4 |
| |\ | | | | | refactor: replace list comprehension with set comprehension | ||||
| | * | refactor: replace list comprehension with set comprehension | deepsource-autofix[bot] | 2024-04-16 | 1 | -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. | J08nY | 2024-04-16 | 24 | -62/+83 |
| | | |||||
| * | Cleanup pyproject. | J08nY | 2024-04-16 | 2 | -26/+28 |
| | | |||||
| * | Add Python 3.11 to CI. | J08nY | 2024-04-16 | 2 | -2/+2 |
| | | |||||
| * | Bump notebook. | J08nY | 2024-04-16 | 1 | -0/+0 |
| | | |||||
| * | Bump notebook. | J08nY | 2024-04-14 | 1 | -0/+0 |
| | | |||||
| * | Add random walk metrics to tree description. | J08nY | 2024-04-14 | 2 | -17/+66 |
| | | |||||
| * | We are no longer alpha, lets brag! | J08nY | 2024-04-13 | 3 | -3/+3 |
| | | |||||
| * | Add more metrics to Tree description. | J08nY | 2024-04-13 | 1 | -3/+6 |
| | | |||||
| * | Add early deduplication to Map.from_sets. | J08nY | 2024-04-13 | 2 | -6/+46 |
| | | |||||
| * | Fix tree building with deduplicated dmaps. | J08nY | 2024-04-12 | 3 | -2/+48 |
| | | |||||
| * | Fix None codomain addition in dmap. | J08nY | 2024-04-11 | 2 | -1/+6 |
| | | |||||
| * | Fix pandas warning. | J08nY | 2024-04-09 | 1 | -1/+1 |
| | | |||||
| * | Fix types. | J08nY | 2024-04-09 | 1 | -1/+1 |
| | | |||||
| * | Fix dmap indexing with callable cfg. | J08nY | 2024-04-09 | 2 | -1/+13 |
| | | |||||
| * | Bump notebook. | J08nY | 2024-04-08 | 1 | -0/+0 |
| | | |||||
| * | Fix dmap printing. | J08nY | 2024-04-08 | 1 | -5/+5 |
| | | |||||
| * | Improve tree building with more quantities. | J08nY | 2024-04-08 | 3 | -3/+21 |
| | | |||||
| * | Abstract out tree building in RPA and extract common RE class. | J08nY | 2024-04-08 | 5 | -82/+148 |
| | | |||||
| * | Fix scalarmult hash impls to allow for proper inclusion in sets. | J08nY | 2024-04-04 | 8 | -19/+46 |
| | | |||||
| * | Reset tasks in TaskExecutor. | J08nY | 2024-04-03 | 1 | -0/+2 |
| | | |||||
| * | Short circuit in ZVP eliminate_y if already eliminated. | J08nY | 2024-04-03 | 2 | -0/+6 |
| | | |||||
| * | Fix TaskExecutor. | J08nY | 2024-04-03 | 1 | -1/+8 |
| | | |||||
| * | Add utility task executor to make notebooks more readable. | J08nY | 2024-04-03 | 1 | -1/+24 |
| | | |||||
| * | Fix typing. | J08nY | 2024-04-02 | 2 | -2/+3 |
| | | |||||
| * | Add direct dependency on dask dataframe. | J08nY | 2024-04-02 | 1 | -0/+1 |
| | | |||||
| * | Bump notebook repo. | J08nY | 2024-04-02 | 2 | -1/+2 |
| | | |||||
| * | Fix ZVP. | J08nY | 2024-02-01 | 1 | -1/+1 |
| | | |||||
| * | Fix compute_fsets. | J08nY | 2024-02-01 | 1 | -1/+1 |
| | | |||||
| * | Get rid of bunch of warnings. | J08nY | 2024-02-01 | 4 | -29/+62 |
| | | |||||
| * | Unify formula __str__. | J08nY | 2024-01-31 | 2 | -4/+1 |
| | | |||||
| * | Add comparison for formulas. | J08nY | 2024-01-31 | 2 | -2/+14 |
| | | |||||
| * | Fix formula import cycle. | J08nY | 2024-01-31 | 1 | -1/+0 |
| | | |||||
| * | Fix imports. | J08nY | 2024-01-31 | 4 | -3/+9 |
| | | |||||
| * | Rename formula expand. | J08nY | 2024-01-31 | 2 | -3/+3 |
| | | |||||
| * | Move formula expand to work with sets. | J08nY | 2024-01-31 | 8 | -99/+99 |
| | | |||||
| * | Name expanded formulas based on transformations. | J08nY | 2024-01-31 | 5 | -13/+15 |
| | | |||||
| * | Add Dmap description method. | J08nY | 2024-01-31 | 1 | -2/+13 |
| | | |||||
| * | Silence pari memory warnings. | J08nY | 2024-01-31 | 1 | -0/+1 |
| | | |||||
| * | Fix dmap cfgs. | J08nY | 2024-01-29 | 2 | -1/+4 |
| | | |||||
| * | Fix docs. | J08nY | 2024-01-29 | 3 | -14/+26 |
| | | |||||
| * | More docs for trees. | J08nY | 2024-01-29 | 2 | -9/+25 |
| | | |||||
| * | Add dmap deduplication. | J08nY | 2024-01-29 | 2 | -16/+38 |
| | | |||||
| * | Add dmap merging. | J08nY | 2024-01-28 | 2 | -1/+41 |
| | | |||||
| * | Optimize tree expansion. | J08nY | 2024-01-28 | 1 | -21/+36 |
| | | |||||
| * | Allow merging of config sets in dmap. | J08nY | 2024-01-28 | 3 | -23/+137 |
| | | |||||
| * | Fix formula tests. | J08nY | 2024-01-27 | 1 | -4/+4 |
| | | |||||
| * | Fix CodeFormula hash. | J08nY | 2024-01-27 | 2 | -3/+12 |
| | | |||||
