File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "pdm.backend"
44
55[project ]
66name = " deepfake_detection"
7- version = " 0.16 .0"
7+ version = " 0.17 .0"
88description = " A library for deepfake detection research."
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments