Skip to content

Commit d089cc6

Browse files
author
semantic-release
committed
0.20.0
Automatically generated by python-semantic-release
1 parent 7f6ff25 commit d089cc6

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# CHANGELOG
22

33

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+
412
## v0.19.0 (2025-12-11)
513

614
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "pdm.backend"
44

55
[project]
66
name = "deepfake_detection"
7-
version = "0.19.0"
7+
version = "0.20.0"
88
description = "A library for deepfake detection research."
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)