Commit Graph

172 Commits

Author SHA1 Message Date
Onuralp SEZER 78f17cba2e
chore: 🧹 clean up documentation and improve formatting
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-09-27 14:18:26 +03:00
Onuralp SEZER 58a9588a53
chore: 🧹 split mkdocstring and mkdocstring-python package
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-09-26 18:01:34 +03:00
LinasKo f499430aa3 Fix mkdocs autorefs depreacation warnings 2024-09-26 14:56:12 +03:00
LinasKo d50c51fc52 Update supervision docs on PyPi, add Linas as maintainer 2024-09-26 13:18:10 +03:00
LinasKo e3eeb5f2cc
Merge pull request #1526 from roboflow/formatting/ruff-rules
refactor:  ruff rules enabled and fixed and code refactor made
2024-09-19 21:18:09 +03:00
Onuralp SEZER c9fa3d613f
Merge branch 'develop' into feature/pip-package-configuration 2024-09-19 17:47:28 +03:00
Onuralp SEZER 9be2fdf5c4
fix: 🐞 removal of opencv-python-headless package
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-09-19 17:02:42 +03:00
Onuralp SEZER ebdada92bd
chore: 🧹 old black config removed
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-09-19 15:54:53 +03:00
Onuralp SEZER 1f0c278c4e
refactor: ruff rules enabled and fixed and code refactor made
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-09-19 10:35:30 +03:00
SkalskiP e52989280a bump version from `0.23.0` to `0.24.0rc1` 2024-09-04 17:34:21 +02:00
dependabot[bot] a6e0177cb9
⬆️ Bump mkdocstrings from 0.25.2 to 0.26.0
Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.25.2 to 0.26.0.
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.25.2...0.26.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 00:12:29 +00:00
LinasKo ee3d1768e3 Bump supervision version to 0.23.0 2024-08-28 20:26:41 +03:00
LinasKo 57e5c108de Merge branch 'develop' into feat/metrics-module-initial 2024-08-27 14:52:29 +03:00
Onuralp SEZER 0edb590bb5
Merge branch 'develop' into feat/formatter-improvements 2024-08-27 14:12:14 +03:00
Onuralp SEZER acd23bf662
fix: 🐞 typos fixed and extra package removed
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-08-27 01:34:23 +03:00
Onuralp SEZER 5532731910
fix: 🐞 complete missing package for dev/doc installation
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-08-27 01:31:56 +03:00
Onuralp SEZER 3d7c1ba1ec
feat(mypy): mypy type check libraries added as optional
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-08-23 19:45:38 +03:00
Onuralp SEZER b65d2cc73f
ci: 👷 retire isort and enable ruff's isort
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-08-23 19:45:18 +03:00
LinasKo ab76a47eb8 Refactored metrics store, removed typing extensions
* This commit is in a messy state - tests were not adapted to new metrics.core
* MeanAveragePrecision is incomplete
2024-08-16 09:59:43 +03:00
LinasKo 0e8365ff80 Add dependency: typing-extensions 2024-08-14 17:22:28 +03:00
LinasKo 7d7e5f17a5 Initial attempt at definining a metric 2024-08-08 19:26:04 +03:00
dependabot[bot] 21fcf1bd04
⬆️ Bump wheel from 0.43.0 to 0.44.0
Bumps [wheel](https://github.com/pypa/wheel) from 0.43.0 to 0.44.0.
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](https://github.com/pypa/wheel/compare/0.43.0...0.44.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 01:38:46 +00:00
dependabot[bot] 4648276cc6
⬆️ Bump tqdm from 4.66.4 to 4.66.5
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.4 to 4.66.5.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.66.4...v4.66.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 01:03:29 +00:00
Onuralp SEZER 44753536f3
fix: 🐞 poetry numpy version has been set based on python version
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-07-18 09:54:58 +03:00
SkalskiP 66d1f4c67d bump version from `0.22.0rc1` to `0.22.0` 2024-07-12 18:53:53 +02:00
Dragos Catarahia e31aad242a docs: revise and restructure CONTRIBUTING.md 2024-07-10 01:22:23 +09:00
SkalskiP 0bb25fdd91 bump version from 0.21.0 to 0.22.0rc1 2024-07-03 13:15:49 +02:00
Onuralp SEZER 28d219c86d
fix: 🐞 skip broken docutils and remove numpy version lock
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-06-29 00:42:11 +03:00
LinasKo a43970fb65 Pin numpy to <2.0.0 2024-06-17 16:46:47 +03:00
SkalskiP b476acc1f3 bump version from `0.21.0rc5` to `0.21.0` 2024-06-05 16:52:18 +02:00
dependabot[bot] bdc10f83fe
⬆️ Bump requests from 2.32.2 to 2.32.3
Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.3.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.2...v2.32.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-30 01:05:20 +00:00
dependabot[bot] 6b7861d4d1
---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-22 00:29:25 +00:00
dependabot[bot] 414d3e9afb
---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-21 01:01:12 +00:00
SkalskiP 19396771f1 bump package version from `0.21.0rc4` to `0.21.0rc5` 2024-05-13 15:58:22 +02:00
SkalskiP 17c8e41fb3 bump version from `0.21.0rc3` to `0.21.0rc4` 2024-05-10 15:50:03 +02:00
dependabot[bot] 7d5a0bce45
⬆️ Bump tqdm from 4.66.2 to 4.66.4
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.4.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.66.2...v4.66.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-03 00:33:20 +00:00
SkalskiP 7fd5d80a3b bump version from 0.21.0rc2 to 0.21.0rc3 2024-04-30 12:30:44 +02:00
SkalskiP 4732b6f1d0 bump version from 0.21.0rc1 to 0.21.0rc2 2024-04-29 22:58:13 +02:00
dependabot[bot] 31844c165b
⬆️ Bump mkdocstrings from 0.24.3 to 0.25.0
Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.24.3 to 0.25.0.
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.24.3...0.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 01:24:07 +00:00
SkalskiP a532670611 bump version from 0.20.0 to 0.21.0rc1 2024-04-26 17:55:34 +02:00
SkalskiP 7a90eefd5b changelog updated version bump from `0.20.0rc2` to `0.20.0` 2024-04-24 19:22:59 +02:00
SkalskiP ccc7118bcb bump version from `0.20.0rc1` to `0.20.0rc2` 2024-03-28 15:41:16 +01:00
SkalskiP 81c2a09430 bump version from `0.19.0` to `0.20.0rc1` 2024-03-28 15:09:23 +01:00
dependabot[bot] 8fb3ba70b0
⬆️ Bump build from 1.1.1 to 1.2.0
Bumps [build](https://github.com/pypa/build) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pypa/build/compare/1.1.1...1.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-28 00:56:05 +00:00
SkalskiP a0f7bb76bd bump version from `0.19.0rc5` to `0.19.0` 2024-03-15 11:10:01 +01:00
Piotr Skalski 162a4828e8
Merge pull request #970 from roboflow/config/ruff
ci: 👷 update ruff config and group lint
2024-03-14 11:35:52 +01:00
dependabot[bot] 4c426f5e82
⬆️ Bump wheel from 0.42.0 to 0.43.0
Bumps [wheel](https://github.com/pypa/wheel) from 0.42.0 to 0.43.0.
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](https://github.com/pypa/wheel/compare/0.42.0...0.43.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-12 00:23:55 +00:00
Onuralp SEZER 823adb3867
ci: 👷 update ruff config and group lint
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-03-02 03:57:13 +03:00
dependabot[bot] 199d26aa72
⬆️ Bump build from 1.0.3 to 1.1.1
Bumps [build](https://github.com/pypa/build) from 1.0.3 to 1.1.1.
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pypa/build/compare/1.0.3...1.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 01:01:54 +00:00
SkalskiP 73013d6e47 bump version from `0.19.0rc4` to `0.19.0rc5` 2024-02-29 21:17:33 +01:00