@@ -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+ - Remove memory-aware node bindings [ #123 ] ( https://github.com/pulp-platform/Deeploy/pull/123 )
78- Refactor Logging for Improved Debugging [ #115 ] ( https://github.com/pulp-platform/Deeploy/pull/115 )
89- Add reuse-tool as an SPDX license header linter [ #113 ] ( https://github.com/pulp-platform/Deeploy/pull/113 )
910- Bug fixes, API Cleanup and Reduce Compiler Warning on PULP [ #112 ] ( https://github.com/pulp-platform/Deeploy/pull/112 )
@@ -46,6 +47,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
4647- Buffer utilities: ` checkNumLevels ` validation and ` sizeInBytes ` method
4748- Per–memory-level usage tracking and worst-case reporting in ` NetworkContext `
4849- Memory/I/O summaries and input/output logging in deployers
50+ - RequantHelpers.py for Neureka's TileConstraints
4951
5052### Changed
5153- Replaced platform-specific tags (` *-amd64 ` , ` *-arm64 ` ) with direct digest references in ` Noelware/docker-manifest-action ` .
@@ -73,6 +75,10 @@ This file contains the changelog for the Deeploy project. The changelog is divid
7375- Changed types and added correct casts to fix many compiler warnings in the PULP target library
7476- Use [ reuse-tool] ( https://github.com/fsfe/reuse-tool ) in pre-commit, CI, and Makefile for SPDX license header linting
7577- Deployer workflow now uses ` prepare(...) ` instead of ` generateFunction(...) ` .
78+ - Removed NodeMemoryLevelChecker, MemoryAwareNodeBinding
79+ - Removed _ parseNode from MemoryNetworkDeployer since we don't need the annotations before typeChecking anymore
80+ - Removed Wmem variants of bindings and tile constraints from Neureka
81+
7682
7783### Fixed
7884- Prevent node duplication for graphs generated via GraphSurgeon
@@ -83,6 +89,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
8389- Corrected method usage in ` importDeeployState ` to call ` NetworkContext.importNetworkContext ` instead of the incorrect method name
8490- Correctly return ` signProp ` from ` setupDeployer ` instead of hardcoding the value to ` False ` in ` testMVP.py `
8591- Fixed ` Unsqueeze ` Op. when using ONNX opset 13 or higher (from attribute to input)
92+ - Keep mul/add rank of requantized Neureka tile constraints
8693
8794### Removed
8895- Delete outdated and unused ` .gitlab-ci.yml ` file
0 commit comments