aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Test Python 3.12 in CI.J08nY2024-05-304-16/+7
|
* Fix inspector trace set tests.J08nY2024-05-301-1/+1
|
* Allow to skip scaling in inspector trace load.J08nY2024-05-305-23/+32
|
* More precise error message for scalarmult init.J08nY2024-05-271-1/+1
|
* Fix typing issue.J08nY2024-05-271-2/+2
|
* Fix docs.J08nY2024-05-271-0/+1
|
* More docs for local contextmanager.J08nY2024-05-271-1/+9
|
* Improve docs readability.J08nY2024-05-273-2/+6
|
* Add bit_length to Mod.J08nY2024-05-272-0/+20
|
* More docs.J08nY2024-05-213-1/+39
|
* Add some more missing docs.J08nY2024-05-214-0/+16
|
* Fix docs for MultipleContext.J08nY2024-05-211-2/+2
|
* Add custom sdist build step that checks for submodules.J08nY2024-05-161-0/+45
|
* Fix efd detection.J08nY2024-05-161-1/+2
|
* Add check for mis-install with missing std an efd submodules.J08nY2024-05-162-69/+65
|
* Bump to 0.3.0.0.3.0J08nY2024-05-162-4/+4
|
* Merge pull request #63 from J08nY/deepsource-autofix-9f8ab4d2Ján Jančár2024-04-161-4/+4
|\ | | | | refactor: replace list comprehension with set comprehension
| * 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-1624-62/+83
|
* Cleanup pyproject.J08nY2024-04-162-26/+28
|
* Add Python 3.11 to CI.J08nY2024-04-162-2/+2
|
* Bump notebook.J08nY2024-04-161-0/+0
|
* Bump notebook.J08nY2024-04-141-0/+0
|
* Add random walk metrics to tree description.J08nY2024-04-142-17/+66
|
* We are no longer alpha, lets brag!J08nY2024-04-133-3/+3
|
* Add more metrics to Tree description.J08nY2024-04-131-3/+6
|
* Add early deduplication to Map.from_sets.J08nY2024-04-132-6/+46
|
* Fix tree building with deduplicated dmaps.J08nY2024-04-123-2/+48
|
* Fix None codomain addition in dmap.J08nY2024-04-112-1/+6
|
* Fix pandas warning.J08nY2024-04-091-1/+1
|
* Fix types.J08nY2024-04-091-1/+1
|
* Fix dmap indexing with callable cfg.J08nY2024-04-092-1/+13
|
* Bump notebook.J08nY2024-04-081-0/+0
|
* Fix dmap printing.J08nY2024-04-081-5/+5
|
* Improve tree building with more quantities.J08nY2024-04-083-3/+21
|
* Abstract out tree building in RPA and extract common RE class.J08nY2024-04-085-82/+148
|
* Fix scalarmult hash impls to allow for proper inclusion in sets.J08nY2024-04-048-19/+46
|
* Reset tasks in TaskExecutor.J08nY2024-04-031-0/+2
|
* Short circuit in ZVP eliminate_y if already eliminated.J08nY2024-04-032-0/+6
|
* Fix TaskExecutor.J08nY2024-04-031-1/+8
|
* Add utility task executor to make notebooks more readable.J08nY2024-04-031-1/+24
|
* Fix typing.J08nY2024-04-022-2/+3
|
* Add direct dependency on dask dataframe.J08nY2024-04-021-0/+1
|
* Bump notebook repo.J08nY2024-04-022-1/+2
|
* Fix ZVP.J08nY2024-02-011-1/+1
|
* Fix compute_fsets.J08nY2024-02-011-1/+1
|
* Get rid of bunch of warnings.J08nY2024-02-014-29/+62
|
* Unify formula __str__.J08nY2024-01-312-4/+1
|
* Add comparison for formulas.J08nY2024-01-312-2/+14
|
* Fix formula import cycle.J08nY2024-01-311-1/+0
|