Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalinmayor authored Aug 2, 2024
2 parents a0eab2f + 4022364 commit c02abe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
platform: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requires = ["wheel", "setuptools>=40.8.0", "setuptools_scm"]
name = "traccuracy"
description = "Utilities for computing common accuracy metrics on cell tracking challenge solutions with ground truth"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
license = { text = "BSD 3-Clause License" }
authors = [
{ email = "[email protected]", name = "Draga Doncila Pop" },
Expand All @@ -21,7 +21,6 @@ classifiers = [
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

1 comment on commit c02abe4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark Mean (s) BASE 4022364 Mean (s) HEAD c02abe4 Percent Change
test_load_gt_data 1.20671 1.17649 -2.5
test_load_pred_data 1.1056 1.08898 -1.5
test_ctc_checks 0.3929 0.39288 -0.01
test_ctc_matched 1.65062 1.64975 -0.05
test_ctc_metrics 0.48678 0.44542 -8.5
test_ctc_div_metrics 0.2693 0.26825 -0.39
test_iou_matched 8.81738 8.80484 -0.14
test_iou_div_metrics 0.25927 0.26466 2.08

Please sign in to comment.