You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,36 @@
2
2
3
3
## Pending
4
4
5
-
- (`ark-poly`) Reduce the number of field multiplications performed by `SparseMultilinearExtension::evaluate` and `DenseMultilinearExtension::evaluate`
5
+
### Breaking changes
6
+
7
+
### Features
8
+
9
+
### Improvements
10
+
11
+
### Bugfixes
12
+
13
+
## v0.4.2
14
+
15
+
### Breaking changes
16
+
17
+
### Features
18
+
19
+
### Improvements
20
+
21
+
### Bugfixes
22
+
6
23
-[\#610](https://github.com/arkworks-rs/algebra/pull/610) (`ark-ec`) Fix panic in `final_exponentiation` step for MNT4/6 curves if inverse does not exist.
7
24
25
+
## v0.4.1
26
+
8
27
### Breaking changes
9
28
10
29
### Features
11
30
12
31
### Improvements
13
32
33
+
-[\#603](https://github.com/arkworks-rs/algebra/pull/603) (`ark-poly`) Reduce the number of field multiplications performed by `SparseMultilinearExtension::evaluate` and `DenseMultilinearExtension::evaluate`
0 commit comments