-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Release Noir(1.0.0-beta.2) #6914
base: master
Are you sure you want to change the base?
chore: Release Noir(1.0.0-beta.2) #6914
Conversation
Peak Memory Sample
|
Compilation Report
|
Execution Report
|
🚀 Deployed on https://679d44a2563cda56cf82c907--noir-docs.netlify.app |
097d799
to
e0c7b2b
Compare
d619924
to
6fdd29f
Compare
Execution Memory Report
|
Compilation Memory Report
|
c4b1153
to
55d68df
Compare
4145df6
to
7225f1a
Compare
No dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No dependency changes detected in pull request |
50a27a7
to
0a4aaa4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'Test Suite Duration'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20
.
Benchmark suite | Current: 27382cc | Previous: a9e9850 | Ratio |
---|---|---|---|
noir-lang_schnorr_ |
1 s |
0 s |
+∞ |
noir-lang_noir_sort_ |
1 s |
0 s |
+∞ |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @TomAFrench
8181181
to
f07957c
Compare
a4d47ba
to
1e92f94
Compare
FYI @noir-lang/developerrelations on Noir doc changes. |
🤖 I have created a release beep boop
1.0.0-beta.2 (2025-01-31)
⚠ BREAKING CHANGES
loop
statements (only frontend) (#7092)StructDefinition::generics
and fix derivation of Eq in structs with numeric generics (#7076)StructDefinition::fields
and move old functionality toStructDefinition::fields_as_written
(#7067)unsafe
blocks and passing unconstrained functions in place of constrained functions (#6938)execute
(#6869)enum
andmatch
keywords (#6961)foo.bar()
) to have the trait in scope (imported) (#6895)aes128_encrypt
to return an array (#6973)jsonrpsee
for foreign calls; refactorrun_test
; foreign call layering (#6849)Features
--pedantic-solving
flag (#6716) (5b9a113)loop
keyword in runtime and comptime code (#7096) (c4f183c)loop
must have at least onebreak
(#7126) (8804f0a)loop
statements (only frontend) (#7092) (48e613e)ConstrainNotEqual
instruction (#7032) (51180b9)noir-inspector
(#7136) (a0704aa)inc_rc
instructions into ACIR (#7036) (2d316c2)execute
(#6869) (e71fcdf)unsafe
blocks and passing unconstrained functions in place of constrained functions (#6938) (2732947)StructDefinition::fields
and move old functionality toStructDefinition::fields_as_written
(#7067) (14a7e37)enum
s (#7110) (7705a62)Foo::bar()
) to have the trait in scope (imported) (#6882) (a5447ed)foo.bar()
) to have the trait in scope (imported) (#6895) (d61633d)store
instructions (#7106) (ed12ad7)jsonrpsee
for foreign calls; refactorrun_test
; foreign call layering (#6849) (51a4d5d)aes128_encrypt
to return an array (#6973) (dcdccfc)Bug Fixes
Function::is_no_predicates
always returned false for brillig f… (#7167) (8cab0e4)is_empty
check for enums (#7257) (a9e9850)u32
s (#6976) (bf474c0)nargo check
(#7120) (bbdb937)StructDefinition::generics
and fix derivation of Eq in structs with numeric generics (#7076) (f17b7cc)inc_rc
for array inputs during preprocessing (#7163) (29d2d8a)&mut self
(#7155) (c8d5ce5)test_program_is_idempotent
on failure (#6942) (a690d96)Miscellaneous Chores
enum
andmatch
keywords (#6961) (e08f4fa)This PR was generated with Release Please. See documentation.