We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1273b12 commit 16163c5Copy full SHA for 16163c5
CHANGELOG.md
@@ -2,6 +2,28 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.8.0] - 2025-03-27
6
+
7
+### Features
8
9
+- Implement check_gradients runtime command (#72)
10
+- [**breaking**] Validate endpoint argument names before building (#95)
11
12
+### Bug Fixes
13
14
+- OpenAPI schema failure for differentiable arrays with unknown shape (#100)
15
+- Prevent silent conversion of float array to int (#96)
16
+- Use fixed uid/gid 5000:5000 for all tesseracts (#102)
17
+- Use uid 1000 instead of 5000 (#104)
18
19
+### Refactor
20
21
+- Unpack endpoint payload (#80)
22
23
+### Documentation
24
25
+- Dependencies and user privileges (#91)
26
27
## [0.7.4] - 2025-03-20
28
29
### Features
0 commit comments