Skip to content

Conversation

@Xeratec
Copy link
Member

@Xeratec Xeratec commented Jul 8, 2025

This PR prepares the devel branch for a future release post v0.2.0. Most likely, this will be v0.2.1 to include bugfixes, smaller changes, and improvements which do not break backward compatibility.

Added

  • Extend CHANGELOG for v0.2.1 release

Changed

  • Changed version from v0.2.0 to v0.2.1

PR Merge Checklist

  1. The PR is rebased on the latest devel commit and points to devel.
  2. Your PR was reviewed and approved.
  3. All checks are passing.
  4. The CHANGELOG.md file has been updated.
  5. If the docker was modified, change back its link after review.

Xeratec added 2 commits July 8, 2025 15:13
This release contains major architectural changes, new platform support,
enhanced simulation workflows, floating-point kernel support, training
infrastructure for CCT models, memory allocation strategies, and
documentation improvements.

After merging this into `main`, the release process will proceed with:
- Pushing a Git tag for the release after merging this PR
- Creating a GitHub release with the prepared tag.

Note: Since the release tag references the Docker container tagged with
the release tag (`ghcr.io/pulp-platform/deeploy:v0.2.0`), the CI will
initially fail. The Deeploy Docker image must be built after the release
PR is merged and the CI restarted.

