Conversation
|
@onuralpszr, do you know (by any chance) why there are no diffs between |
We didn't technically you did in previous PR |
|
I was merging |
But in order to do that both side needs to same and in previous PR it happened https://github.com/roboflow/supervision/commits/main/ (you can see in here) |
|
Also Here: 7c27117 |
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
| name: Import Test and Pytest Run | ||
| timeout-minutes: 10 | ||
| strategy: | ||
| fail-fast: false | ||
| matrix: | ||
| os: [ubuntu-latest, windows-latest, macos-latest] | ||
| python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] | ||
| runs-on: ${{ matrix.os }} | ||
| steps: | ||
| - name: 📥 Checkout the repository | ||
| uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
|
|
||
| - name: 🐍 Install uv and set Python version ${{ matrix.python-version }} | ||
| uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.4.2 | ||
| with: | ||
| python-version: ${{ matrix.python-version }} | ||
|
|
||
| - name: 🚀 Install Packages | ||
| run: uv pip install -r pyproject.toml --extra dev --extra docs --extra metrics | ||
|
|
||
| - name: 🧪 Run the Import test | ||
| run: uv run python -c "import supervision; from supervision import assets; from supervision import metrics; print(supervision.__version__)" | ||
|
|
||
| - name: 🧪 Run the Test | ||
| run: uv run pytest |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
updates: - [github.com/PyCQA/bandit: 1.8.3 → 1.8.4](PyCQA/bandit@1.8.3...1.8.4) - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.11.13](astral-sh/ruff-pre-commit@v0.11.11...v0.11.13)
chore(pre_commit): ⬆ pre_commit autoupdate
…o_prevent_circular_imports_and_increase_utils_visibility' into refactor/split_detection_utils_to_prevent_circular_imports_and_increase_utils_visibility
…o_prevent_circular_imports_and_increase_utils_visibility' into refactor/split_detection_utils_to_prevent_circular_imports_and_increase_utils_visibility # Conflicts: # supervision/detection/utils/iou_and_nms.py
This reverts commit 880a9e8.
…enhance deprecated decorator for classes
…_to_prevent_circular_imports_and_increase_utils_visibility refactor: split utils across multiple files to increase utils visibility and prevent circular imports
update(docs): changelog + deprecation for supervision 0.26.0
docs: 📝 enhance prompt engineering tips for Qwen2.5-VL and Moondream models
Merge pull request #1742 from roboflow/develop
📅 Timeline
supervision-0.26.0release is around the corner. Here is the timeline:15 JUL 2025 08:00 PM CEST (UTC +2) / 24 Apr 2024 11:00 AM PDT (UTC -7)- mergedevelopintomain- closing listsupervision-0.26.0features16 JUL 2025 11:00 AM CEST (UTC +2) / 25 Apr 2023 02:00 AM PDT (UTC -7)- releasesupervision-0.26.0