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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
10
10
11
11
### Added
12
12
- Add manual type inference feature (CLI: `--input-type-map`/`--input-offset-map`) to resolve ambiguities when test inputs are not representative enough
13
+
- Added a `testTypeInferenceDifferentTypes` test case to validate type inference for different input types
13
14
- Added `_mangleNodeNames` function to avoid duplicate node mappings
14
15
- Output Docker image digests per platform (`amd64`, `arm64`) after build, which is used to construct the multi-arch Docker manifest. This preventes registry clutter caused by unnecessary per-architecture Docker tags.
15
16
@@ -21,7 +22,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
21
22
- Resolved issue with missing `id` in the `Build Cache for Docker` step, used in the `Inject build-cache` step.
22
23
23
24
### Removed
24
-
-
25
+
- Delete outdated and unused `.gitlab-ci.yml` file
This release containing major architectural changes, new platform support, enhanced simulation workflows, floating-point kernel support, training infrastructure for CCT models, memory allocation strategies, and documentation improvements.
0 commit comments