Skip to content

Commit 478630f

Browse files
author
semantic-release
committed
0.17.0
Automatically generated by python-semantic-release
1 parent 399386f commit 478630f

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v0.17.0 (2025-12-08)
5+
6+
### Features
7+
8+
- Add CNNDetect model
9+
([`ab9ca2c`](https://github.com/StijnvLierop/DeepfakeDetection/commit/ab9ca2c85245fc3c024e9a68e913a6ba1acb1b2f))
10+
11+
- Add dataset batching and batched model predictions
12+
([`5807707`](https://github.com/StijnvLierop/DeepfakeDetection/commit/5807707aab4b1c3b8f555116a5c363f26e27b6b3))
13+
14+
### Refactoring
15+
16+
- Module imports
17+
([`3356500`](https://github.com/StijnvLierop/DeepfakeDetection/commit/3356500dc56decc45ab9d54fc47ff8244eba58fb))
18+
19+
- Remove weights from repo
20+
([`0e618bb`](https://github.com/StijnvLierop/DeepfakeDetection/commit/0e618bbf07d924bfea3960ff28273d56774d93b9))
21+
22+
423
## v0.16.0 (2025-12-07)
524

625
### Bug Fixes

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.16.0"
7+
version = "0.17.0"
88
description = "A library for deepfake detection research."
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)