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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
The changelog explains changes pulled through from the private development repository. Bug fixes and small enhancements are committed between releases and not documented here.
2
2
3
+
## 0.3.5 (Feb 16, 2023)
4
+
5
+
- Easier-to-use machine learning interface
6
+
- Integrated compilation-execution facility
7
+
- Import/export sequential models and parameters from/to PyTorch
8
+
- Binary-format input files
9
+
- Less aggressive round optimization for faster compilation by default
10
+
- Multithreading with client interface
11
+
- Functionality to protect order of specific memory accesses
12
+
- Oblivious transfer works again on older (pre-2011) x86 CPUs
0 commit comments