Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
leavauchier committed Dec 12, 2023
1 parent e886370 commit 7e52462
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# dev
- refactoring :
- déplacement du calcul des notes en dehors du calcul des métriques

# 0.4.0
- fonctionnalités:
- ajout d'une 3e métrique : MALT0
Expand Down
2 changes: 1 addition & 1 deletion coclico/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.0"
__version__ = "0.4.0.dev"


if __name__ == "__main__":
Expand Down
3 changes: 0 additions & 3 deletions test/csv_manipulation/test_results_by_tile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
import coclico.csv_manipulation.results_by_tile
from coclico.config import csv_separator

# from typing import Callable, List


pytestmark = pytest.mark.docker


Expand Down

0 comments on commit 7e52462

Please sign in to comment.