Skip to content

Commit bbc544b

Browse files
lukamacXeratec
authored andcommitted
Update changelog
1 parent 806ebc6 commit bbc544b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 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+
- Fix aliasing [#125](https://github.com/pulp-platform/Deeploy/pull/125)
78
- Support for 1D Autoencoder [#98](https://github.com/pulp-platform/Deeploy/pull/98)
89
- Refactor Logging for Improved Debugging [#115](https://github.com/pulp-platform/Deeploy/pull/115)
910
- Add reuse-tool as an SPDX license header linter [#113](https://github.com/pulp-platform/Deeploy/pull/113)
@@ -74,6 +75,9 @@ This file contains the changelog for the Deeploy project. The changelog is divid
7475
- Changed types and added correct casts to fix many compiler warnings in the PULP target library
7576
- Use [reuse-tool](https://github.com/fsfe/reuse-tool) in pre-commit, CI, and Makefile for SPDX license header linting
7677
- Deployer workflow now uses `prepare(...)` instead of `generateFunction(...)`.
78+
- Removed `fromVariableBuffer`
79+
- Refactored `hoistConstant`
80+
- Refactored TransientBuffer's `__init__`
7781

7882
### Fixed
7983
- Prevent node duplication for graphs generated via GraphSurgeon
@@ -84,6 +88,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
8488
- Corrected method usage in `importDeeployState` to call `NetworkContext.importNetworkContext` instead of the incorrect method name
8589
- Correctly return `signProp` from `setupDeployer` instead of hardcoding the value to `False` in `testMVP.py`
8690
- Fixed `Unsqueeze` Op. when using ONNX opset 13 or higher (from attribute to input)
91+
- Fixed aliasing
8792

8893
### Removed
8994
- Delete outdated and unused `.gitlab-ci.yml` file

0 commit comments

Comments
 (0)