Releases: zkonduit/ezkl
Releases · zkonduit/ezkl
v10.1.0
What's Changed
- refactor: apply num-inner cols to constant assignments as well by @alexander-camuto in #749
- fix: array element encapsulation in ezkl_demo.ipynb by @moyedx3 in #747
- fix: lookup safety = 1 during calibration falls OOR by @alexander-camuto in #750
- feat: make selector polynomials optional by @alexander-camuto in #753
New Contributors
Full Changelog: v10.0.2...v10.1.0
v10.0.2
What's Changed
- fix: add
__version__
to python bindings by @jmjac in #739 - feat: merge
@ezkljs/verify
package into core repo. by @ethan-crypto in #736 - refactor: remove H2 circuit render by @ethan-crypto in #742
- feat!: ipa commitments by @alexander-camuto in #740
- fix: logrows reset after graph creation can cause extended K overflow by @alexander-camuto in #745
- chore: more complete coverage tests by @alexander-camuto in #748
New Contributors
Full Changelog: v9.5.0...v10.0.2
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