Skip to content

chore: Release stable version 0.2.7 still issues with 0.2.6#71

Merged
sca075 merged 2 commits intomainfrom
dev
Feb 27, 2026
Merged

chore: Release stable version 0.2.7 still issues with 0.2.6#71
sca075 merged 2 commits intomainfrom
dev

Conversation

@sca075
Copy link
Owner

@sca075 sca075 commented Feb 27, 2026

Numpy version in MCVrender changes was not correctly applied bumping mvcrender to 0.2.1 with restored auto_crop that works same as 0.0.9

Summary by CodeRabbit

  • Chores
    • Version bumped to 0.2.7
    • Updated dependency to latest compatible version

Version Updates:
- Bumped from 0.2.6 to stable 0.2.7
- Updated pyproject.toml and __init__.py

Code Changes:
- Reverted experimental automatic content type selection from utils.py
- Removed CameraModes import (no longer needed)
- Content type selection remains manual via set_content_type() method
- Code formatted with ruff

Quality:
- isort: All imports properly sorted
- ruff: Code formatted
- Library maintains backward compatibility
@sca075 sca075 self-assigned this Feb 27, 2026
@coderabbitai
Copy link

coderabbitai bot commented Feb 27, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • poetry.lock is excluded by !**/*.lock

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

This pull request bumps the package version from 0.2.6 to 0.2.7 in both the module docstring and pyproject.toml, and updates the mvcrender dependency from version 0.2.0 to 0.2.1.

Changes

Cohort / File(s) Summary
Version Management
SCR/valetudo_map_parser/__init__.py, pyproject.toml
Version bump from 0.2.6 to 0.2.7 across module docstring and package metadata; mvcrender dependency updated from ==0.2.0 to ==0.2.1.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

enhancement

Poem

🐰 A tiny bump, so light and clean,
Version seven on the scene,
Mvcrender takes a step ahead,
Dependencies freshly fed!

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The PR title mentions releasing version 0.2.6 with issues from 0.2.5, but the actual changes show version bumped to 0.2.7, not 0.2.6. Update the title to accurately reflect the version being released, such as 'chore: Release stable version 0.2.7' or adjust the version numbers in the code to match the stated 0.2.6.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
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 unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dev

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.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@pyproject.toml`:
- Line 3: Update the pyproject.toml dependency and package __init__ versions:
replace the invalid pinned dependency mvcrender ==0.2.1 with the actual released
PyPI version (check mvcrender on PyPI and update the mvcrender entry in
pyproject.toml), and make the package version strings consistent by aligning the
version constant in SCR/__init__.py and SCR/valetudo_map_parser/__init__.py to
match the chosen release version (e.g., set both to "0.2.7" if that is the
release). Ensure the pyproject.toml version field (version = "...") matches
these __init__ values.

ℹ️ Review info

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d2c5d76 and f81056a.

📒 Files selected for processing (2)
  • SCR/valetudo_map_parser/__init__.py
  • pyproject.toml

@sca075 sca075 closed this Feb 27, 2026
@sca075 sca075 changed the title chore: Release stable version 0.2.6 still issues with 0.2.5 chore: Release stable version 0.2.7 still issues with 0.2.6 Feb 27, 2026
@sca075 sca075 reopened this Feb 27, 2026
@sca075 sca075 merged commit 63ae9f6 into main Feb 27, 2026
3 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.

1 participant