Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot]
bda7f44905 ci: update version string in docs 2024-10-15 07:36:46 +00:00
Jseam
a06b09ef1f docs: add batch demo (#849) 2024-10-15 08:36:24 +01:00
4 changed files with 775 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
ezkl==0.0.0
ezkl==14.0.2
sphinx
sphinx-rtd-theme
sphinxcontrib-napoleon

View File

@@ -1,7 +1,7 @@
import ezkl
project = 'ezkl'
release = '0.0.0'
release = '14.0.2'
version = release

File diff suppressed because one or more lines are too long

View File

@@ -123,7 +123,8 @@ mod py_tests {
}
}
const TESTS: [&str; 33] = [
const TESTS: [&str; 34] = [
"ezkl_demo_batch.ipynb",
"proof_splitting.ipynb", // 0
"variance.ipynb",
"mnist_gan.ipynb",