Skip to content

Commit

Permalink
rename to ir_evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
plurch committed Jan 8, 2025
1 parent b8ae3b9 commit f312f85
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "ir-eval"
version = "1.0.0"
description = "Add your description here"
name = "ir_evaluation"
version = "1.0.1"
description = "Information retrieval evaluation metrics in pure python with zero dependencies"
readme = "README.md"
authors = [
{ name = "Patrick Lurch", email = "[email protected]" }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/metrics_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pytest
from ir_eval.metrics import (
from ir_evaluation.metrics import (
recall,
precision,
average_precision,
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f312f85

Please sign in to comment.