summaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
* 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 comprehensiondeepsource-autofix[bot]2024-04-161-4/+4
|/
* 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
* Fix imports.J08nY2024-01-314-3/+9
* Rename formula expand.J08nY2024-01-312-3/+3
* Move formula expand to work with sets.J08nY2024-01-318-99/+99
* Name expanded formulas based on transformations.J08nY2024-01-315-13/+15
* Add Dmap description method.J08nY2024-01-311-2/+13
* Silence pari memory warnings.J08nY2024-01-311-0/+1
* Fix dmap cfgs.J08nY2024-01-292-1/+4
* Fix docs.J08nY2024-01-293-14/+26
* More docs for trees.J08nY2024-01-292-9/+25
* Add dmap deduplication.J08nY2024-01-292-16/+38
* Add dmap merging.J08nY2024-01-282-1/+41
* Optimize tree expansion.J08nY2024-01-281-21/+36
* Allow merging of config sets in dmap.J08nY2024-01-283-23/+137
* Fix formula tests.J08nY2024-01-271-4/+4
* Fix CodeFormula hash.J08nY2024-01-272-3/+12