Skip to content

Commit c8fd35b

Browse files
committed
Extend changelog
1 parent efc68c5 commit c8fd35b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
44
## Unreleased (Planned Release Target: v0.2.1)
55

66
### List of Pull Requests
7+
- Bug fixes, API Cleanup and Reduce Compiler Warning on PULP [#112](https://github.com/pulp-platform/Deeploy/pull/112)
78
- Split CI Workflows by Platform and Task, Improve Formatting and Linting Reliability [#108](https://github.com/pulp-platform/Deeploy/pull/108)
89
- Refactor tiling code generation [#105](https://github.com/pulp-platform/Deeploy/pull/105)
910
- 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
3334
- Added YAML linting to CI
3435
- Added missing license headers and C header include guards
3536
- 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`
3639

3740
### Changed
3841
- 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
5659
- 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
5760
- Extended CI to check license in cMake and YAML files
5861
- 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
5964

6065
### Fixed
6166
- Prevent node duplication for graphs generated via GraphSurgeon
6267
- Resolved issue with missing `id` in the `Build Cache for Docker` step, used in the `Inject build-cache` step.
6368
- 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+
6473

6574
### Removed
6675
- Delete outdated and unused `.gitlab-ci.yml` file

0 commit comments

Comments
 (0)