aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
* Fix iterable import.J08nY2024-08-261-2/+1
* Make formula expand deterministic.J08nY2024-08-264-33/+58
* Bump notebooks.J08nY2024-08-241-0/+0
* Give warning when using slow DCP/divpoly computation.J08nY2024-08-242-0/+5
* Move libraries to separate docs.J08nY2024-08-2322-1357/+1344
* Add CHES paper to docs.J08nY2024-08-236-5/+65
* Add links to tutorials on pyecsca.J08nY2024-08-192-0/+13
* Bump notebooks.0.3.3J08nY2024-07-241-0/+0
* Merge branch 'feat/ubuntu-latest-ci'J08nY2024-07-244-13/+14
|\
| * Move to ubuntu-latest in CI.J08nY2024-07-244-13/+14
|/
* Bump notebooks.J08nY2024-07-241-0/+0
* Use setuptools_scm for version info.J08nY2024-07-242-5/+6
* Optimize sdist.J08nY2024-07-243-3/+7
* Move library formulas from test to main package.J08nY2024-07-2466-5/+5
* Bump to 0.3.2.0.3.2J08nY2024-07-172-3/+6
* Bump notebook repo.J08nY2024-07-171-0/+0
* Add MyBinder links to notebooks in docs.J08nY2024-07-161-0/+8
* Fix project links.J08nY2024-07-161-1/+1
* Add project links to docs.J08nY2024-07-162-2/+19
* Link to github sources in docs.J08nY2024-07-161-1/+13
* Mention notebook requirements.J08nY2024-07-161-1/+9
* Merge pull request #67 from J08nY/feat/cython-modJán Jančár2024-07-1640-1224/+1425
|\
| * Improve installation docs.J08nY2024-07-163-13/+86
| * Fix Mod -> mod in tests.J08nY2024-07-161-2/+2
| * Explain option to cythonize in docs.J08nY2024-07-162-1/+2
| * Better print in perf.J08nY2024-07-169-28/+93
| * Use faster symbol.name instead of str(symbol).J08nY2024-07-161-3/+3
| * Fix pow in Mod.J08nY2024-07-168-22/+10
| * Fix perf.J08nY2024-07-151-3/+3
| * Do not ABC the Mod.J08nY2024-07-151-2/+1
| * Move to function based Mod dispatch.J08nY2024-07-1529-256/+251
| * Fix feature flag imports in perf.J08nY2024-07-155-4/+16
| * Bump mypy in pre-commit.J08nY2024-07-151-1/+3
| * Split mod to a package.J08nY2024-07-157-963/+1029
|/
* Fix homepage in metadata.J08nY2024-07-151-2/+2
* Bump to 0.3.1.0.3.1J08nY2024-07-152-3/+3
* Merge branch 'feat/py3.12'J08nY2024-07-153-5/+5
|\
| * Fix mod doctest.J08nY2024-07-151-1/+1
| * Test 3.12 in CI.J08nY2024-07-153-4/+4
|/
* Improve mod docs.J08nY2024-07-152-4/+44
* Merge pull request #66 from J08nY/fix/sympy-1.13Ján Jančár2024-07-1521-210/+495
|\
| * Cleanup new profiler.J08nY2024-07-151-2/+15
| * More thorough formula test.J08nY2024-07-152-3/+9
| * Add raw profiler.J08nY2024-07-156-14/+29
| * Perf test also scalarmult with tracing.J08nY2024-07-151-0/+12
| * Use faster xreplace everywhere.J08nY2024-07-122-2/+2
| * xreplace in generic sympy substitution.J08nY2024-07-121-2/+2
| * Add assumptions cache.J08nY2024-07-121-55/+75
| * Handle simple parameter assumption faster.J08nY2024-07-121-7/+18
| * Save free_symbols call.J08nY2024-07-123-12/+24