Skip to content

Commit b325869

Browse files
committed
Bump version to 0.1.2
- Fix kwargs handling in CorrelationSplitter.fit_split - Add num_features >= num_parties validation - Split tests into CPU/GPU, reduce test data sizes - Update publish workflow to trigger on version tags
1 parent 5d443df commit b325869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
{ name = "Junyi Hou" },
1010
{ name = "Bingsheng He" }
1111
]
12-
version = "0.1.1"
12+
version = "0.1.2"
1313
description = "A tool for benchmarking vertical federated learning algorithms, containing synthetic data split and data evaluation."
1414
readme = "README.md"
1515
license = { file = "LICENSE" } # If you have a LICENSE file

0 commit comments

Comments
 (0)