aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix primality check in FlintMod.J08nY2024-07-111-9/+15
| |
| * Fix FlintMod pickling.J08nY2024-07-111-0/+7
| |
| * Fix DeepSource issues.J08nY2024-07-114-16/+6
| |
| * Merge artifacts in perf.J08nY2024-07-111-0/+9
| |
| * Fix perf filename for flint.J08nY2024-07-115-8/+8
| |
| * Fix codestyle.J08nY2024-07-111-1/+1
| |
| * Add support for python-flint-based Mod.J08nY2024-07-119-38/+210
| |
| * Fix issues from new sympy flint use.J08nY2024-07-118-80/+28
| |
| * Fix divpoly tests.J08nY2024-07-111-11/+14
| |
| * Unpin sympy.J08nY2024-07-111-1/+2
|/
* Pin sympy temporarily until they fix their stuff.J08nY2024-07-102-4/+4
| | | | | https://github.com/sympy/sympy/issues/26789 https://github.com/sympy/sympy/issues/26791
* Fix docs.J08nY2024-07-093-5/+5
|
* Proper docs link.J08nY2024-06-172-3/+2
|
* Make docs beautiful again.J08nY2024-06-177-225/+172
|
* Cleanup docs style.J08nY2024-06-171-5/+6
|
* Also install pandoc for nbsphinx.J08nY2024-06-171-1/+1
|
* Add symlink to notebooks in docs.J08nY2024-06-171-0/+1
|
* Fix codecov measurement.J08nY2024-06-171-1/+1
|
* Install codegen in docs build.J08nY2024-06-171-2/+6
|
* Build docs in the proper dir.J08nY2024-06-171-2/+3
|
* Fix docs path.J08nY2024-06-171-1/+1
|
* Fix codegen path in docs build.J08nY2024-06-171-1/+5
|
* Checkout codegen in docs build.J08nY2024-06-171-0/+4
|
* Fix docs build.J08nY2024-06-171-1/+1
|
* Add Github Actions docs build.J08nY2024-06-171-0/+63
|
* Add testing of (some) notebooks.J08nY2024-06-044-1/+8
|
* New tree API.J08nY2024-06-047-19/+30
|
* Improve execution tree API.J08nY2024-06-046-147/+135
|
* Speedup RPA tests.J08nY2024-06-031-4/+20
|
* Fix pytest test finding.J08nY2024-06-031-0/+1
|
* Fix configuration enumeration.J08nY2024-06-034-3/+3
|
* Redo curve doctest.J08nY2024-06-031-1/+1
|
* Fix codecov.J08nY2024-06-031-1/+2
|
* Fix Curve doctest.J08nY2024-06-031-3/+3
|
* Redo LadderMult fix.J08nY2024-06-031-2/+5
|
* Fix coords doctest.J08nY2024-06-031-6/+6
|
* Add smartleia back to CI.J08nY2024-06-033-5/+5
|
* Tests for CPUTraceManager and tests for constant input.J08nY2024-06-022-244/+235
|
* Fix bad init error in LadderMultiplier.J08nY2024-06-011-2/+2
|
* Doctests for EC.J08nY2024-06-016-10/+83
|
* Make imports absolute (to allow doctests).J08nY2024-06-0171-481/+745
|
* Add Ladder sort-of regression test.J08nY2024-05-311-0/+36
|
* Doctests for context stuff.J08nY2024-05-311-4/+78
|
* Switch back to usptream pico-python in CI.J08nY2024-05-313-3/+3
|
* Fix CPU pearson_corr for small dtypes.J08nY2024-05-311-3/+4
|
* Better repr for PickleTraceSet.J08nY2024-05-311-0/+6
|
* Improve doc coverage and cleanup public functions.J08nY2024-05-3010-3/+74
|
* Drop 3.12 from CI.J08nY2024-05-302-2/+2
| | | | gmpy2 is not compatible yet, should be soon.
* Fix pico-python with 3.12.J08nY2024-05-303-6/+6
|
* Fix pico install in Python 3.12.J08nY2024-05-303-6/+6
|