Skip to content

Conversation

@SkalskiP
Copy link
Collaborator

@SkalskiP SkalskiP commented Dec 16, 2024

📅 Timeline

supervision-0.26.0 release 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) - merge develop into main - closing list supervision-0.26.0 features
  • 16 JUL 2025 11:00 AM CEST (UTC +2) / 25 Apr 2023 02:00 AM PDT (UTC -7) - release supervision-0.26.0

@SkalskiP
Copy link
Collaborator Author

@onuralpszr, do you know (by any chance) why there are no diffs between main and develop? Did you guys merge whole develop into main when releasing 0.25.1?

@onuralpszr
Copy link
Contributor

@onuralpszr, do you know (by any chance) why there are no diffs between main and develop? Did you guys merge whole develop into main when releasing 0.25.1?

We didn't technically you did in previous PR

@SkalskiP
Copy link
Collaborator Author

SkalskiP commented Dec 16, 2024

I was merging main into develop

@onuralpszr
Copy link
Contributor

onuralpszr commented Dec 16, 2024

I was merging main into develop

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)

@onuralpszr
Copy link
Contributor

Also Here: 7c27117

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Comment on lines 9 to 33
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

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
SkalskiP and others added 15 commits July 15, 2025 20:37
…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
…_to_prevent_circular_imports_and_increase_utils_visibility

refactor: split utils across multiple files to increase utils visibility and prevent circular imports
@SkalskiP SkalskiP marked this pull request as ready for review July 15, 2025 23:26
@SkalskiP SkalskiP merged commit d8de58d into main Jul 16, 2025
25 checks passed
SkalskiP added a commit that referenced this pull request Jul 16, 2025
Merge pull request #1742 from roboflow/develop
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.

10 participants