### List of Pull Requests
- Prepare v0.2.0 release
[pulp-platform#102](pulp-platform#102)
- Add Luka as Code Owner
[pulp-platform#101](pulp-platform#101)
- Fix CI, Docker Files, and Documentation Workflow
[pulp-platform#100](pulp-platform#100)
- Chimera Platform Integration
[pulp-platform#96](pulp-platform#96)
- Add Tutorial and Refactor README
[pulp-platform#97](pulp-platform#97)
- Reduce Mean Float Template
[pulp-platform#92](pulp-platform#92)
- Reshape Memory Freeing and Generic Float GEMM Fixes
[pulp-platform#91](pulp-platform#91)
- Prepare for Release and Separate Dependencies
[pulp-platform#90](pulp-platform#90)
- Fix input offsets calculation
[pulp-platform#89](pulp-platform#89)
- Move PULP SDK to main branch/fork
[pulp-platform#88](pulp-platform#88)
- Finite Lifetime for IO Tensors
[pulp-platform#51](pulp-platform#51)
- Improved Memory Visualization and Multi-Layer Tiling Profiling
[pulp-platform#56](pulp-platform#56)
- Fix Linting in CI and Reformat C Files
[pulp-platform#86](pulp-platform#86)
- Fix Broken CMake Flow For pulp-sdk
[pulp-platform#87](pulp-platform#87)
- Refactor Changelog For Release
[pulp-platform#85](pulp-platform#85)
- ARM Docker Container and Minor Bug Fix
[pulp-platform#84](pulp-platform#84)
- Added Kernel for Generic Float DW Conv2D
[pulp-platform#63](pulp-platform#63)
- Autoselect Self-Hosted Runners if the Action is on Upstream
[pulp-platform#81](pulp-platform#81)
- TEST_RECENT linking on MacOS
[pulp-platform#78](pulp-platform#78)
- Add RV32IMF Picolibc support for Siracusa platform
[pulp-platform#66](pulp-platform#66)
- Improve Documentation and VSCode Support
[pulp-platform#76](pulp-platform#76)
- Debug Print Topology Pass and Code Transformation
[pulp-platform#75](pulp-platform#75)
- Find all subdirectories of Deeploy when installing with pip install
[pulp-platform#70](pulp-platform#70)
- Add milestone issue template
[pulp-platform#71](pulp-platform#71)
- Bunch of fixes and changes
[pulp-platform#58](pulp-platform#58)
- Add SoftHier platform
[pulp-platform#65](pulp-platform#65)
- rv32imf_xpulpv2 ISA support for Siracusa platform
[pulp-platform#64](pulp-platform#64)
- One LLVM To Compile Them All
[pulp-platform#60](pulp-platform#60)
- One GVSoC to Simulate Them All
[pulp-platform#59](pulp-platform#59)
- Add Support for CCT Last Layer Training with Embedding Dim 8-128
[pulp-platform#55](pulp-platform#55)
- Add CCT Classifier Training Support
[pulp-platform#53](pulp-platform#53)
- L3 Bugs: DMA Struct Datatype and Maxpool Margin Error
[pulp-platform#45](pulp-platform#45)
- DeepQuant Quantized Linear Support
[pulp-platform#54](pulp-platform#54)
- Implemented Dequant Layer for Generic and Siracusa
[pulp-platform#52](pulp-platform#52)
- Infinite Lifetime Buffers Considered in Tiling & Memory Allocation (+
Visualization) [pulp-platform#44](pulp-platform#44)
- Implemented Quant Layer for Generic and Siracusa
[pulp-platform#49](pulp-platform#49)
- Increase maximal Mchan DMA transfer sizes from 64KiB to 128KiB
[pulp-platform#47](pulp-platform#47)
- Add MiniMalloc and Decouple Memory Allocation and Tiling
[pulp-platform#40](pulp-platform#40)
- Float CCT Bugs on L3
[pulp-platform#37](pulp-platform#37)
- Memory Allocation Strategies and Visualization
[pulp-platform#36](pulp-platform#36)
- Add CODEOWNERS [pulp-platform#42](pulp-platform#42)
- Add Tiling Support to All CCT Kernels and Fix CCT Operators on
Siracusa Platform for L2
[pulp-platform#35](pulp-platform#35)
- Add Fp gemm and Softmax for Snitch platform
[pulp-platform#31](pulp-platform#31)
- Add Float Kernels for CCT
[pulp-platform#29](pulp-platform#29)
- documentation deployment
[pulp-platform#34](pulp-platform#34)
- main.c Float Cast Bugs
[pulp-platform#28](pulp-platform#28)
- Add Float GEMM on PULP with Tiling
[pulp-platform#26](pulp-platform#26)
- Add Float Support & Float GEMM for Generic
[pulp-platform#25](pulp-platform#25)
- GVSOC support for the Snitch Cluster platform
[pulp-platform#23](pulp-platform#23)
- Snitch Cluster Tiling Support
[pulp-platform#22](pulp-platform#22)
- Snitch support integration
[pulp-platform#14](pulp-platform#14)
- Update bibtex citation
[pulp-platform#20](pulp-platform#20)
- the PR template location, bump min python to 3.10, change install
command [pulp-platform#17](pulp-platform#17)
- Add pre-commit for python formatting
[pulp-platform#15](pulp-platform#15)
- FP integration (v2)
[pulp-platform#12](pulp-platform#12)
- shell for sequential tests of Generic, Cortex, and Mempool platforms
[pulp-platform#11](pulp-platform#11)
- Add issue templates
[pulp-platform#10](pulp-platform#10)
- Minor CI and Readme Improvements
[pulp-platform#8](pulp-platform#8)
- Fix GHCR Link for Docker Build
[pulp-platform#7](pulp-platform#7)
- neureka's ccache id
[pulp-platform#6](pulp-platform#6)
- GitHub-based CI/CD Flow
[pulp-platform#4](pulp-platform#4)
- Generic Softmax Kernel
[pulp-platform#2](pulp-platform#2)
- Port GitLab CI [pulp-platform#1](pulp-platform#1)
@Xeratec Xeratec added this to the Release 0.2.1 milestone Jul 8, 2025
@Xeratec Xeratec self-assigned this Jul 8, 2025
@Xeratec Xeratec requested a review from Victor-Jung as a code owner July 8, 2025 13:33
@Xeratec Xeratec added this to Deeploy Jul 8, 2025
@Xeratec Xeratec requested a review from lukamac as a code owner July 8, 2025 13:33
@Xeratec Xeratec added the Release Prepare or post-PR related to releases label Jul 8, 2025
@Xeratec Xeratec moved this to Need Reviewer in Deeploy Jul 8, 2025
Copy link
Contributor

@lukamac lukamac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good PR

@Xeratec Xeratec moved this from Need Reviewer to Done in Deeploy Jul 9, 2025
@Xeratec Xeratec merged commit 2b4a755 into pulp-platform:devel Jul 9, 2025
118 checks passed
@Xeratec Xeratec deleted the pr/post_v0.2.0 branch July 9, 2025 13:10
Aldrago98 pushed a commit to Aldrago98/Deeploy that referenced this pull request Jul 15, 2025
diaconuccalin pushed a commit to Aldrago98/Deeploy that referenced this pull request Oct 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release Prepare or post-PR related to releases

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants