Skip to content

Conversation

@aseyboldt
Copy link
Member

No description provided.

@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 57.89474% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 55.97%. Comparing base (394c629) to head (ae0b83d).
⚠️ Report is 98 commits behind head on main.

Files with missing lines Patch % Lines
src/storage/zarr/common.rs 57.89% 8 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (394c629) and HEAD (ae0b83d). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (394c629) HEAD (ae0b83d)
2 1
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #47       +/-   ##
===========================================
- Coverage   83.77%   55.97%   -27.80%     
===========================================
  Files           8       29       +21     
  Lines        1923     7067     +5144     
===========================================
+ Hits         1611     3956     +2345     
- Misses        312     3111     +2799     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@aseyboldt aseyboldt requested a review from Copilot November 27, 2025 16:22
Copilot finished reviewing on behalf of aseyboldt November 27, 2025 16:25
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds blosc/zstd compression to zarr traces to improve storage efficiency. The version is bumped from 0.17.2 to 0.17.3 with corresponding changelog updates.

Key changes:

  • Implements blosc compression codec with zstd for zarr array storage
  • Configures compression with shuffle mode for fixed-size types and no shuffle for variable-size types
  • Sets compression level to 3

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
src/storage/zarr/common.rs Adds blosc/zstd compression codec configuration to create_arrays function with conditional shuffle mode based on data type
Cargo.toml Bumps version from 0.17.2 to 0.17.3
CHANGELOG.md Documents new compression feature in version 0.17.3 release notes

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@aseyboldt aseyboldt merged commit b15ad42 into pymc-devs:main Nov 27, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants