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
- Change order of typeMatching entries [#68](https://github.com/pulp-platform/Deeploy/pull/68)
@@ -33,6 +34,8 @@ This file contains the changelog for the Deeploy project. The changelog is divid
33
34
- Added YAML linting to CI
34
35
- Added missing license headers and C header include guards
35
36
- Extended the pre-commit hooks to remove trailing whitespace, check licenses, format and lint files
37
+
- Reshape operator support for PULP (`ReshapeTemplate` in bindings)
38
+
- Missing class attributes in `Closure.py`
36
39
37
40
### Changed
38
41
- Replaced platform-specific tags (`*-amd64`, `*-arm64`) with direct digest references in `Noelware/docker-manifest-action`.
@@ -56,11 +59,17 @@ This file contains the changelog for the Deeploy project. The changelog is divid
56
59
- Split CI into multiple workflow files: one per platform, one for lint & license, one for general Deeploy tests, one for infrastructure, and two for Docker flows, improving maintainability and status reporting
57
60
- Extended CI to check license in cMake and YAML files
58
61
- Removed all trailing whitespace
62
+
- Removed unnecessary includes from the PULP platform header list, such as `DeeployBasicMath.h`, for cleaner code generation
63
+
- Changed types and added correct casts to fix many compiler warnings in the PULP target library
59
64
60
65
### Fixed
61
66
- Prevent node duplication for graphs generated via GraphSurgeon
62
67
- Resolved issue with missing `id` in the `Build Cache for Docker` step, used in the `Inject build-cache` step.
63
68
- Fix license CI check and prevent potential issues with `jq` installation
69
+
- Fixed multiple typos in variable and method names, such as changing `includeGobalReferences` to `includeGlobalReferences` and `dicardedMappers` to `discardedMappers`
70
+
- Corrected method usage in `importDeeployState` to call `NetworkContext.importNetworkContext` instead of the incorrect method name
71
+
- Correctly return `signProp` from `setupDeployer` instead of hardcoding the value to `False` in `testMVP.py`
72
+
64
73
65
74
### Removed
66
75
- Delete outdated and unused `.gitlab-ci.yml` file
0 commit comments