Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

supervision-0.26.0 release #1742

Draft
wants to merge 127 commits into
base: main
Choose a base branch
from
Draft

supervision-0.26.0 release #1742

wants to merge 127 commits into from

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:

  • 09 Jan 2025 08:00 PM CEST (UTC +2) / 09 Ja 2024 11:00 AM PDT (UTC -7) - merge develop into main - closing list supervision-0.26.0 features
  • 10 Jan 2025 11:00 AM CEST (UTC +2) / 10 Jan 2025 02:00 AM PDT (UTC -7) - release supervision-0.26.0

Description

Added

  • ComparisonAnnotator
  • xyxy_to_polygons
  • security updates

Changed

  • move_masks

onuralpszr and others added 30 commits November 8, 2024 09:44
Merge main into develop after 0.25.0 release
ci: 👷 update numpy dependency to a simplified version constraint
chore: 📦 assets extra removed and merged in to main supervision
bump version from 0.25.0 to 0.26.0rc1
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.7.4](astral-sh/ruff-pre-commit@v0.7.3...v0.7.4)
fix(tests): 🐞 update inference slicer tests to new overlap system for removing test warnings
chore(pre_commit): ⬆ pre_commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.7.4](astral-sh/ruff-pre-commit@v0.7.3...v0.7.4)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.44 to 9.5.45.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.44...9.5.45)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [types-tqdm](https://github.com/python/typeshed) from 4.66.0.20240417 to 4.67.0.20241119.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-tqdm
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
….0.20241119

⬆️ Bump types-tqdm from 4.66.0.20240417 to 4.67.0.20241119
…-9.5.45

⬆️ Bump mkdocs-material from 9.5.44 to 9.5.45
Bumps the pip group with 1 update: [tornado](https://github.com/tornadoweb/tornado).


Updates `tornado` from 6.4.1 to 6.4.2
- [Changelog](https://github.com/tornadoweb/tornado/blob/v6.4.2/docs/releases.rst)
- [Commits](tornadoweb/tornado@v6.4.1...v6.4.2)

---
updated-dependencies:
- dependency-name: tornado
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
⬆️ Bump tornado from 6.4.1 to 6.4.2 in the pip group
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.4 to 0.8.0.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.7.4...0.8.0)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [wheel](https://github.com/pypa/wheel) from 0.45.0 to 0.45.1.
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.45.0...0.45.1)

---
updated-dependencies:
- dependency-name: wheel
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.0 to 4.67.1.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.67.0...v4.67.1)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
⬆️ Bump wheel from 0.45.0 to 0.45.1
Develop is the primary branch, so explicit checkout is not needed
docs: 📝 git clone methods are extended and shallow copy method also added
@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
Collaborator

@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
Collaborator

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
Collaborator

Also Here: 7c27117

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

chore(pre_commit): ⬆ pre_commit autoupdate
onuralpszr and others added 4 commits December 16, 2024 21:10
fix: 🐛  env value corrected for pypi pre release action to run properly
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.3...v0.8.4)
chore(pre_commit): ⬆ pre_commit autoupdate
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.

8 participants