Releases: zkonduit/ezkl
Releases · zkonduit/ezkl
v9.5.0
What's Changed
- refactor: use linear index constraints for gather and scatter by @alexander-camuto in #735
- feat:
gather_nd
/scatter_nd
support by @alexander-camuto in #737
Full Changelog: v9.4.4...v9.5.0
v9.4.4
What's Changed
- feat: dynamic lookups by @alexander-camuto in #727
- chore: test for reduced-srs on wasm bundle by @alexander-camuto in #728
- feat: wasm felt to little endian string by @ethan-crypto in #729
- feat: "sub"-dynamic tables by @alexander-camuto in #730
- chore: cleanup calibrate by @alexander-camuto in #731
- chore: cleanup unused args by @alexander-camuto in #732
- chore: rm recip_int helper by @alexander-camuto in #733
Full Changelog: v9.1.0...v9.4.4
v9.1.0
What's Changed
- feat: lookup-less recip by default by @alexander-camuto in #725
Full Changelog: v9.0.1...v9.1.0
v9.0.1
What's Changed
- fix: include tol check in fwd pass by @alexander-camuto in #723
- fix!: cleanup felt serialization language in python and wasm by @alexander-camuto in #724
- fix: transcript should serialize as lc flag by @alexander-camuto in #726
Full Changelog: v8.4.1...v9.0.1
v8.4.1
What's Changed
- fix: set buf capacity for witness, settings, proof by @alexander-camuto in #717
- refactor: selectable key ser by @alexander-camuto in #718
- fix: buffer data read and writes by @alexander-camuto in #719
- feat: parse command
ast
into flag strings by @alexander-camuto in #720 - fix: rm optional bool flags by @alexander-camuto in #722
Full Changelog: v8.3.0...v8.4.1
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