@@ -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+ - Refactor Logging for Improved Debugging [ #115 ] ( https://github.com/pulp-platform/Deeploy/pull/115 )
78- Add reuse-tool as an SPDX license header linter [ #113 ] ( https://github.com/pulp-platform/Deeploy/pull/113 )
89- Bug fixes, API Cleanup and Reduce Compiler Warning on PULP [ #112 ] ( https://github.com/pulp-platform/Deeploy/pull/112 )
910- Fix PULP GEMM ` batch ` serialization [ #109 ] ( https://github.com/pulp-platform/Deeploy/pull/109 )
@@ -39,6 +40,11 @@ This file contains the changelog for the Deeploy project. The changelog is divid
3940- Reshape operator support for PULP (` ReshapeTemplate ` in bindings)
4041- Missing class attributes in ` Closure.py `
4142- reuse_skip_wrapper.py to manually skip files
43+ - Centralized logging with ` DEFAULT_LOGGER ` , replacing ` print ` statements
44+ - Debug logs for type checking/parsing; ` __repr__ ` for core classes
45+ - Buffer utilities: ` checkNumLevels ` validation and ` sizeInBytes ` method
46+ - Per–memory-level usage tracking and worst-case reporting in ` NetworkContext `
47+ - Memory/I/O summaries and input/output logging in deployers
4248
4349### Changed
4450- Replaced platform-specific tags (` *-amd64 ` , ` *-arm64 ` ) with direct digest references in ` Noelware/docker-manifest-action ` .
@@ -65,6 +71,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
6571- Removed unnecessary includes from the PULP platform header list, such as ` DeeployBasicMath.h ` , for cleaner code generation
6672- Changed types and added correct casts to fix many compiler warnings in the PULP target library
6773- Use [ reuse-tool] ( https://github.com/fsfe/reuse-tool ) in pre-commit, CI, and Makefile for SPDX license header linting
74+ - Deployer workflow now uses ` prepare(...) ` instead of ` generateFunction(...) ` .
6875
6976### Fixed
7077- Prevent node duplication for graphs generated via GraphSurgeon
0 commit comments