Releases: zkonduit/ezkl
Releases · zkonduit/ezkl
v8.3.0
What's Changed
- chore: allow for a max circuit area cap by @alexander-camuto in #711
- feat: programmable buffer capacity by @alexander-camuto in #712
- refactor:
print_proof_hex
is redundant with proof file by @alexander-camuto in #713 - fix: reduce verbosity of common operations by @alexander-camuto in #715
- feat: allow for reduced n srs for verification by @alexander-camuto in #716
Full Changelog: v8.1.7...v8.3.0
v8.1.7
What's Changed
- ci: make gpu tests single threaded by @alexander-camuto in #700
- fix: uncomparable values in acc table by @alexander-camuto in #701
- feat: power of 2 div using type system by @alexander-camuto in #702
- refactor: range check recip by @alexander-camuto in #703
- refactor: equals argument without lookups by @alexander-camuto in #705
- refactor: lookup-less layer norm by @alexander-camuto in #706
- refactor: use layout as the forward function by @alexander-camuto in #707
- chore: more descriptive debug logs on forward pass by @alexander-camuto in #708
- chore: update h2 curves by @alexander-camuto in #709
- refactor: calibration for resources and accuracy over same scale range by @alexander-camuto in #710
Full Changelog: v8.0.1...v8.1.7
v8.0.1
What's Changed
- fix: link for CLI auto-install by @tobinsouth in #695
- feat: make selector compression optional by @alexander-camuto in #696
- feat: allow for separate vk render on-chain by @alexander-camuto in #697
- refactor!: make rebasing multiplicative by default by @alexander-camuto in #698
- chore: fold div_rebasing parameter into calibration by @alexander-camuto in #699
New Contributors
- @tobinsouth made their first contribution in #695
Full Changelog: v7.1.12...v8.0.1
v8.0.0
What's Changed
- fix: link for CLI auto-install by @tobinsouth in #695
- feat: make selector compression optional by @alexander-camuto in #696
- feat: allow for separate vk render on-chain by @alexander-camuto in #697
- refactor!: make rebasing multiplicative by default by @alexander-camuto in #698
New Contributors
- @tobinsouth made their first contribution in #695
Full Changelog: v7.1.12...v8.0.0
v7.1.12
What's Changed
- fix: add docs and empty-cmd flag by @JSeam2 in #686
- docs: set
max_logrows
forcalibrate_settings
in ezkl_demo by @JSeam2 in #688 - fix: calibrate from total min/max on lookups rather than individual x by @alexander-camuto in #690
- chore(examples): proofreading the notebooks by @vehorny in #687
- fix: calibration should only consider local scales by @alexander-camuto in #691
- fix: move
install_ezkl_cli.sh
into main repo by @JSeam2 in #694 - fix: large test numbering by @jasonmorton in #689
New Contributors
Full Changelog: v7.1.4...v7.1.12