Skip to content

Conversation

@t0mdavid-m
Copy link
Member

@t0mdavid-m t0mdavid-m commented Sep 17, 2025

Summary by CodeRabbit

  • Chores
    • Bumped application version to 0.9.11.
    • Updated Windows installer, product naming, and generated artifacts to reflect the new version.
  • Refactor
    • Adjusted heatmap downsampling data collection behavior with no change to user-facing functionality.

@t0mdavid-m t0mdavid-m merged commit c1f9e7e into develop Sep 17, 2025
3 checks passed
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 17, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

Bumps app/version identifiers from 0.9.10 to 0.9.11 in workflow and settings. Adjusts Polars collection in downsample_heatmap by removing engine="streaming" and using default collect().

Changes

Cohort / File(s) Summary
Windows build workflow
.github/workflows/build-windows-executable-app.yaml
Update APP_NAME from FLASHApp-0.9.10 to FLASHApp-0.9.11; affects downstream installer/product/artifact naming within the workflow.
Version metadata
settings.json
Bump version field from 0.9.10 to 0.9.11; no other fields changed.
Heatmap downsampling collection
src/render/compression.py
Change Polars call from collect(engine="streaming") to collect(); rest of function unchanged.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

  • add fragments #7 — Also touches src/render/compression.py (same function), making it closely related to the collection change.
  • Fix openmp windows #41 — Similar version/APP_NAME bump in workflow and settings.json.
  • Fix table #48 — Another PR updating the same workflow APP_NAME and version metadata.

Poem

I nibble versions, hop by one,
From .10 to .11—job well done.
The stream now rests, defaults in play,
Heatmaps bloom in tidy array.
Thump-thump goes my tiny heart—
Ship the build, let downloads start! 🐇✨

✨ Finishing touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix_hanging

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between b2d3c25 and 72c5eb1.

📒 Files selected for processing (3)
  • .github/workflows/build-windows-executable-app.yaml (1 hunks)
  • settings.json (1 hunks)
  • src/render/compression.py (1 hunks)

Tip

👮 Agentic pre-merge checks are now available in preview!

Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.

  • Built-in checks – Quickly apply ready-made checks to enforce title conventions, require pull request descriptions that follow templates, validate linked issues for compliance, and more.
  • Custom agentic checks – Define your own rules using CodeRabbit’s advanced agentic capabilities to enforce organization-specific policies and workflows. For example, you can instruct CodeRabbit’s agent to verify that API documentation is updated whenever API schema files are modified in a PR. Note: Upto 5 custom checks are currently allowed during the preview period. Pricing for this feature will be announced in a few weeks.

Please see the documentation for more information.

Example:

reviews:
  pre_merge_checks:
    custom_checks:
      - name: "Undocumented Breaking Changes"
        mode: "warning"
        instructions: |
          Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).

Please share your feedback with us on this Discord post.


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.

@coderabbitai coderabbitai bot mentioned this pull request Sep 23, 2025
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