Conversation
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
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThis 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
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
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.
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