We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6ff25 commit d089cc6Copy full SHA for d089cc6
2 files changed
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# CHANGELOG
2
3
4
+## v0.20.0 (2025-12-13)
5
+
6
+### Features
7
8
+- Move predict function to model class so models only have to implement predict_batch function
9
+ ([`d44a078`](https://github.com/StijnvLierop/DeepfakeDetection/commit/d44a07804684eb9a38faf99695bc0665b3e2f374))
10
11
12
## v0.19.0 (2025-12-11)
13
14
### Features
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "pdm.backend"
[project]
name = "deepfake_detection"
-version = "0.19.0"
+version = "0.20.0"
description = "A library for deepfake detection research."
readme = "README.md"
requires-python = ">=3.10"
0 commit comments