| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Test Python 3.12 in CI. | J08nY | 2024-05-30 | 4 | -16/+7 | |
| | | ||||||
| * | Fix inspector trace set tests. | J08nY | 2024-05-30 | 1 | -1/+1 | |
| | | ||||||
| * | Allow to skip scaling in inspector trace load. | J08nY | 2024-05-30 | 5 | -23/+32 | |
| | | ||||||
| * | More precise error message for scalarmult init. | J08nY | 2024-05-27 | 1 | -1/+1 | |
| | | ||||||
| * | Fix typing issue. | J08nY | 2024-05-27 | 1 | -2/+2 | |
| | | ||||||
| * | Fix docs. | J08nY | 2024-05-27 | 1 | -0/+1 | |
| | | ||||||
| * | More docs for local contextmanager. | J08nY | 2024-05-27 | 1 | -1/+9 | |
| | | ||||||
| * | Improve docs readability. | J08nY | 2024-05-27 | 3 | -2/+6 | |
| | | ||||||
| * | Add bit_length to Mod. | J08nY | 2024-05-27 | 2 | -0/+20 | |
| | | ||||||
| * | More docs. | J08nY | 2024-05-21 | 3 | -1/+39 | |
| | | ||||||
| * | Add some more missing docs. | J08nY | 2024-05-21 | 4 | -0/+16 | |
| | | ||||||
| * | Fix docs for MultipleContext. | J08nY | 2024-05-21 | 1 | -2/+2 | |
| | | ||||||
| * | Add custom sdist build step that checks for submodules. | J08nY | 2024-05-16 | 1 | -0/+45 | |
| | | ||||||
| * | Fix efd detection. | J08nY | 2024-05-16 | 1 | -1/+2 | |
| | | ||||||
| * | Add check for mis-install with missing std an efd submodules. | J08nY | 2024-05-16 | 2 | -69/+65 | |
| | | ||||||
| * | 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 | |
| | | ||||||
