Skip to content

Commit ae4525a

Browse files
committed
Update Readme
1 parent c8a2d2c commit ae4525a

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,23 @@ This file contains the changelog for the Deeploy project. The changelog is divid
55

66

77
### List of Pull Requests
8-
-
8+
- Improve Docstring and Debugging [#160](https://github.com/pulp-platform/Deeploy/pull/160)
99

1010
### Added
11-
-
11+
- Add many missing docstrings
12+
- Add `__repr__()` function for `_ReferenceBuffer` class
1213

1314
### Changed
14-
-
15+
- Move `MemoryAwareClosureGeneration` pass to `MemoryLevelExtension`
16+
- Move `MemoryAwarePrint*` passes to `MemoryLevelExtension`
17+
- Make `sizeInBytes` a class property instead of a function
18+
- Move `AnnotateNeurekaWeightMemoryLevel` to `Neureka` specific folder
1519

1620
### Fixed
17-
-
21+
-
1822

1923
### Removed
20-
-
24+
-
2125

2226
## Release v0.2.1 (2026-02-05) [#158](https://github.com/pulp-platform/Deeploy/pull/158)
2327

@@ -50,7 +54,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
5054
- Fix bias hoisting in generic GEMM with no bias [#126](https://github.com/pulp-platform/Deeploy/pull/126)
5155

5256
### Added
53-
- The `publish.yml` action to build a branch and push it to PyPi. The action is automatically triggered when a tag with the "v*" format is emitted.
57+
- The `publish.yml` action to build a branch and push it to PyPi. The action is automatically triggered when a tag with the "v*" format is emitted.
5458
- I created a release of [Banshee](https://github.com/pulp-platform/banshee/releases/tag/v0.5.0-prebuilt) so we don't need to rebuild it over and over. The `Makefile` now pulls that release depending on the platform.
5559
- I bumped the onnx-graphsurgeon version such that we don't need to use NVIDIA's PyPi index anymore.
5660
- `_export_graph` assigns their export type to the tensors before export.

0 commit comments

Comments
 (0)