Skip to content

Conversation

@Victor-Jung
Copy link
Member

This release includes improvements to the tiling and DMA code generation, new networks and operators, improved CI workflows, migration to PyTest, and support for PyPi package releases.

Note: Since the release tag references the Docker container tagged with the release tag (ghcr.io/pulp-platform/deeploy:v0.2.1), 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

  • PyPi Package Deployment + Remove Banshee Dept #154
  • PyTest Migration #144
  • Update submodule pulp-nn-mixed #145
  • Improve Profiling #138
  • FP32 ReduceMean operator improvement #137
  • Support for RMSNorm (Pow and Sqrt operators) #136
  • Demo TinyViT compatibility with tiled Siracusa #124
  • TinyViT on non-tiled Siracusa #117
  • Support Fully Asynchronous DMAs #114
  • Disallow shape inference #128
  • Remove memory-aware node bindings #123
  • Fix missing const's layout transformation and refactor NCHWtoNHWC passes #122
  • Fix aliasing #125
  • Support for 1D Autoencoder #98
  • Refactor Logging for Improved Debugging #115
  • Add reuse-tool as an SPDX license header linter #113
  • Bug fixes, API Cleanup and Reduce Compiler Warning on PULP #112
  • Fix PULP GEMM batch serialization #109
  • Split CI Workflows by Platform and Task, Improve Formatting and Linting Reliability #108
  • Refactor tiling code generation #105
  • Change order of typeMatching entries #68
  • Node Mangling to avoid duplication #93
  • Prepare Post v0.2.0 Release #104
  • Use Docker digests instead of arch-specific tags #106
  • Fix Unsqueeze Op. when using ONNX opset 13 or higher (from attribute to input) #119
  • Fix bias hoisting in generic GEMM with no bias #126

@Victor-Jung Victor-Jung added this to the Release 0.2.1 milestone Feb 5, 2026
@Victor-Jung Victor-Jung self-assigned this Feb 5, 2026
@Victor-Jung Victor-Jung requested a review from Xeratec as a code owner February 5, 2026 09:34
@Victor-Jung Victor-Jung added the Release Prepare or post-PR related to releases label Feb 5, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 5, 2026

📝 Walkthrough

Walkthrough

Updates CHANGELOG.md to bump the unreleased version target from v0.2.1 to v0.2.2 and introduces standard changelog sections (List of Pull Requests, Added, Changed, Fixed, Removed) with placeholder entries for the upcoming release.

Changes

Cohort / File(s) Summary
Changelog metadata
CHANGELOG.md
Bumps unreleased version target to v0.2.2 and adds standard changelog sections with placeholders. Existing v0.2.1 release content preserved.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Title check ⚠️ Warning The PR title 'Prepare for Release v0.2.1' does not match the changeset, which prepares v0.2.2 (not v0.2.1) and updates the CHANGELOG.md for an upcoming release. Update the title to reflect the actual change: 'Prepare for Release v0.2.2' or 'Update CHANGELOG for v0.2.2 release.'
✅ Passed checks (2 passed)
Check name Status Explanation
Description check ✅ Passed The description is highly relevant to the changeset, providing a comprehensive list of PRs included in the v0.2.1 release and explaining the release's focus areas.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Victor-Jung Victor-Jung changed the title Release v0.2.1 Prepare for Release v0.2.1 Feb 5, 2026
Copy link
Member

@Xeratec Xeratec left a comment

Choose a reason for hiding this comment

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

LGTM

@Victor-Jung Victor-Jung merged commit c547dd5 into pulp-platform:devel Feb 5, 2026
43 of 47 checks passed
@github-project-automation github-project-automation bot moved this to Done in Deeploy Feb 5, 2026
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